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
1. What is HTML markup language? HTML is a markup...
Since we are going to upload pictures, the first ...
Table of contents 1. redo log (transaction log of...
1. Overview This article systematically explains ...
Table of contents 1. Global level 2. Database lev...
The commonly used escape characters in HTML are s...
Create docker-compose.yml and fill in the followi...
This article shares the specific code for impleme...
We, humble coders, still have to sing, "You ...
1. Docker network management 1. Docker container ...
Preface Recently connected to mysql /usr/local/my...
Error message: Job for mysqld.service failed beca...
Table of contents Single thread asynchronous Sing...
There are three types of virtual hosts supported ...
SVN is the abbreviation of subversion, an open so...