Home >Web Front-end >JS Tutorial >Website information record--humans.txt introduction
The first time Chinese netizens discovered the existence of humans.txt was on the Google search engine. Few people may have noticed the existence of this little thing, but it is indeed there.
No one knows what it does,” Google is built by a large team of engineers, designers, researchers, robots, and others in many different sites across the globe. It is updated continuously, and built with more tools and technologies than we can shake a stick at. If you'd like to help us out..." There is no introduction to the purpose of this file in this text. We can only see that Google staff in humans.txt The document mentioned the entire working team, the upgrade of the search engine, Google's support for various technologies and tools, and a conclusion at the end welcoming everyone to join Google.
Humans is a TXT file that contains information about people who participated in the design and creation of this web page. TXT is a quick and easy to create file format, and is not an intrusive format, In this way, the certification website can be displayed from the outside quickly, conveniently and cost-effectively The producer
You can use the meta tag to identify the producer of the website
<meta name="author" content="littlematch">
However, a better way is to create humans.txt in the project root directory to record the changes For detailed information, you can refer to the following document link in the <head>
section of the website: <link rel="author" href="humans.txt" />
1. In order to maintain a basic visual structure, humans team member information and website data information are separated by /*TEAM*/ /*SITE*/
2. Enter the information of each human project team member: position, name, contact information, geographical location,... (To avoid spam, you can use the email account email [ at], avoid using @. )
3. Enter information about the website, such as the latest update (year/month/day), main language, Doctype and development tools used, etc.
The above is the detailed content of Website information record--humans.txt introduction. For more information, please follow other related articles on the PHP Chinese website!