Richard Golian

1995-born. Charles University alum. Head of Performance at Mixit. 10+ years in marketing and data.

Castellano Français Slovenčina

Manage subscription Choose a plan

RSS
Newsletter
New articles to your inbox
Richard Golian

Article

How to stop depending on social media, and what the IndieWeb is

How and why I am gradually leaving social media and the big platforms
Richard Golian
Richard Golian · 26 reads
Hi, I am Richard. On this blog, I share thoughts, personal stories, findings and what I am working on. I hope this article brings you some value.

When I read that Meta is testing a new way to charge for organic posts that link outside its platform, it confirms how right I was to become steadily less dependent on the big platforms and on social media.

It does not mean I have left them completely. It means that whether or not I stay in touch with my readers depends on them less and less, and today almost not at all.

I like freedom, I like having my own things under my own control, and that is why I started this blog ten years ago.

Over the past few years I have been adding more ways to stay in touch with me on my own site: a newsletter I send on the first Sunday of every month, and an RSS feed any reader can add to their feed reader so that no new article passes them by.

All of that is fairly easy to understand and a great many blogs use it.

But then I found out that a creator can go deeper still. And that it takes real effort to understand what that deeper layer is about and which of its options make sense for you in particular.

In short, there is a community of creators that builds and maintains the tools and standards that let personal websites talk to each other directly, with no platform in between. One creator publishes something on their own site and mentions another creator, that second creator gets an email about it, and if they have enabled it on their own site, they can display those responses from other creators automatically.

Put another way, outside the big platforms there is a real social network on the internet that most people never see, one that connects independent websites and the people who write on them. There is a genuinely independent web here, and it is called the IndieWeb.

It has one problem: for most people this layer of the internet is hidden, hard to understand and far too technical.

And I agree with them. I have a technical background, and even so, working out what all the options the IndieWeb offers are actually for was not easy for me.

For someone without that background it must feel several times harder. What would have helped me at the start was for somebody to explain the whole idea in plain language.

What is the IndieWeb? In plain language

Your domain is your identity. You are not a row in a database on a platform that sells your attention to other companies. You have your own address on the internet, and the accounts you hold elsewhere point back to it. When somebody else's platform shuts down, your address stays.

You publish on your own site first. Anything you publish away from your own address is a copy. The original lives on your site.

Websites can talk to each other directly. When one site mentions another, it can send it a notification, and the receiving site can display it. It is a way of communicating that needs no middleman.

How I use IndieWeb standards and tools on my own blog

For each of the points above, I will show what I actually run on my site.

Your domain as your identity

rel="me"

Proof across the internet that you are really you. It works like this: my site links to one of my profiles elsewhere, and that profile links back to my site. Only somebody with access to both places can create a pair of links like that. That is why it counts as proof. So that machines can tell those links apart from ordinary ones, they carry the marker rel="me", which means: this is not a link to somebody else's page, this is me again. That is how my Mastodon account, my GitHub account and my email address are tied to this domain. On Bluesky it is solved differently and even more directly: my username there is not @richard.bsky.social but richardgolian.com, and a file placed on the domain itself proves the domain is mine.

IndieAuth

Almost everyone knows the "sign in with Google" button. Convenient, but it means Google holds the key to your identity.

I run my own sign-in server on my site, and it is called IndieAuth. Instead of an account I enter richardgolian.com and the service verifies that I am really me. No further password is created that somebody could steal from me.

Continue

Join the Library

Full access to my findings, personal stories, and what I learn from the people I meet.

Join the Library · €29.99 per year How to Start With AI in a Company: Automating… Fable 5 vs Opus: I Ran the Same Audit… I Ran Object Detection on My Laptop, and Saw… Bot or Human? What My… Dependent on AI: Are We… Which Work Will AI Not Replace? Not Yet…

Sources

Summary

Not depending on social media does not mean leaving it altogether. It means that whether or not I stay in touch with my readers depends on it less and less. The IndieWeb is a community of creators and a set of open standards that let personal websites talk to each other directly, with no platform in between. The most important of them is Webmention, something like a mailbox between websites. For most people this layer of the internet is hidden and far too technical, and working out what its options are actually for was not easy for me either. But it works, I use it, and it makes sense to me.

Common questions on this article's topic

What is the IndieWeb?
A community of creators and a set of open standards that let personal websites talk to each other directly, with no platform in between. It rests on three ideas: your domain is your identity, you publish on your own site first, and websites can talk to each other directly.
What is a Webmention?
A mailbox between websites. When one site links to another, it sends a notification, the receiving site verifies it and can display it. It replaces comments and platform notifications without a middleman.
Why is the IndieWeb hard to understand?
The documentation is written by people who already understand it, and it is full of terms that sound more important than they are. Even a technical person needs time to tell which part is a standard, which is a service and which is only a marker in the HTML.
Do I have to leave social media to use the IndieWeb?
No. The point is that contact with your readers should not depend on a platform. The networks can stay as a way out, mirroring what you publish on your own site.
How is Meta charging for links outside the platform?
Since December 2025 it has been testing, on a selected sample of pages and profiles, a limit of two links per month in the body of a post without a Meta Verified subscription. It is not a blanket measure, but it shows the direction.
Richard Golian

If you have any thoughts, questions, or feedback, feel free to drop me a message at mail@richardgolian.com.

NEWSLETTER
What I write about, what I am working on, what I learned.
Sent the first Sunday of the month. Unsubscribe anytime.

More articles

How to Start With AI in a Company

One of my family members described a firm that has its data in several different tools, and its employees still join it by hand, in spreadsheets. That is the ordinary state of firms. When somebody tells such people not to do it by hand and to use AI, they will not understand. Most firms do not even have the basic connectors between the tools they use. These firms need help with AI transformation.

12 August 2026·613 reads
Fable 5 vs Opus: the cheaper model won

The same task, two models. Fable 5 against Opus 4.8. On paper Fable is the better model, with a larger context and stronger specs. And still it lost. Opus handled the task with a single round of checking for 721,000 tokens, while Fable needed nine rounds and burnt through 2.78 million tokens. The difference was not in the model, but in how I set the task. And I know it, because I measured it.

22 July 2026·924 reads
I Ran Object Detection on My Laptop, and Saw Everything Is Possible

A few weeks ago I installed a small local AI model on my laptop that watches a live camera feed. I turned the webcam on in the dark, and in near total darkness it recognised me and the objects in the room. That such things exist, I have known for a long time. What opened my eyes was the accessibility. I installed it in one prompt, free, and it runs entirely on my machine, sending data nowhere.

15 July 2026·590 reads
My blog is full of bots and AI agents

I once wrote about building my own privacy-friendly analytics tool. It had bot detection from the first version, yet it was not enough. Direct visits took a strangely high share of my traffic. When someone claims that 20% of their visits are bots and 80% are humans, I used to think the same. Today I would say the opposite ratio is closer to the truth. This is how I got there.

6 July 2026·2 144 reads
Dependent on AI: Are We Still Masters, or Slaves?

I have Heidegger and my notebook beside me. I am asking where all of this is heading, where artificial intelligence is taking us.

21 June 2026·1 121 reads
Which Work Will AI Not Replace?

Seventy per cent. That is where the first AI output begins, even when you give it the full company context and the best examples from the past. We are talking about the kind of output that cannot be defined programmatically. It is more complex. Often it is creative work. On one repeated type of output I reached eighty per cent within a week. Every further percentage point is harder than the one before.

10 June 2026·868 reads
What is the dead internet theory? Will we return offline?

For a long time we treated the internet as the main road. The place where work and relationships happen. Yet most of what we see on it today is, or soon will be, AI-generated: text, images, profiles and comments. The internet is turning into an online game full of bots, where you cannot be sure that a human is on the other side of anything. So I ask: was the online world the main road, or only a temporary detour that part of us will return from, back offline?

7 June 2026·1 076 reads
The Gap Between Professionals in the AI Era

A few days ago I interviewed a senior marketer. An experienced man, years of practice. I asked him about AI. He said he barely uses it. He had one bad experience with the output and decided he was too senior for it to add value when it is not perfect. I know the other side too: professionals who automate everything that can be automated.

6 June 2026·957 reads
Europe Is Not Ready for Drone Warfare

Europe does not have the capacity to face a full-scale, mass drone war of the kind we see in Ukraine. Three dependencies weaken it: China supplies the physical material for defence systems, the United States supplies capabilities Europe does not have, and twenty-seven states cannot agree how fast, or who pays. Rearmament plans exist, but they are being carried out slowly.

31 May 2026·954 reads
Can AI Replace Human Judgement?

AI produces the graphic, the newsletter and the product page faster than a person. What is left for the one who used to do it is the judgement, knowing whether the output is good. But most people have worse judgement than AI. And whoever cannot judge quality cannot delegate either. How do you tell whether yours is the judgement a company relies on, or the kind it can replace?

30 May 2026·945 reads
All in on AI agents, or an analogue life.

Four days in Catalonia. No computer, no AI, almost no social media. I bought this notebook so that I could write down what I would think about, and what I would come across and learn on the trip.

10.5.2026·1 540 reads
NEWSLETTER
What I write about, what I am working on, what I learned.
Sent the first Sunday of the month. Unsubscribe anytime.