Tagged Questions
0
votes
2answers
170 views
SEO when loading items through AJAX
Let's say I have standard scenario of commerce site that has categories on the left and items on the right.
What I would like to do is that when user clicks on category it will pass it's ID to js, js ...
2
votes
1answer
63 views
Is there a penalty for opposite of cloaking?
Let's assume I have 100 different web pages with original and good content.
But I want to publish on these pages same advert content (text video flash pictures)
If I decided to use ajax and jquery ...
1
vote
2answers
283 views
AJAX website doesn't get indexed properly
Why http://anuary.com doesn't get indexed properly?
I've submitted the sitemap ( http://anuary.com/?sitemap=true ) almost a month ago. However, 0 pages appear in Google index.
I've also prepared the ...
3
votes
1answer
372 views
What is the best SEO method for a single page website on which all content is loaded with initial page load
I'm developing a single page website that will have all it's content available by scrolling down and showing/hiding various DOM elements.
Most of the discussion I've seen on SO on this topic is ...
9
votes
2answers
2k views
How to get Google to crawl AJAX pages without using #! URLs?
In Google's advice on "Making AJAX Applications Crawlable", they advise making AJAX URLs that aren't using hash-bang fragments (#!) crawlable by adding <meta name="fragment" content="!"> to the ...
3
votes
1answer
91 views
Can we Use Google's Ajax Proposal?
In October 2009 on Google's blog (see this link) there was a proposal presented to make ajax websites crawlable.
Does anyone know if this got past the proposal stage and is it safe to use the methods ...