Mobile app version of vmapp.org
Login or Join
Pope3001725

: 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

@Pope3001725

Posted in: #Ajax #Google #GoogleSearch

Why anuary.com doesn't get indexed properly?

I've submitted the sitemap ( anuary.com/?sitemap=true ) almost a month ago. However, 0 pages appear in Google index.

I've also prepared the webpage infrastructure following Google AJAX-friendly pages guide ( code.google.com/web/ajaxcrawling/docs/getting-started.html ), therefore
anuary.com/#!/portfolio/28

becomes
anuary.com/?_escaped_fragment_=!/portfolio/28

However, I am not sure what to do with the landing page, anuary.com/ ?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

2 Comments

Sorted by latest first Latest Oldest Best

 

@Shanna517

You aren't mapping your hasbangs correctly.
anuary.com/#!/portfolio/28 should become:
anuary.com/?_escaped_fragment_=/portfolio/28
Also, the Google guidelines tells you that pages without hash fragments you simply include:

<meta name="fragment" content="!">


Having some internal link structure and getting rid of duplicate URLs also can't hurt. Even if Google can access URLs listed in your sitemap, they may choose not to index them or to relegate them to the supplementary index if they're perceived to be low quality/value. If no one links to them, not even your own pages, then Google might choose to skip over them as well.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme