-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_escaped_fragment_ is deprecated by google 3 years ago #22
Comments
No, this library is not deprecated. This library checks googlebot by their user agent directly instead of following the escaped fragment protocol: https://github.com/jeroennoten/Laravel-Prerender/blob/master/config/prerender.php#L144 |
Just for the record and to make this more clear for everyone else, if I enable 'googlebot' in 'crawler_user_agents' list (using prerender.io), am I at risk to being penalized for cloaking? |
If you enable 'googlebot' in the list of user agents, you are not at risk of being penalized for cloaking. https://developers.google.com/search/docs/guides/dynamic-rendering Google even recommends using Prerender.io in the documentation on Dynamic Rendering. |
Hiya, I just installed the package, but in the published config file, I literally read the following:
So are we really safe to uncommend those three? Is this library actively maintained still? |
@thoop, same thing as @denjaland |
https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html
Is this library also deprecated?
The text was updated successfully, but these errors were encountered: