Mobile app version of vmapp.org
Login or Join
Shelley277

: Does escape fragment works without a hash in the URL? I have done SEO for a site in angularjs 1 using phantomjs. The site has enabled html5 mode true so there will be no "#!" in the URL.

@Shelley277

Posted in: #AngularJs #Javascript #Seo

I have done SEO for a site in angularjs 1 using phantomjs. The site has enabled html5 mode true so there will be no "#!" in the URL. I have added a check for $args ~ _escaped_fragment_.

Will search engine bots visit the site with _escaped_fragment_ in URL ?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

The escaped fragment crawling scheme was created by Google to make AJAX sites crawlable. However, it shouldn't be used anymore. Googlebot now knows how to crawl AJAX websites, especially those that change the URL using pushState (html5 mode). In fact Google has deprecated the escaped fragment crawling and soon won't support it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme