Today, when I searched for a page on Baidu, because the page had been deleted, I naturally used Baidu snapshot. When I opened Baidu snapshot, it showed: Sorry, the webpage you are viewing does not allow Baidu to save its snapshots. So I thought of writing down how to set up a method to prohibit Baidu snapshot caching. The method is as follows: Add between <head> and </head> of the web page where Baidu cache needs to be disabled <meta name="Baiduspider" content="noarchive"> Similarly, if you need to disable all search engine caching, add the following line between <head> and </head> of the page you want to disable caching: <meta name="ROBOTS" content="noarchive"> |
<<: Web Design Help: Web Font Size Data Reference
>>: Some basic instructions of docker
This article example shares the specific code of ...
Whether you're trying to salvage data from a ...
Three useful codes to help visitors remember your...
Table of contents Preface keep-avlive hook functi...
[LeetCode] 176. Second Highest Salary Write a SQL...
Usage of having The having clause allows us to fi...
<br />Without any warning, I saw news on cnB...
<Head>……</head> indicates the file he...
Table of contents 1. What content usually needs t...
This article records the installation tutorial of...
CSS writing order 1. Position attributes (positio...
An at-rule is a declaration that provides instruc...
background This article mainly tests whether the ...
Table of contents 1. How to view the binary data ...
I am happy that some bloggers marked my article. ...