How to dynamically change a web page's title?

前端 未结 19 1441
遇见更好的自我
遇见更好的自我 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:49

    Using the document.title is how you would accomplish it in JavaScript, but how is this supposed to assist with SEO? Bots don't generally execute javascript code as they traverse through pages.

    0 讨论(0)
提交回复
热议问题