Home › SEO Guide › Security as a trust signal
Security as a trust signal
Security looks like a topic separate from marketing, until the day it is not. A site flagged as dangerous disappears from the results within hours and comes back within weeks. What you built over two years stops one morning.
What you actually lose
- The browser warning. The red screen that says “deceptive site”. Almost nobody gets past it, and those who do no longer buy.
- The label in Google results. Even if the page keeps its position, a warning appears under it.
- Email. A domain that has sent spam ends up on blacklists, and ordinary messages start landing in the junk folder. The effect lasts long after the cleanup.
- Getting back into the index. It is not automatic. You request it, it gets reviewed, and returning to the previous position usually takes weeks.
What a modern infection looks like
The image of the defaced page with a message from the attacker belongs to the past. Whoever breaks into a commercial site wants to stay unnoticed for as long as possible.
tifui.ro, heat pump store
During the cleanup on 29 June 2026 we removed 92 fake plugins from the site. Each had a plausible name, a correct file structure and a convincing description. In a list of installed plugins, they looked exactly like the legitimate ones.
The site worked normally. Customers placed orders, the orders came through. Nothing was visible to someone browsing it.
In the server logs we found 1,740 brute-force login attempts on the admin page and another 345 on an older interface that almost nobody uses and almost nobody disables.
The most likely cause was not an exotic vulnerability, but an administrator account with a weak password or a plugin left without updates.
It is almost always this. Nobody breaks down an armored door when the window is open.
Why deleting what you find is not enough
Serious hosting providers have a scanner that detects infected files and neutralizes them. It is useful and insufficient, for a simple reason: the scanner cleans the effect, not the cause.
limo-limousine.com, transportation services
The hosting scanner dutifully emptied the malicious files, leaving them on disk with zero size. They kept coming back. Not because the scanner was wrong, but because the entry point had stayed open: a component of the site had a known vulnerability, already fixed by its maker, through which code could be executed remotely.
There were two waves, on 9 and 12 August 2026, from different addresses. The attacker came back in whenever they wanted and put the files back.
The sign that cleared things up was mundane: new files appeared after the time of the scanner alert. The empty files were the residue, and the live one, a few hundred bytes in size, was the one that mattered. The real fix was updating the vulnerable component, not the cleanup.
On tifui.ro we met the mild version of the same problem: the scanner had left behind half-emptied code fragments, enough to look clean and not enough to be clean.
It is worth saying what happens after the cleanup too, because it is almost always skipped. If the attacker was able to run code on the server, they were also able to read the configuration file, so the database password, the email passwords and the keys to external services. All of them must be changed, even if nothing seems to have been used. On limo-limousine.com that was the part left to do after the site was already working normally.
The rule: until you find where they got in, any cleanup is temporary.
A proper cleanup means three things, in this order: identifying the entry point, closing it, then removing what is left. Skip the first step and you will repeat the cleanup in two weeks.
The certificate and what people see
Almost every site has a certificate today, so having one is no longer an advantage. Not having one, or letting it expire, remains very costly, because the browser does not say “this site has no certificate”, it shows a warning screen that most people read as “this site is dangerous”.
Certificates renew automatically almost everywhere. Renewal can fail silently, though, and the most common case is a DNS record deleted or changed by someone else. You will not get any message. You will get a phone call from a customer asking why they are seeing an alert.
That is why a monthly check, which takes ten seconds, is worth it: open the site and click the padlock in the address bar. It shows there how long it is valid for.
What we ask for, in order of usefulness
- Everything up to date. Most infections use vulnerabilities for which a fix already existed, sometimes for months.
- Different passwords and two-step authentication on the admin accounts. It is the measure with the best effort-to-effect ratio.
- Limiting login attempts and disabling old interfaces you do not use. On tifui.ro, those two would have stopped over two thousand attempts from the start.
- Backups you have tested. A backup you have never restored is an assumption, not a backup.
- Fewer plugins. Each one adds attack surface. Unused ones get uninstalled, not deactivated.
If it happens
- Do not delete anything yet. The modified files tell you where they got in, and deleting them destroys the only trace.
- Make a copy of the current state, infection included, before any intervention.
- Change all passwords: admin, hosting, database, email.
- Find the entry point and close it, then clean up.
- Request a review in Search Console, in the security issues section.
- Watch the logs for a month. Whoever got in once will try again.
What to check every month
- Click the padlock in the address bar and read how long the certificate is still valid.
- Open Search Console, the Security and manual actions section. It must be empty.
- Check the list of users with admin rights. Do you recognize all of them?
- Check that the plugins are up to date and delete the unused ones.
- Search Google for
site:your-domain.roand look for pages you never wrote.