Mobile app version of vmapp.org
Login or Join
Odierno851

: Site.xml with #!, still ok to have bare URL as home page? I'm trying to get some ajax content on my main page indexed by google. I've implemented the #! url structure for that content and

@Odierno851

Posted in: #Ajax #GoogleSearchConsole #Sitemap #XmlSitemap

I'm trying to get some ajax content on my main page indexed by google. I've implemented the #! url structure for that content and the corresponding piece on the server which renders what users see when passed the _escaped_fragment_ version of the urls. Ie, I followed the instructions here code.google.com/web/ajaxcrawling/docs/getting-started.html
I submitted the new site.xml to google 2 days ago through their webmaster tools. It's showing up as submitted URLs: 10, 1 URLs in index. So I'm assuming that something is wrong with my set up as the #! urls don't seem to be indexed.

This is a snippet of my site.xml

<url>
<loc>http://www.mysite.com/</loc>
</url>
<url>
<loc>http://www.mysite.com/#!/Bristol</loc>
</url>
<url>
<loc>http://www.mysite.com/#!/Manchester</loc>
</url>


I don't want to just ask "What's wrong with this!?" so my best guess is I shouldn't be using the same url with and without the #! perhaps? or I need to put

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


in the page returned for those URLs? I didn't really follow what was being said on that bit of the instructions.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Odierno851

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

That Sitemap file is fine. You don't need to specify the AJAX-crawling version of the URL there, but it generally will take a bit of time for these URLs to get crawled and indexed. A Sitemap file does not guarantee indexing, so in addition to just the Sitemap file, I'd also recommend doing the usual things that make sense when building & promoting a website, such as making sure that the pages are linked internally, so that the content can be crawled normally.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme