Cookies

We use cookies for analytics and advertising. You can accept all, keep only necessary, or customize your preferences. Cookie Policy

Digital Vantage LogoDigital Vantage Logo
  • About us
  • Offer
    • Websites
    • Web Applications
    • Applications
    • Technology consulting for companies
    • Online marketing and branding
  • Resources
    • Blog & News
    • Tools and calculators
    • Templates and checklists
    • Independent industry reports
  • Contact
Let's talk!
Digital Vantage LogoDigital Vantage Logo
  • About us
  • Offer
  • Resources
  • Contact
  • Szukaj w artykułach ⌘K
    • Websites
      Building a professional online presence
    • Web Applications
      Dedicated web applications - automate and grow your business!
    • Applications
      Custom solutions tailored to your business needs
    • Technology consulting for companies
      That support business Technology consulting for companies where technology has stopped keeping up with business
    • Online marketing and branding
      Designing logos, corporate colors and letterheads
    • Blog & News
      News from the digital world.
    • Tools and calculators
      Before you start talking to an agency, check how much your project should cost.
    • Templates and checklists
      Professional checklists for B2B companies
    • Independent industry reports
      Cyclical report programs based on publicly available sources
Let's talk!
Digital Vantage LogoDigital Vantage Logo

Digital Vantage
Tel+48 663 877 600, +48 22 152 51 05
Andriollego 34, 05-400 Warsaw
REGON: 540674000
EU VAT: PL5321813962

Services
  • Websites
  • Company websites
  • Landing page
  • Web applications
  • Mobile apps
  • MVP for startups
  • Software development
  • Technology consulting
  • Online marketing and branding
  • Website pricing
Digital Vantage
  • About us
  • Contact
  • Let's talk about your business
  • Resources for business
  • Site map
Articles and guides
  • Websites
  • Starting a business online
  • Web applications
  • Google Business Profile
  • Glossary
Industry reports
  • Polish web market price analysis
  • Website costs
  • Online store costs
  • Web application costs
  • Mobile app costs
  • SaaS tool costs
Tools and calculators
  • Website cost
  • Online store cost
  • Web application cost
  • Website maintenance cost
  • Online store TCO
  • Website speed test
  • Quiz: website or app
  • Quiz: which e-commerce platform
  • Quiz: WordPress or headless
  • Quiz: ready-made SaaS or custom
Checklists and templates
  • Launching a website
  • Website audit
  • E-commerce UX checklist
  • Store migration
  • Choosing a web agency
  • Website security
Follow Us
FacebookInstagram
© Digital Vantage - Warsaw, Poland
Cookie PolicyPrivacy PolicyConditions
English|Polski
© 2026 Digital Vantage. © 2024 Digital Vantage. All rights reserved.
Digital Vantage LogoDigital Vantage Logo

Digital Vantage
Tel+48 663 877 600, +48 22 152 51 05
Andriollego 34, 05-400 Warsaw
REGON: 540674000
EU VAT: PL5321813962

★ 5.0
Google reviews
24h
We reply on business days.
20+ yrs
in IT/B2B EMEA
100/100
Desktop PageSpeed
© Digital Vantage - Warsaw, Poland
Cookie PolicyPrivacy PolicyConditions
English|Polski
© 2026 Digital Vantage. © 2024 Digital Vantage. All rights reserved.

Table of Contents · 9 sections

In this article

  1. 01HTTP status codes — a map in one place
  2. 02404 Not Found — what it means
  3. 03404 error — how to fix it on your own site
  4. 04404 or 410
  5. 05Soft 404 — and why our own site answers with a 200
  6. 06403 Forbidden — access refused
  7. 07401 Unauthorized — login required
  8. 08400 Bad Request and 405 — a malformed request
  9. 09What this article deliberately leaves out
  1. Home›
  2. ›
  3. Blog & News from the Digital World›
  4. Websites — a map of everything covered here›
  5. Website maintenance — six ways into this section and where to start›
  6. 404 Not Found, 403, 401 and 400 errors — what these status codes mean and how to fix them
Websites·SEO and Website Optimization·Technology for businesses·Company·14 min czas czytania·14 775 znaków·2759 słów

404 Not Found, 403, 401 and 400 errors — what these status codes mean and how to fix them

Kod QR

A 404 Not Found on your own site is usually a page removed without a redirect. What 4xx status codes mean, what Google does and why our 404 returns 200.

RE
Redakcja Digital VantageYour Partner in Business, Digital Vantage Team · Digital Vantage team is a group of experienced professionals combining expertise in web development, software engineering, DevOps, UX/UI design and digital marketing. Together we carry out projects from concept to implementation - websites, e-commerce stores, dedicated applications and digital strategies. Our team combines years of experience from technology corporations with the flexibility and immediacy of working in a smaller, close-knit structure. We work in agile methodologies, focus on transparent communication and treat each project as if it were our own business. The strength of the team is the diversity of perspectives - from systems architecture and infrastructure, frontend and design, to SEO and content marketing strategy. As a result, the client receives a cohesive solution where technology, aesthetics and business goals go hand in hand.
Publikacja19 wrz 2026
Aktualizacja19 wrz 2026

If you are seeing a 404 error on someone else's website, it is usually enough to check the address: a typo, a link cut off in an email, an old bookmark. The page you are looking for is not at this address — it may have been moved or removed. Searching for its name or going to the site's home page usually solves it.

If it is your own website, things look different. Codes in the 4xx range formally say the problem lies with the request — a wrong address, no permission, no login. But on your own site most of them were caused by the owner: a 404 is usually a page removed or moved without a redirect, or a menu link that leads nowhere. A 403 — a firewall, a security plugin or badly set permissions. These are errors you can find and fix before a customer sees them.

This article starts with a map of all the codes, because it makes the rest easier to read, and then covers the ones you actually meet on business websites. Server error codes — 500, 502, 503, 504 — have their own article, because they need a different diagnosis and go to a different recipient.

What you will find in this article. A map of HTTP status codes in one place. What a 404 Not Found error means and what Google does with it. How to find and fix 404 errors on your own site. When to use 410 instead of 404. What a soft 404 is — and why our own error page answers with a 200. What 403, 401, 400 and 405 mean.

HTTP status codes — a map in one place

Every server response starts with a three-digit code. The first digit says what happened, and that is enough to know roughly where to look.

HTTP response codes — four classesHTTP response codes — four classes. 2xx Success: 200 OK — page served. 3xx Redirect: 301 / 308 moved permanently, 302 / 307 moved temporarily. 4xx Problem with the request: 400 malformed request, 401 login required, 403 access refused, 404 not found, 410 gone for good, 429 too many requests. 5xx Problem on the server: 500 application error, 502 bad reply behind the proxy, 503 temporarily unavailable, 504 no reply in time. Google treats every 4xx code except 429 the same way — as a sign that there is no content at that address. It reads 5xx and 429 as server trouble and temporarily slows down crawling.HTTP response codes — four classesThe first digit says what happened. The most common codes and what they mean for a site owner.2xxSuccess200OK — page served3xxRedirect301 / 308moved permanently302 / 307moved temporarily4xxProblem with the request400malformed request401login required403access refused404not found410gone for good429too many requests5xxProblem on the server500application error502bad reply behind the proxy503temporarily unavailable504no reply in timeGoogle treats every 4xx code except 429 the same way — as a sign that there is no content atthat address. It reads 5xx and 429 as server trouble and temporarily slows down crawling.Source: RFC 9110; Google Search Central, HTTP status codeswww.digitalvantage.pl

HTTP response codes — four classes

RFC 9110; Google Search Central, HTTP status codes

  • 2xx — success. 200 means the server delivered a page. As you will see below, it does not mean it delivered the right one.
  • 3xx — redirect. The address has moved. 301 and 308 — permanently, 302 and 307 — temporarily; the difference matters a great deal to search engines, and we cover it in the article on website migration.
  • 4xx — problem with the request. The server is working, but cannot or will not deliver what was asked for: the address does not exist, access is not allowed, a login is required, the request is malformed.
  • 5xx — problem on the server. The request was fine; the server or the application failed. That is a separate article.

One point from this map matters for everything that follows. According to Google's documentation, all 4xx codes except 429 are treated the same way: the crawlers pass on the information that there is no content at the address. To a search engine, 404, 403, 401 and 410 are in practice the same signal. They differ for people — and for whoever has to fix them.

404 Not Found — what it means

"404 Not Found" is the best-known error code on the internet. The HTTP specification defines it like this: the server "did not find a current representation for the target resource or is not willing to disclose that one exists" — it found nothing at this address, or does not want to reveal that something is there. And it adds a sentence with practical consequences: a 404 does not say whether the absence is temporary or permanent.

From a search engine's point of view, the effects are described precisely. Google does not use content from addresses that return 4xx. If an address was previously in the index and now returns 404, it is removed from the index over time. Newly encountered addresses with a 404 are not processed at all. And the frequency with which the crawler comes back to such an address gradually decreases.

It is also worth saying what that documentation does not say: it does not describe a 404 as a penalty for the rest of the site, only as a signal that there is no content at that address. A few addresses returning 404 are the normal state of any living website — products sell out, offers expire, articles go out of date. The problem starts not when a 404 exists, but when something leads to it that should not: a link in your menu, a link from another site that once recommended you, or an address where an important page used to be and now there is nothing.

404 error — how to fix it on your own site

Fixing a 404 error starts with the question of where people are coming from when they land on a non-existent address. There are three sources, and each is fixed differently.

Your own links. A link in the menu, the footer or the text that leads to a removed page. This is the easiest to find and the most embarrassing, because the visitor hits the error by clicking on something you showed them yourself. Link-checking tools — many of them free — crawl the whole site and list the links that return an error. The fix is to correct the link, not to set up a redirect.

Addresses that once existed. A page moved to a new address or removed during a rebuild, while the old address is still in Google's results, in customers' bookmarks and in links from other sites. Here the fix is a permanent 301 or 308 redirect to the new address or, if the content is gone, to the closest page on the same topic. We handle 318 redirect rules this way ourselves — each one is an address that once existed and today leads to where its content went. How to set this up for a bigger change is covered in the article on website migration.

Incoming links with a mistake. Someone linked to your site with a typo in the address. You cannot correct someone else's page, but if that link brings traffic, a redirect from the wrong address to the right one recovers it in a minute.

Where to find these addresses: in Search Console, the page indexing report lists addresses marked "Not found (404)" — that is the list of what Google's crawler ran into. Your analytics tool, in turn, shows visits to the error page and the addresses they came from; that is the list of what people ran into. Only both together tell you what to fix first.

And one more thing: a well-made 404 page is also a fix. It does not change the response code or what Google sees, but it changes whether a person stays on the site. A good 404 error page has four elements:

  • a sentence saying what happened, without jargon — "there is no such page, it may have been moved" instead of "404 Not Found";
  • a search box, or at least a link to one, because visitors usually know what they were looking for;
  • links to the most important places — your services, contact details, the most visited sections;
  • the look of the rest of the site: menu, footer, logo. A bare error page from the server looks like the end of the website, not a turn in the road.

The 404 page is also a good place to measure: if your analytics tool counts its views together with the address the visitor came from, you get a ready-made list of links to fix.

404 or 410

The 410 "Gone" code is the younger sibling of 404 and says more: this address is gone and will not come back. The specification recommends it over 404 when the server knows the absence is permanent — for example after deliberately removing a section or an offer you will not bring back.

For search engines the difference is smaller than many guides suggest. Google's documentation lists 404 and 410 together and treats them the same way — both mean there is no content at the address, and both lead to the address being removed from the index. Choosing between them is therefore a matter of tidiness, not of rankings. If your system makes it easy to return a 410 for removed content, it is worth doing, because it is more precise information. If not, a 404 does the same job.

More important than the choice of code is the decision before it: does the content being removed have an equivalent it could be redirected to? If it does — neither 404 nor 410, but a redirect.

Soft 404 — and why our own site answers with a 200

There is a third possibility, worse than both: a page that looks like an error but answers with a 200, meaning "everything is fine". Google calls this a soft 404. Its documentation warns that such error pages can end up in the index and show up in search results, and Search Console flags pages as a soft 404 when their content looks like an error or is empty, despite a success code.

We have exactly this case on our own site — and we keep it deliberately. When someone enters an address that does not exist on our site, they get a page titled "404 — page not found" and a 200 code. It comes from the way the page is sent to the browser.

Why our 404 page answers with a 200Why our 404 page answers with a 200. 1. The server starts answering: sends the header with code 200 and the first parts of the page, so content appears sooner. 2. The page renders: only now does the application check the database for an article at this address. 3. The address does not exist: the 200 cannot be taken back — it was sent in step 1. 4. A noindex tag is added: Next.js appends "do not index" to the page, so Google leaves it out of results. Search engine: reads noindex — the error page stays out of the index; Uptime monitor: sees 200 — will treat the page as working; SEO tools: may report a "soft 404". A real 404 would mean checking the address before streaming starts — giving up streaming on those pages. We chose speed. The price: a status code you cannot trust without looking at the content.Why our 404 page answers with a 200The page is streamed: the server has to send the code before it knows whether the address exists.1The server starts answeringsends the header with code 200 and the first parts of the page, so content appears sooner2The page rendersonly now does the application check the database for an article at this address3The address does not existthe 200 cannot be taken back — it was sent in step 14A noindex tag is addedNext.js appends "do not index" to the page, so Google leaves it out of resultsWHO SEES WHATSearch enginereads noindex — the error page stays out of the indexUptime monitorsees 200 — will treat the page as workingSEO toolsmay report a "soft 404"A real 404 would mean checking the address before streaming starts — giving up streaming onthose pages. We chose speed. The price: a status code you cannot trust without looking at thecontent.Source: Next.js documentation (streaming); own measurement, 19 September 2026www.digitalvantage.pl

Why our 404 page answers with a 200

Next.js documentation (streaming); own measurement, 19 September 2026

Our site is built on Next.js and sent to the browser as a stream: the browser receives the first parts before the server has finished preparing the rest. This makes content appear sooner. But the response code is part of the header, and the header goes out first. The Next.js documentation says so plainly: once the stream has started, the server has already committed to a "200", and if it turns out halfway through that the address does not exist, it can no longer change the code to 404. So it does the only thing left to it — it adds a noindex tag to the page, which tells search engines not to index it. We checked: our error page carries it in its markup.

A real 404 code would be possible, but it would require checking whether the address exists before the stream starts — in other words, giving up streaming on the pages where it helps most. We decided that the speed of every real page is worth more than a correct code on a page that does not exist. The noindex tag means Google will not index it, so the risk the documentation warns about does not apply to us.

It does, however, have costs worth knowing before making a similar decision for your own site:

  • Uptime monitoring that checks only the code will treat every non-existent address as a working page — which is why, in our piece on website monitoring, we recommend checking the content, not just the code.
  • SEO tools may flag such addresses as soft 404s, and you need to know how to read that alert.
  • Redirects have to be complete: an old address with no rule will not return a 404 but a 200 with the error page, so a missing redirect is harder to notice.

If your site is built the same way, that is no reason to rebuild it. It is a reason to check that the error page carries noindex, and not to rely on the code alone wherever it matters whether a page really exists.

403 Forbidden — access refused

403 "Forbidden" means, according to the specification, that the server understood the request but refuses to fulfil it. It is not that the page does not exist, nor that you need to log in — the server knows what you are asking for and says "no".

On business websites, a 403 error most often comes from one of four causes:

  • File permissions on the server — after the site has been moved or files changed by hand, the server is not allowed to read a folder or file, so it refuses.
  • A security plugin or firewall — it has blocked an IP address, a country, a type of browser or behaviour it considers suspicious. It often blocks the owner too, after a few logins with the wrong password.
  • No index page in the folder — the address points to a folder with no home-page file in it, and the server does not allow the list of files to be shown.
  • Hotlink protection — an image or document is only available from your own domain, so a link to it from elsewhere ends in a refusal.

From a search engine's point of view, the second cause is the most dangerous. If a firewall starts answering Google's crawler with a 403, addresses drop out of the index just as they would with a 404 — because to Google it is the same signal. Google also points out separately that 401 and 403 codes should not be used to limit how fast the crawler fetches the site; that is what 429 is for. After switching on new protection for your site, it is worth checking in Search Console whether Google's crawler has started receiving refusals.

How to fix a 403 error on your own site: first check whether it affects everyone or only you — from a phone, on mobile data. If it is only you, the cause is usually a block on your IP address. If it is everyone, it is permissions or server configuration, and that is a question for your hosting provider or contractor.

401 Unauthorized — login required

401 "Unauthorized" means that the request lacks valid login credentials for a resource that requires them. The specification requires the server to include in such a response information on how to authenticate — which is why the browser shows a box asking for a username and password.

On a business website, a 401 is correct in one typical place: the staging version, protected with a password so that neither customers nor search engines can see it. It is an error when it appears on the public site — usually because the protection from the staging version was copied to production together with the other files, or because a membership plugin locked content that was meant to be open. To Google, a public page returning 401 is a page that does not exist.

It is worth knowing that many searches for "401 unauthorized" have nothing to do with your website: they concern systems you do not run — online banking, tax portals, company software. It is the same code in a different context: the system is saying the login details have expired or are invalid.

400 Bad Request and 405 — a malformed request

400 "Bad Request" is, according to the specification, a refusal caused by something the server considers a client error: a malformed request, an invalid format. From a visitor's point of view, the most common causes are a damaged link — with characters that are not allowed or broken encoding — and cookies stored by the browser that are too large or corrupted. Hence the advice you can give a customer: clear the cookies for that one site, or open it in a private window. If a 400 error appears for many people at once, that is a sign the site itself is creating malformed links or setting cookies that are too large — and that is a question for your contractor.

405 "Method Not Allowed" means the server knows the way the request was sent but this address does not support it — typically a form sending data to an address that only accepts page views. The specification requires the response to list the methods that are allowed. On a business website, a 405 almost always means an error in a form or an integration, and goes straight to the contractor.

What this article deliberately leaves out

  • Server errors 500, 502, 503 and 504 — a separate article, with a table of who to call for which code.
  • How to set up redirects when moving a site — website migration.
  • How to spot errors before a customer does — website monitoring.
  • Firewalls and security from the configuration side — website security.

The shortest summary: on your own site, a 404 error is usually the trace of a change nobody finished — a page removed without a redirect or a link nobody corrected. Google treats all 4xx codes the same and simply stops using such an address, so the fix is to redirect what has moved, correct your own links and check that your firewall is not refusing the crawler. And if your site, like ours, answers non-existent addresses with a 200 — check that it carries noindex, and do not trust the code alone.

FAQ

Questions about error codes on a website

That there is no page at this address — it never existed, was removed or was moved. The code does not say whether the absence is temporary or permanent. On your own site, a 404 most often means a page removed without a redirect, or a wrong link in the menu or text.

It depends on the source: your own broken link — correct it; a page moved or removed — redirect it permanently (301 or 308) to the new address or the closest page on the same topic; an incoming link with a typo — redirect the wrong address to the right one. Search Console lists addresses with a 404 in the page indexing report.

Google describes them as a signal that there is no content at the address — it stops using that address and removes it from the index over time. Every living website has some. What hurts is something else: losing the value of an important page that disappeared without a redirect, and visitors landing on nothing from your own links.

The specification recommends 410 when you know the absence is permanent. Google treats both codes the same, so the choice does not affect rankings. More important is checking whether the removed content has an equivalent — if it does, use a redirect instead of an error.

That the server understood the request but refuses access. The usual causes are file permissions, a security plugin or firewall, a folder with no index page, or hotlink protection. First check whether everyone sees the error or only you — if only you, your IP address is usually blocked.

A page that looks like an error but returns code 200. Google warns that such pages can end up in the index. Our site answers non-existent addresses this way deliberately, because it is streamed and the 200 goes out before it is known that the address does not exist — but it carries a noindex tag, so it is not indexed.

Let's check where your old addresses lead

We match the 404 addresses from Search Console and your analytics against your redirect map, and tell you which ones are costing you traffic — and which can be left alone.

Let's talk about your website

Related Posts

  • Websites — a map of everything covered here
    • Website maintenance — six ways into this section and where to start

      Website maintenance is four jobs: keeping a site running, fast, accountable and able to survive change. Six ways in, and where to start.

      • 1.
        500, 502 Bad Gateway, 503 and 504 errors — what they mean and who to call when they hit your site

        A 502 Bad Gateway, 500, 503 or 504 error tells you which part failed: the application, the link between servers or an overload. And who to call.

      • 2.
        Core Web Vitals — why your PageSpeed score measures something else

        Core Web Vitals are not your PageSpeed score: its heaviest metric is one Google does not use for ranking. The three thresholds and what to do about them.

      • 3.
        Website maintenance services — what you actually buy when you sign

        Website maintenance services are sold as tasks but signed as a contract. Response time, SLA, domain access and code ownership — check these before you sign.

      • 4.
        Website monitoring — who finds out first, you or your customer

        Website monitoring: a 200 code does not mean the page works — ours returns it for addresses that do not exist. What to check, how often, and who gets the alert.

      • 5.
        Website migration — hosting, domain and 301 redirects

        Website migration is three operations: new hosting, new domain, new addresses. What to tell Google, how to transfer a domain and how to set up 301 redirects.

About the Team

Digital Vantage Team

Your Partner in Business, Digital Vantage Team

Digital Vantage team is a group of experienced professionals combining expertise in web development, software engineering, DevOps, UX/UI design and digital marketing. Together we carry out projects from concept to implementation - websites, e-commerce stores, dedicated applications and digital strategies. Our team combines years of experience from technology corporations with the flexibility and immediacy of working in a smaller, close-knit structure. We work in agile methodologies, focus on transparent communication and treat each project as if it were our own business. The strength of the team is the diversity of perspectives - from systems architecture and infrastructure, frontend and design, to SEO and content marketing strategy. As a result, the client receives a cohesive solution where technology, aesthetics and business goals go hand in hand.

Share:

FacebookTwitterLinkedInEmailWhatsAppMessengerDiscord

Table of Contents · 9 sections · 14 minutes read

In this article

  1. 01HTTP status codes — a map in one place
  2. 02404 Not Found — what it means
  3. 03404 error — how to fix it on your own site
  4. 04404 or 410
  5. 05Soft 404 — and why our own site answers with a 200
  6. 06403 Forbidden — access refused
  7. 07401 Unauthorized — login required
  8. 08400 Bad Request and 405 — a malformed request
  9. 09What this article deliberately leaves out

Comments

Rate this article

No comments yet. Be the first to share your thoughts!

Related Articles

Back to the guide: Websites — a map of everything covered here

⇲
Website Monitoring for Businesses - The Complete Guide to Tools and Strategies 2025

500, 502 Bad Gateway, 503 and 504 errors — what they mean and who to call when they hit your site

A 502 Bad Gateway, 500, 503 or 504 error tells you which part failed: the application, the link between servers or an overload. And who to call.

Data publikacji: 19/09/2026
Characters: 16428•Words: 2916•Reading time: 15 min
⇲
Image on the Digital Vantage website

Email marketing — where to start, and why open rates no longer tell you anything

Open rates stopped measuring people in 2021 — Apple says so and the benchmark publisher admits it. What Gmail requires since 2024, and what a lead magnet really yields.

Data publikacji: 17/09/2026
Characters: 11801•Words: 2004•Reading time: 11 min
⇲
Image on the Digital Vantage website

Website audit — what we actually check, what it costs and what you get out

Three layers in the order that matters, the list of checks, and the price stated outright. With three findings an owner will never spot on their own.

Data publikacji: 09/09/2026
Characters: 14756•Words: 2248•Reading time: 12 min
⇲
Image on the Digital Vantage website

How long does SEO take — and why the first weeks do not count at all

Indexing and ranking run on two different clocks. The four gates a site passes through, with the times measured on our own corpus rather than quoted.

Data publikacji: 09/09/2026
Characters: 14873•Words: 2264•Reading time: 12 min
⇲
Factors affecting the cost of a website

Website design cost — why two quotes for the same site differ sixfold

The same brochure site gets quoted at both ends of the range, and both prices can be honest. Six factors that decide which end you are quoted at.

Data publikacji: 25/08/2026
Characters: 16039•Words: 2543•Reading time: 13 min
⇲
Image on the Digital Vantage website

Cheap website design — what the lowest quote actually costs you

The lowest quote is not the price of a website, only the smallest part of the bill. Three price tiers, the real cost after a year, four warning signs.

Data publikacji: 25/08/2026
Characters: 14560•Words: 2239•Reading time: 12 min
⇲
Image on the Digital Vantage website

Create a website for free — three routes and where each one ends

A free site is a real option with a precise limit. Three routes, what each one gives you, what it withholds, and what it costs once a year has passed.

Data publikacji: 25/08/2026
Characters: 14511•Words: 2253•Reading time: 12 min
⇲
Image on the Digital Vantage website

Self-hosting Next.js and Payload: the maths that works, and three things that break

Vercel with a managed database against a VPS running Coolify: 271 USD versus 17 EUR a month at 2 TB of traffic. Plus three failures that happened to us in production.

Data publikacji: 24/08/2026
Characters: 12722•Words: 1938•Reading time: 10 min
⇲
Social Media vs website - How to effectively combine both channels for iznes development

Renting your audience — what a social profile gives you, and what it never will

Meta announced the reach decline itself in 2018. Our own measurement shows how many people really arrive from social — and what remains when the channel goes down.

Data publikacji: 20/02/2026
Characters: 12892•Words: 2208•Reading time: 12 min