← All Blogs

Use Humans.txt to credit your team for a project

15 October, 2020
~2905 reads

title: Use Humans.txt to credit your team for a project published: true date: 2020-10-15 05:49:58 UTC tags: webdevelopment,projectmanagement,webdesign canonical_url: https://www.ravsam.in/blogs/use-humans-txt-to-credit-your-team-for-a-project/

We all love to take credit for the work that we are proud of and there is nothing wrong with that. Whenever we work on the project, we put our team/company name in the footer of the website , or in the about section. However, this doesn’t take into consideration the members of the team who worked on the project. These members can be Designers, Developers, SEOs, QAs, etc. To attribute the team behind the project, there is a thing called humans.txt

What is humans.txt?

Humans.txt is a great initiative for listing the individuals who worked behind a project. It’s an initiative for knowing the people behind a website. Basically, it is just a .txt file that contains information about individuals and their roles in a particular project.

Humans.txt Example

/* TEAM */
 Project Lead: John Smith
 Contact: johnsmith [at] gmail.com
 Twitter: @johnsmith
 From: New York, USA

 UI Designer: Tim Jacob
 Contact: timjacob [at] gmail.com
 Twitter: @timjacob
 From: New York, USA

 Project Lead: Jennifer Jaine
 Contact: jenniferjaine [at] gmail.com
 Twitter: @jenniferjaine
 From: Toronto, Cananda

/* SITE */
 Last update: 2020/10/05
 Language: English
 Doctype: HTML5
 IDE: VSCode
 Technologies: Jekyll, Python

Should we always humans.txt?

Humans.txt is completely optional. It is not related to SEO. But it is a way to tell the world about the individuals who worked hard behind the website.

Who to mention on humans.txt?

We can mention anyone on the humans.txt. We can attribute our designers, developers, SEOs, Project Manager, .etc. On an Open Source project, we can add all the contributors in the humans.txt by automating it through CI/CD.

Where should I add humans.txt?

Humans.txt lives at the root of the website. We can add a tag in the

of our website.

<link type="text/plain" rel="author" href="http://example.com/humans.txt">

We hope that you will use the humans.txt in your current or upcoming project and attribute your team for what they do. Cheers!

About RavSam Web Solutions

Looking for a Web Design company to build your next project? We welcome you. Reach out to us to know more about our website development services, or anything else.

We provide Web Design, Web Development, Mobile App Development, Software Development, and Automation Services. We have been rated as one of the fastest-growing companies in India. We have been able to generate seven-figure revenue due to our customer-centric services powered by passion and skillset. We are always looking forward to work on great ideas. If you are looking for an application development company, you are most welcome to get in touch with our team.

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Dropilio - Leveraging Twilio Whatsapp API
What I built Dropilio is a REST API service for sending local files as attachments with...
Building a Smart Session Tracker for Your Mac's Menu Bar
Picture this: You sit down at your Mac with a coffee, planning to "quickly check a few emails." Next...
Deploy a Serverless Probot/Github App on Netlify Functions
Build and Deploy a Serverless Probot or Github App on Netlify Functions to automate your...