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
I am using the Ubuntu 16.04 system here. Installa...
IMG tag basic analysis In HTML5, the img tag has ...
Table of contents 1. How to obtain different view...
【author】 Liu Bo: Senior Database Manager at Ctrip...
1. Download mysql-5.7.21-windowx64.zip from the o...
union execution For ease of analysis, use the fol...
1. MySQL's own stress testing tool Mysqlslap ...
Table of contents 1. substring() 2. substr() 3.in...
What is an index? Why create an index? Indexes ar...
This article example shares the specific code of ...
Table of contents 1. jsonp cross-domain 2. docume...
1. Slow query log 1.1 MySQL log types Logs are us...
Not only does it reduce the cost of website develo...
The basic principle of all animations is to displ...
Preface Learn MySQL to reorganize previous non-MK...