artesaos / seotools

SEO Tools for Laravel
MIT License
3.1k stars 505 forks source link

Question: SEO Title Different #303

Closed samuel-lujan closed 1 year ago

samuel-lujan commented 1 year ago

Is it possible to on google index page, set some title for the page. And when page opened, set another Page Title?

J-Brk commented 1 year ago

It's not within the standard scope of this package. You can do something like this with help of JavaScript. Set your title trough this package and then use some JS to detect that the UserAgent is not Google and then modify it after page load, or the other way around.

However please note that hidden text or title modifications tricks come with increased risk of ranking reduction.