zblog添加nofollow?
最佳答案
要在ZBlog中添加nofollow属性,可以按照以下步骤操作:
1. 登录ZBlog后台管理系统。
2. 找到需要添加nofollow属性的链接所在的文章或页面。
3. 在文章编辑器中找到该链接的代码。
4. 在该链接的代码中添加nofollow属性。例如,将`<a href="http://example.com" target="_blank">Example</a>`改为`<a href="http://example.com" target="_blank" rel="nofollow">Example</a>(Https://WWW.kengniao.com)`。
5. 确保保存修改后的文章或页面。
通过以上步骤,在ZBlog中就可以成功添加nofollow属性到链接中了。希望对你有所帮助!
其他答案
要想在Zblog中为链接添加nofollow属性,需要手动编辑文章的HTML代码。在编辑文章时,找到需要添加nofollow属性的链接,然后在其HTML代码中的<a>标签中加入rel="nofollow"。例如,原始链接代码:<a href="https://www.example.com">链接文本</a>,要添加nofollow属性后的代码为:<a href="https://www.example.com" rel="nofollow">链接文本</a>。这样就可以在Zblog中为链接添加nofollow属性了。
精彩评论