seo Questions
1
I say I have a section of a page like this (rough HTML to give an idea):
www.mydomain.com/contact-us
<div class="regional-offices">
<div class="south-west">
<a href="#south-west"...
Karalee asked 11/2, 2016 at 14:8
1
I'm directly putting here some sample code of mine to get better picture.
url.py
(r'^robots\.txt$', 'myapp.views.robots'),
(r'^$', 'myapp.views.home'),
views.py
def home(request):
...my code
re...
Cerography asked 9/2, 2016 at 7:17
6
Solved
I don't want to repeat alt text in title again? is this possible with any javascript , jquery, css solution? or any solution which can disable to show alt=text and enable title=texr and as a toolti...
Sturgeon asked 14/11, 2009 at 16:53
1
Solved
I'm looking at using GitHub Pages to host my blog and Jekyll to present it.
Presumably, whatever I commit will appear at <yourname>.github.io through Jekyll and at https://github.com/<you...
Dip asked 24/1, 2016 at 17:38
2
I have a one page website which includes an English main page, and a French Main Page. One can access my website through the following URLs:
ENGLISH VERSION OF MAIN PAGE
www.example.org
www.exam...
Dichroism asked 15/1, 2016 at 17:1
4
Solved
Please clarify what is the difference between <meta name="title"> tag and <title></title> tag.
<title>Page title</title>
<meta name="title" cont...
9
On the home page of my site I use JQuery's ajax function to pull down a list of recent activity of users.
The recent activity is displayed on the page, and each line of the recent activity i...
7
Solved
i wonder if content loaded dynamically by AJAX affect SEO/ability for search engines to index the page?
i am thinking of doing a constantly loading page, something like the Tumblr dashboard where ...
6
Say I were to swap out an <img> within my main site header to use SVG instead. Normally I would depend on the <img>'s alt tag.
Is the SVG <title> the best replacement meth...
Cohen asked 13/11, 2012 at 23:37
3
Solved
What else should i include inside the head tag in-order to support as many browsers, HTML5, search engines, social networking sites etc
<title>My Site</title>
<meta charset="utf-8...
1
I am having a doubt regarding to this issue where let's say my page load is
<title>Test Only</title>
and I change the value by using javascript to
<title>Test Use JS Cha...
2
Solved
Okay, I know this question have been asked plenty of times already, but I haven't found any actual answer.
Considering SEO, what is the best way to construct the URL for multiple languages? ...
Groundsel asked 2/10, 2010 at 16:21
3
Solved
I'm writing metadata service for my website and SEO optimisaion and it seems i cant get past the error. I'm not sure why. I have my html controller tag inserted in head tag
ng-controller="MetaDataC...
7
Solved
I had always assumed that AJAX-driven content was invisible to search engines.
(i.e. content inserted into the DOM via XMLHTTPRequest)
For example, in this site, the main content is loaded via AJ...
Santosantonica asked 23/7, 2009 at 6:34
1
My web.xml has the following security constraint:
<security-constraint>
<web-resource-collection>
<web-resource-name>App</web-resource-name>
<url-pattern>/*<...
Environment asked 7/10, 2015 at 14:41
5
Solved
I'm trying to relocate a few select posts from my blogger URL to my new blog located in a Wix website.
I'm trying to use the meta refresh tag to get my SEO transfered for each of my blogger posts....
Timbering asked 4/10, 2015 at 19:37
6
Solved
Does inline CSS and JavaScript really affect site SEO?
Deterrent asked 10/2, 2010 at 21:28
6
Solved
According to this page it would seem like they don't, in the sense that they don't actually run it, but that page is 2 years old (judging from the copyright info).
The reason I'm asking this quest...
Remote asked 15/1, 2010 at 0:23
1
Solved
We've implemented rich snippets for a product type, as well as rich snippets for the organization type.
Both types have their attributes passed into a JSON+LD type script wrapper.
Please see the ...
Lilian asked 2/10, 2015 at 1:1
4
Solved
I would like to visually hide the <h1> element on the page from regular site visitors; however, I am conscious that the element is important for users with screen readers. So I need to visual...
Gang asked 28/8, 2015 at 7:20
5
Solved
I'd like to internationalize my site such that it's accessible in many languages. The language setting will be detected in the request data automatically, and can be overridden in the user's settin...
Socage asked 1/12, 2009 at 19:28
2
Solved
If I use <meta> tags like keywords and description in a GitHub README.md file will it make the repo more SEO friendly?
1
Solved
Problem
I have a static SPA site built with Angular and hosted on Amazon S3. I'm trying to make my pre-rendered pages accessible by crawlers, but I can't redirect the crawlers requests since Amazo...
Betony asked 7/9, 2015 at 0:1
3
Solved
I have a site that has 2 languages: English and Swedish.
What I want is, if someone Googles the site in Sweden, it should show the Swedish results. That is, I want Google in Sweden (google.se) to...
Tlaxcala asked 20/4, 2012 at 11:49
11
Solved
If I name my HTML file "Banks.html" located at www.example.com/Banks.html, but all the content is about Cats and all my other SEO tags are about Cats on the page, will it affect my page's SEO?
Can...
Maudiemaudlin asked 9/9, 2009 at 11:12
© 2022 - 2024 — McMap. All rights reserved.