Getting Started with IndieWeb
A tour of IndieWeb features — what they are, what they do, and how to add them to your site if you want to.
Your Identity on the Web
h-card: Your Digital Business Card
Easy to addAn h-card is a microformat that tells the web who you are. It includes your name, photo, bio, and links to your other profiles.
rel-me: Verify Your Identity
Easy to addrel-me links prove you own your social media accounts. When you add rel="me" to links pointing to your profiles, and those profiles link back to your site, it creates a verified connection!
Content Syndication
Let People Subscribe to Your Content
Platform-dependentFeeds (RSS, Atom, or h-feed) let readers follow your updates without relying on social media algorithms. They're the original "follow" button that works everywhere!
WebSub: Instant Feed Updates
ModerateWebSub makes your feeds real-time! Instead of readers waiting for their feed reader to check your site every hour, they get notified the second you publish something new.
Your Content
h-entry: Making Your Posts Portable
Easy to addh-entry is a simple way to mark up your blog posts so other sites can understand them. It's like adding metadata that says "hey, this is a blog post!" with information about the title, content, and when it was published.
Conversations Across Sites
Webmentions: Comments That Work Everywhere
ModerateImagine if someone could write a reply on their own blog, and it would show up as a comment on your post. That's Webmentions! It's a way for sites to talk to each other.
Login With Your Domain
IndieAuth: Your Domain, Your Login
AdvancedTired of "Sign in with Google"? IndieAuth lets you use your own domain name as your identity to log into websites and apps. You're in control!
Where to start
If you're not sure where to begin
- h-card is the easiest starting point — just a few lines of HTML that tell the web who you are.
- rel-me links are worth adding if you have social profiles — they prove you own them.
- Feeds (RSS or Atom) are great if you publish content — most platforms generate one automatically.
- Scan your site to see which of these features you already have.
None of these are requirements. Pick whatever sounds interesting and fits your site — you can always explore more later.
Additional Resources
- IndieWeb.org - The main IndieWeb wiki with comprehensive guides
- IndieWebify.Me - Step-by-step validator to help you implement features
- Microformats.org - Documentation on microformats like h-card and h-entry
- Getting Started Guide - Comprehensive guide from the IndieWeb community