{
    "content": "<h1>The <a href=\"..\/humans.txt\/\">humans.txt<\/a> Standard<\/h1><p>The <a href=\"..\/humans.txt\/\">humans.txt<\/a> initiative is a grassroots movement designed to give credit to the individuals who build the web. Unlike the <a href=\"..\/robots.txt\/\">robots.txt<\/a> file, which is intended for search engine crawlers and automated bots, <a href=\"..\/humans.txt\/\">humans.txt<\/a> is a plain text file meant for human consumption. It typically lists the authors, designers, and developers of a website, providing a digital colophon that describes the <a href=\"..\/technology-stack\/\">technology-stack<\/a> and tools used in the project.<\/p><h2>Origin and Purpose<\/h2><p>The concept was established by the <a href=\"..\/Humans.txt-Project\/\">Humans.txt-Project<\/a> (official site: <a href=\"http:\/\/humanstxt.org\/\">humanstxt.org<\/a>) as a way to acknowledge the people behind the code without cluttering the <a href=\"..\/HTML\/\">HTML<\/a> source with comments. According to documentation from <a href=\"..\/MDN-Web-Docs\/\">MDN-Web-Docs<\/a> (see <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Glossary\/humans.txt\">MDN Source<\/a>), this file is placed in the <a href=\"..\/root-directory\/\">root-directory<\/a> of a server. It promotes <a href=\"..\/transparency\/\">transparency<\/a> and allows creators to showcase their work in a standardized format.<\/p><h2>Structure and Implementation<\/h2><p>While not a formal <a href=\"..\/RFC\/\">RFC<\/a> or <a href=\"..\/internet-standard\/\">internet-standard<\/a>, the file generally follows a structured layout with sections like 'TEAM', 'THANKS', and 'SITE'. Developers often include their <a href=\"..\/GitHub\/\">GitHub<\/a> profiles or <a href=\"..\/LinkedIn\/\">LinkedIn<\/a> information. To make the file discoverable, a <a href=\"..\/link-tag\/\">link-tag<\/a> can be added to the <a href=\"..\/HTML-head\/\">HTML-head<\/a>: <code>&lt;link rel=\"author\" href=\"humans.txt\" \/&gt;<\/code>. This practice is widely adopted within the <a href=\"..\/web-development\/\">web-development<\/a> community to maintain clean <a href=\"..\/source-code\/\">source-code<\/a>.<\/p><ul><li><a href=\"..\/robots.txt\/\">robots.txt<\/a><\/li><li><a href=\"..\/security.txt\/\">security.txt<\/a><\/li><li><a href=\"..\/open-source\/\">open-source<\/a><\/li><li><a href=\"..\/web-standards\/\">web-standards<\/a><\/li><\/ul>",
    "tags": [
        "humanstxt",
        "web-development",
        "metadata",
        "colophon",
        "robots-txt",
        "transparency",
        "internet-conventions",
        "developers",
        "authorship",
        "text-files"
    ]
}