Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改我的页面/网站标题,但我无法访问我正在使用的在线平台上的所有 HTML 代码(包括标题)。
我用过这个:
<script type='text/javascript'> jQuery(function() { jQuery(document).attr('title', 'Whatever you want'); }); </script>
但我听说这种变化对 SEO 不友好。真的吗?而我能做些什么呢?
如果您想对 SEO 友好,则必须在 HTML 中进行更改。
如果您的“平台”带有 CMS,则应该有一个设置页面标题的选项。