How to Find the Author of a Website
Tracking down who actually wrote a webpage isn't always straightforward. Some sites display author names prominently; others bury them in metadata, hide them entirely, or list a company name instead of a person. Whether you're checking source credibility, doing academic research, or investigating content ownership, here's how the process actually works — and where it gets complicated.
Why Author Information Is Often Hard to Find
The web has no universal rule requiring authorship disclosure. A news outlet might credit every article to a named journalist. A corporate blog might publish under a brand identity. A personal site might never mention a name at all. This inconsistency means finding an author usually involves checking several places, not just one.
Start With the Obvious: The Page Itself
Before diving into technical methods, check what's already visible on the page.
Look for:
- A byline near the article title (e.g., "By Jane Smith")
- An author bio box at the bottom of the article
- A "About" or "Team" page linked in the site's navigation
- A "Contact" page that lists editorial staff or site owners
- A footer credit — some sites list the publication team site-wide
Many blogs and news sites use structured authorship, meaning the author's name is linked to a profile page with more detail. Click it — you'll often get a bio, social links, and a list of other articles they've written.
Check the Page Source and Metadata 🔍
If nothing is visible, the author's name may still be embedded in the page's HTML metadata. This is common with content management systems like WordPress, which automatically tag posts with author data.
How to check:
- Right-click anywhere on the page and select "View Page Source"
- Press Ctrl+F (or Cmd+F on Mac) and search for terms like:
authorbylineog:article:author(Open Graph metadata)schema.org/Person
You might find something like:
<meta name="author" content="Jane Smith"> Or a JSON-LD schema block near the top or bottom of the source that includes the author's name, URL, or organization.
Not every site populates these fields, but when they do, it's a reliable data point.
Use a WHOIS Lookup for Domain Ownership
If you want to know who owns the website rather than who wrote a specific article, a WHOIS lookup can help. This queries the domain registration database and may return the registrant's name, organization, email, and location.
Where to run a WHOIS lookup:
- whois.domaintools.com
- lookup.icann.org
- who.is
Important caveat: Many domain owners use WHOIS privacy protection (also called domain privacy or proxy registration), which masks personal details behind a generic privacy service address. In those cases, you'll see the registrar's contact info rather than the actual owner's.
WHOIS is most useful for identifying organizational ownership — finding out if a domain is registered to a company, nonprofit, or government entity, rather than identifying an individual writer.
Search for the Site's Footprint Online
Sometimes the author hasn't published their name on-site, but it appears elsewhere. A few approaches:
- Google the domain name or site title alongside terms like "founder," "editor," "created by," or "about"
- Search LinkedIn for people who list the website in their work history or profile
- Check the Internet Archive (archive.org) — older versions of the site may have had author credits that were later removed
- Look for press coverage or interviews that mention the site's creator
Use Social Media and Backlink Clues
If the site links to a Twitter/X, LinkedIn, or Instagram profile, that's often the author's or owner's personal account. Check the bio — it frequently names the site explicitly.
Backlink research tools like Ahrefs, Moz, or SEMrush can show you who links to the site and in what context. Sometimes a journalist profiling the site or a directory listing will name the person behind it.
When You're Dealing With a Multi-Author Publication
Large websites — media outlets, tech publications, corporate blogs — often have dozens of contributors. In these cases:
| What You're Looking For | Where to Check |
|---|---|
| Author of a specific article | Byline, author bio, metadata |
| Editorial leadership | "About" or "Masthead" page |
| Site ownership | WHOIS lookup, "About" page |
| Organizational affiliation | Footer, "Terms of Service," or "Privacy Policy" pages |
Terms of Service and Privacy Policy pages are underused resources. They're legally required on many sites and often name the operating company or individual responsible for the site — even when no byline appears anywhere else.
The Variables That Affect What You'll Find
How much authorship information is available depends on several factors:
- Site type — personal blogs, news sites, and academic pages tend to be more transparent than commercial or anonymous sites
- Platform — WordPress sites often embed author metadata automatically; custom-built sites may not
- Age of the content — older articles were sometimes published before author attribution was standard practice
- Jurisdiction — some countries have stronger disclosure requirements for online publishers than others
- Intent — sites designed to obscure ownership (spam, content farms, propaganda sites) actively strip authorship signals
When Attribution Is Genuinely Missing
Some sites are intentionally authorless — aggregators, scrapers, or sites publishing content under a brand rather than individual names. In those cases, even thorough investigation may only get you to a company name or registered agent, not a specific person.
How far that matters depends entirely on what you need the author information for — verifying a source's credibility, academic citation, legal inquiry, or something else entirely shapes which methods are worth pursuing and how definitive the answer needs to be.