Tagged Questions
0
votes
0answers
13 views
Using Ajax #! for Google but site is not being crawled any more
We used to have all links in a normal way (thus with parameters?), we changed to Ajax loading cause we installed a music player. Here's an example:
Old links: ...
1
vote
1answer
36 views
Webmaster tools reports fake 404 errors
I have a website where Google Webmaster Tools reports 15,000 links as 404 errors. However, all links return a 200 when I visit them. The problem is, that eventhough I can visit these pages and return ...
1
vote
1answer
57 views
Ajax crawling : snapshot page dissimilar with user page
For ajax-crawling purpose I make snapshots pages. My problem is user view pages and snapshot pages are dissimilar (tags h1, h2...).
Example:
user view page: http://www.meomap.net/#!/place/1
...
4
votes
3answers
143 views
Do i need to have a separate page for each article on my website?
I am using a database to store data such as articles, titles, meta and so on. Do I need to Have a separate page for each article so that my articles show up in the list when searched on Google?
Is is ...
0
votes
1answer
152 views
Do other search engines support Google's “hash bang” syntax for crawling AJAX applications?
Google has a really nice document explaining how web developers can get Google to crawl non-AJAX versions of their web applications to make it possible for Google to index AJAX-heavy websites.
Do ...
1
vote
1answer
89 views
Google ranking, page crawl
I know that in order to get ranked the page has to be crawled by Google bots, I have had a page example of which I will get a better understanding of how the system works with Google.
I have made a ...
1
vote
0answers
22 views
Does google crawl css scripts to check of hidden content [duplicate]
Possible Duplicate:
hidden texts and page rank
Does googlebot crawl CSS scripts to determine if content is hidden or not? If so, is it advisable to hide or not to hide content to improve on ...
3
votes
1answer
122 views
webmaster tools 500 crawl error for asp faceted navigation that does not exist
I am getting around 2,500 type 500 URL errors in Google webmaster tools. These pages are faceted navigation results that can not be reached by a site visitor. These pages do not exist. We are using ...
2
votes
3answers
311 views
User-agent identification and SEO crawler database
I am requested to analyze the traffic log of a site. In particular I have to identify the crawlers starting from the collected user agent values.
I know there are 'trap' links that you can use to ...
2
votes
2answers
72 views
Is there a weight for html link?
I would like to know if there is any weight associated with a html link (its backlink) when google does crawling/indexing. Will 1,2 & 3 be ever considered as a backlink by Google?
1. <a ...
1
vote
4answers
109 views
Is it bad for SEO to have a site with no click navigation?
I have a site where users can only get to most of the sites content through search. If I make a sitemap that has the URLs for all of the potential searches is it ok that these pages cannot be click ...
4
votes
2answers
457 views
Understanding Ajax crawling of search site
I have a couple of questions about Ajax crawling of a website, which is kind of search engine itself.
The base article explains the mechanism of making AJAX applications crawlable. All this stuff ...
0
votes
0answers
55 views
Are there any good reasons to HTML5 for SEO at the moment? [duplicate]
Possible Duplicate:
What are the SEO rules for HTML 5?
Do crawlers ignore HTML5 tags (like <article>, <section>, <video>, <nav>, and so on...) when indexing the ...
0
votes
2answers
112 views
404s on password protected content
I'm new to WordPress and SEO, generally, but we've been running into problems with our site that don't seem to make sense to me.
The problem is that our editor likes to schedule posts and/or mark ...
5
votes
5answers
185 views
What measures can be taken to make sure Google is aware of the existence of a newly created page?
Consider a website with a large number of pages. New pages are published regularly.
When publishing a new page the website operator wants to get the newly created paged crawled/indexed in Google as ...
4
votes
1answer
131 views
Do I need robots.txt?
I want to allow all bots to crawl everything, do I need to create a robots.txt?
If the file is missing will it have a negative influence on some crawlers?
If I need to create it, what should it look ...
4
votes
3answers
585 views
Should I use nofollow on internal links that don't need to be crawled?
We have a product navigation engine that allow our customers to filter products based on attributes (size, color, etc.). We are implementing an upgrade that allows them to use "multi-select" ...
3
votes
2answers
497 views
How to correctly index multilanguage home page while having a default portal language
Hi there this is my first post, so first of all, sorry for being boring or for any mistakes.
I have read many posts on how to correctly index a multi-language site but none of them really answer my ...
1
vote
3answers
120 views
Pseudo-external links and SEO
I don't know, how to name such a links.
Main idea is following:
I write a post at a community, which I do not control, and place a link to my web-site:
www.mywebsite.com
When post is saved, my ...
2
votes
1answer
182 views
Do all search engines obey nofollow rel attribute on hyperlinks
I have been informed that search engine support is inconsistent for the rel attribute with the 'nofollow' value.
Is this the case.
From my research Google, Yahoo and Bing seem to obey this attribute ...
1
vote
2answers
520 views
SEO: disallowing Google from indexing forms?
From a SEO point of view, would you exclude forms from being indexed/crawled by Google or not?
I mean my forms hardly ever contains keyword/keyphrases.
So I'm wondering what's the point of letting ...
1
vote
2answers
40 views
Crawling web to build a directory of a niche industry for SEO
I heard that some web sites crawl web to build a directory of companies in a niche domain. So, when people search for the name of the company they find that directory page.
I wonder if this is ...
1
vote
2answers
133 views
Adult website crawlability issue
I got a mission and asking for some help with this scenario for a new website.
The site is an adult escorts advertising service. It is developed fine, works and looks good, but the issue is with ...
1
vote
1answer
82 views
What are Sitemap content tags?
i have recently generated sitemap for google.
I included following loc, lastmod, changefreq. My site is in two languages. Do i need to add some other tags for specifying languages too
0
votes
1answer
57 views
Possible reasons RSS generated content won't index
I built a digg-like clone at fantasybookmark.com. Google crawled the site, but only indexed about 21 pages out of the 2,000 or so (and growing) pages on the site. We use rss feeds to find and ...
11
votes
4answers
421 views
Status of Crawlable Ajax?
I saw that Google had a nice proposal/standard for making Ajax applications crawlable, via #! (hash bang).
http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
...