SShortSingh.
Back to feed

Spammers Exploit Canonical Tags and Expired Domains to Game Google Rankings Globally

0
·4 views

SEO researcher Timothy Malmros has identified a widespread spam loop in which operators buy expired high-authority domains for around $10, flood them with low-quality backlinks, then use canonical tags to redirect that authority to fresh throwaway domains, which briefly rank before being replaced. The technique exploits Google's own canonical specification, originally designed to consolidate duplicate URLs, as a signal-transfer mechanism rather than a content-quality signal. Malmros says Google's brief 'grace period' — during which new pages must appear in results before user behaviour can be assessed — is the structural vulnerability that makes the loop viable at scale. Legitimate sites already ranking in affected niches face additional harm, as the same spam link networks also target them with junk anchor text, potentially triggering temporary penalties and clearing space for the throwaway domains. Malmros reports observing the tactic across multiple countries including Sweden, Germany, the Netherlands, and Italy, and says no effective countermeasure appears to be in place.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Google Genkit Treats AI Prompts as Reviewable Code in TypeScript Workflows

Google's Genkit framework, tested against version 1.42.0 in September 2026, allows TypeScript developers to manage AI prompts as structured, version-controlled artifacts rather than embedded strings. Its Dotprompt format stores model configuration, input/output schemas, and templates in dedicated files, making changes trackable via Git and iterable through a Developer UI. Genkit flows wrap prompt execution with validated inputs, Zod-enforced output parsing, and trace identity, ensuring business logic such as price-drop rules runs independently of the language model. A separate context object lets sensitive data like auth tokens and tenant IDs pass through flows and tools without being exposed inside the prompt itself. The framework does not guarantee reliability automatically, but it makes critical boundaries between prompt, logic, and data visible and reviewable.

0
ProgrammingDEV Community ·

LayerByte Releases Netcalc, a C++ IPv4/CIDR Subnet Calculator for Students

A developer under the handle LayerByte has released Netcalc, an open-source command-line tool designed to help students practice IPv4 and CIDR subnet calculations. The project is part of a broader collection of educational cybersecurity tools focused on defensive security concepts. Written in C++ and licensed under MIT, Netcalc is intentionally scoped to a single concept to keep the code readable and beginner-friendly. The tool includes input validation and error handling, and explicitly excludes any offensive capabilities such as exploitation or brute forcing. The source code is publicly available on GitHub, and the developer is welcoming feedback aimed at keeping the project safe and educationally useful.

0
ProgrammingDEV Community ·

Fileprobe: Open-Source Tool Helps Beginners Understand File Signatures and Metadata

A developer has released Fileprobe, a free, open-source educational cybersecurity tool built in C++ under the MIT license. The tool inspects binary file headers and metadata to help beginners understand why file extensions alone cannot reliably identify a file's true type. Fileprobe is part of the LayerByte collection of defensive security projects, each designed to focus on a single, clearly defined concept. The tool is intended strictly for school use, accepting only local or authorized input, and explicitly avoids any malicious functionality such as exploitation or credential theft. The project is publicly available on GitHub, and the developer is welcoming feedback aimed at keeping it safe and educationally useful.

0
ProgrammingDEV Community ·

LayerByte Releases Entropyx, an Open-Source File Entropy Tool for Security Students

A developer under the handle LayerByte has released Entropyx, a free, open-source file entropy calculator designed exclusively for educational defensive security purposes. The C++ tool helps students understand static file analysis by comparing ordinary files against unusual binary samples using entropy as a key concept. Built with beginner readability in mind, it features clear validation, error handling, and intentionally excludes any offensive capabilities such as exploitation or malware behavior. The project is licensed under MIT and hosted publicly on GitHub as part of LayerByte's broader collection of focused, single-concept cybersecurity learning tools. The developer has invited community feedback, particularly suggestions that keep the project safe and suitable for classroom use.