如何停止搜索引擎列出来自 Azure Blob 存储的文档

How to stop search engines listing documents from Azure Blob storage

我有一些文档存储在 Azure Blob 存储中,我不想在 Google/Bing 搜索结果中列出这些文档。我该怎么做?

试试这些步骤

  1. 将 x-robots noindex 标记添加到文档文件的 HTTP headers。
  2. 验证 x-robots noindex 标签是否已应用
  3. 告诉 Googlebot 在 Google Search Console
  4. 中“获取并呈现”您的文档
  5. 请求 Google crawls/indexes 您的文件
  6. 等待文档退出索引。

详情请参考https://geoffkenyon.com/how-to-remove-pdf-files-google/