gpt4 book ai didi

javascript - 谷歌考虑使用javascript创建的html元标记?

转载 作者:行者123 更新时间:2023-12-02 18:22:09 25 4
gpt4 key购买 nike

假设我在 body 元素中有以下代码

Google 搜索不会考虑此元标记来进行搜索优化吗?

var a=document.createElement("meta");

a.setAttribute("name","description");

a.setAttribute("content","Test website");

var b=document.getElementsByTagName("head")[0];

b.appendChild(a);

最佳答案

您必须更改网站中的一些代码。 This page explains what you have to do to make AJAX pages crawlable .

关于javascript - 谷歌考虑使用javascript创建的html元标记?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18736053/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com