Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

full ajax site and SEO

Tags:

ajax

seo

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

like image 528
ntan Avatar asked Mar 04 '10 14:03

ntan


2 Answers

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

You might want to read about so called progressive enhancement.

like image 128
Arnis Lapsa Avatar answered Oct 13 '22 09:10

Arnis Lapsa


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

like image 26
GStephens Avatar answered Oct 13 '22 10:10

GStephens