如何阻止我的 Instagram Feed 被编入索引?
How can I stop my Instagram Feed from being indexed?
我在我的 wordpress 网站上使用 Instagram Feed。但是,我希望我的图片不会被 google 索引。
有没有办法阻止这些图像被编入索引或者我可以使用替代插件?
在此先感谢您的帮助!
编辑:
此问题现已移至 Wordpress STack Exchange
试试这个片段,
<!--googleoff: index-->
//your instagram feed div
<!--googleon: index>
欲了解更多信息,
- Preventing Google from indexing the contents of a div by reversing the string
- Tell Google to Not Index Certain Parts of Your Page
- Excluding Unwanted Text from the Index
希望对您有所帮助。
我在我的 wordpress 网站上使用 Instagram Feed。但是,我希望我的图片不会被 google 索引。
有没有办法阻止这些图像被编入索引或者我可以使用替代插件?
在此先感谢您的帮助!
编辑: 此问题现已移至 Wordpress STack Exchange
试试这个片段,
<!--googleoff: index-->
//your instagram feed div
<!--googleon: index>
欲了解更多信息,
- Preventing Google from indexing the contents of a div by reversing the string
- Tell Google to Not Index Certain Parts of Your Page
- Excluding Unwanted Text from the Index
希望对您有所帮助。