Mobile app version of vmapp.org
Login or Join
Heady270

: What URL will Googlebot crawl when you use the meta fragment tag with a regular hash URL? my client wants to use AJAX crawling (I know that it is deprecated But he wants it to use because

@Heady270

Posted in: #Ajax #CrawlableAjax

my client wants to use AJAX crawling (I know that it is deprecated
But he wants it to use because of another search engine that still support it such as yandex.ru)

So I have URL like this:
example.com/#/card/card_slug?category=car

I feel it pretty ugly to transform it to this:
example.com/#!/card/card_slug?category=car

So I decided to use <meta name="fragment" content="!">

What page will Googlebot look for when he goes to this page:
example.com/#/card/card_slug?category=car

(like example.com?category=car&_escaped_fragment_=#/card/card_slug)

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

2 Comments

Sorted by latest first Latest Oldest Best

 

@Courtney195

www.google.com/webmasters/tools/googlebot-fetch?hl=en&siteUrl=
Use the above link to fetch your URL in search console and Google will likely tell you what page it fetched with your # parameter in the URL.

I think the most likely result is that it will ignore everything after the # and only fetch example.com, but I am not sure.

10% popularity Vote Up Vote Down


 

@Becky754

example.com/#!/card/card_slug?category=car

fetched as following and indexed.
example.com/?_escaped_fragment_=/card/card_slug%3Fcategory%3Dcar

single # url's are not crawled /i'm not sure/ and
definitely not indexed

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme