full ajax site and SEO
Asked Answered
B

7

5

i am planing to start a full ajax site project, and i was wondering about SEO.

The site will have urls like www.mysite.gr/#/category1 etc

Can Google crawl the site.

Is something that i have to noticed about full ajax and SEO

Any reading suggestions are welcome

Thanks

Botticelli answered 4/3, 2010 at 14:17 Comment(0)
R
2

I don't think Google is capable of doing so (yet) http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html

However you can of course make your site usable with or without JavaScript. That way, browsers will have the full candy stuff and Google (and text browsers) still can navigation your site.

Ricardo answered 4/3, 2010 at 14:28 Comment(2)
This is no longer true. See code.google.com/web/ajaxcrawling/docs/getting-started.htmlSogdian
Here's an updated url to Willster's solution in case Google kills the redirect: developers.google.com/webmasters/ajax-crawling/docs/…Mitziemitzl
F
3

https://stackoverflow.com/questions/768233/do-hashes-in-urls-affect-seo

You might want to read about so called progressive enhancement.

Fructification answered 4/3, 2010 at 14:20 Comment(2)
If you think it's a duplicate, vote to close, don't post the link as an answer. If you don't think it's a duplicate, then this doesn't answer the question, and should be a comment.Southward
@Dominic more seriously - it's just a common practice for me to provide my answer gradually. :)Fructification
B
3

Google supports indexing of AJAX sites, but unfortunately it involves extra work for the developer. See http://code.google.com/web/ajaxcrawling/docs/getting-started.html

Biplane answered 29/6, 2010 at 15:32 Comment(0)
R
2

I don't think Google is capable of doing so (yet) http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html

However you can of course make your site usable with or without JavaScript. That way, browsers will have the full candy stuff and Google (and text browsers) still can navigation your site.

Ricardo answered 4/3, 2010 at 14:28 Comment(2)
This is no longer true. See code.google.com/web/ajaxcrawling/docs/getting-started.htmlSogdian
Here's an updated url to Willster's solution in case Google kills the redirect: developers.google.com/webmasters/ajax-crawling/docs/…Mitziemitzl
H
1

In addition to SEO, you also need to think about usability standards here. A site that is that reliant on AJAX isn't going to work for things like screen-readers as well as spiders. You need a system for graceful degreadation. A website that can't function without JavaScript isn't really a functioning website.

Hawkshaw answered 4/3, 2010 at 14:39 Comment(0)
U
0

The search engines will spider the initial page load - what happens to the page (with ajax) after that is irrelevant to listings.

Unbar answered 4/3, 2010 at 14:20 Comment(0)
B
0

Google itself doesn't crawl ajax content but advice a mechanism for it. For this you first need to change # to #!

Whole process to SEO AJAX content is explained here along with simple asp.net code to start working on it.

Belfry answered 2/1, 2012 at 18:2 Comment(0)
M
0

Imagine having to hit the “refresh” button in your browser to update your Twitter feed rather than just hitting the button on the page itself and having it instantly update? These are the types of problems that AJAX solves, although it does come with its pitfalls. Google might claim it’s able to crawl and parse AJAX websites, yet it’s risky to just take its word for it and leave your website’s organic traffic up to chance. Even though Google can usually index dynamic AJAX content, it’s not always that simple. This guide covers some of the things that can go wrong and how you can make sure your AJAX website is crawlable: https://prerender.io/ajax-seo/

Mercymerdith answered 9/7, 2021 at 4:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.