Google not using _escaped_fragment_ for homepage

113 views Asked by At

I have javascript (angular) based website. As well I have proxy pages for each page that are visible for google crawlers via _escaped_fragment_ parameter. All redirectis works fine. I don't know why but Google uses home page without proxy (the rest of pages works fine). Thas why I see some bad text during google search.

enter image description here

Is anybody know how to fix this?

1

There are 1 answers

0
osoitza On

You need this meta tag:

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

For more information: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started