meanjs / mean-seo

SEO Solution for MEAN.JS applications using PhantomJS.
72 stars 36 forks source link

_escaped_fragment_ got deprecated. #20

Open ghost opened 8 years ago

ghost commented 8 years ago

_escaped_fragment_ option got deprecated: https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html

How can we make it to pre-render for crawlers? (without the _escapedfragment)

simison commented 8 years ago

It deprecated for Google and thus for Google you don't need to get it pre-rendered anymore. It'll read your JS rendered pages just fine.

If there are some other crawlers which you'd like to serve pre-rendered views, suppose they would still support _escapedFragment. Is there some specific crawler you're targeting?

simison commented 8 years ago

See also: