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
routing vue-router4 keeps most of the API unchang...
Subquery Classification Classification by returne...
Introduction to Docker Docker is an open source a...
This article shares the specific code of JS+Canva...
①. How to use the alias (CNAME) record: In the do...
1 Requirements Overview The data of multiple tabl...
Use event delegation to implement message board f...
Table of contents Vue3 + TypeScript Learning 1. E...
Table of contents 1. Introduction to built-in obj...
When you log in to MySQL remotely, the account yo...
Solve the problem of eight hours time difference ...
Table of contents Solution: 1. IGNORE 2. REPLACE ...
Table of contents Makefile Makefile naming and ru...
Here, clever use of CSS techniques allows you to g...
Table of contents index - General index - Unique ...