How to dynamically change a web page's title?

前端 未结 19 1742
遇见更好的自我
遇见更好的自我 2020-11-22 08:05

I have a webpage that implements a set of tabs each showing different content. The tab clicks do not refresh the page but hide/unhide contents at the client side.

No

19条回答
  •  不要未来只要你来
    2020-11-22 08:40

    Google mentioned that all js files rendered but in real, I've lost my title and another meta tags which had been provided by Reactjs on this website and actually lost my position on Google! I've searched a lot but it seems that all pages must have pre-rendered or using SSR(Server Side Rendering) to have their SEO-friendly protocole!
    It expands to Reactjs, Angularjs , etc.
    For short, Every page that has view page source on browser is indexed by all robots, if it's not probably Google can index but others skip indexing!

提交回复
热议问题