SiteTidy
Home /Tools /humans.txt Generator

humans.txt Generator

Create a file to credit the authors, developers, designers, and contributors behind your website.

Humans.txt Generator

Acknowledge the people behind the code. Generate a perfectly formatted humans.txt file to honor your team.

Team & Contributors

1
Team Member

Site Specifications

Generated humans.txt

humans.txt
/* TEAM */
Developer: Anonymous

/* SITE */
Last update: 2026/08/27
Language: English
Doctype: HTML5

Deployment Notice

Save this file as humans.txt and place it in the root directory of your website (e.g. https://example.com/humans.txt). Then link it in your <head> using:
<link rel="author" href="humans.txt" />

What is humans.txt?

humans.txt is an initiative for knowing the people behind a website. It's a text file that contains information about the different people who have contributed to building the website.

Unlike robots.txt, which is meant for machines, humans.txt is meant for humans to read. It's a fun and standard way to provide credit where it's due.

Where should I place this file?

The file must be named exactly humans.txt and placed at the root of your domain.

https://example.com/humans.txt

How to link it in HTML

To make it easily discoverable, you should add a <link> tag to your website's <head>:

<link rel="author" href="humans.txt" />

Related Guides

Deepen your understanding with our expert articles.