The Disavow Tool lets you tell Google "ignore these specific backlinks" โ useful for toxic backlinks you can't get removed. Wrong syntax breaks the file silently. Wrong scope (disavowing healthy links) hurts you. This guide covers the correct syntax, scope decision, and submission process.
Plain UTF-8 text file, max 100,000 lines, max 2MB. One directive per line. Comments with #. Example: # Disavow file for example.com - April 2026 # Last updated: 2026-04-15 # Spam network discovered Q1 2026 domain:spammy-network.com domain:link-farm.net # Individual toxic pages http://otherwise-ok-site.com/spam-link-page https://random-blog.com/post-with-bad-link # PBN cluster domain:pbn-site-1.org domain:pbn-site-2.org domain:pbn-site-3.org
Use domain: when: - Entire site is spam (PBN, link farm, low-quality directory) - All links from the domain are toxic - You want to ignore future links from that domain too Use URL when: - Otherwise-legitimate site has ONE bad page linking to you - You don't want to disavow other links from the domain - Comment-spam scenarios (one comment thread on otherwise-ok site) When in doubt: - Spammy patterns: domain: - Single bad page on real site: URL - Most real-world cases: domain: (PBN clusters)
domain:example.com/ wrong; should be domain:example.comdomain:https://example.com wrongdomain:*.example.com wrong; just use domain:example.com (covers subdomains)1. Google Search Console โ no direct link, go to: https://search.google.com/search-console/disavow-links-tool/ 2. Select the property 3. Click "Disavow links" (replaces any existing file) 4. Upload disavow.txt 5. Confirm The new file fully REPLACES any previous disavow. Don't upload partial files โ include EVERYTHING you want disavowed.
Timeline: - Upload: immediate - Google processes: 2-6 weeks - Effect: Google treats disavowed links as nofollow - Algorithmic recovery: 4-12 additional weeks Effect on rankings: - Removes toxic signal (good) - Doesn't restore prior rankings automatically - Best paired with other quality work (content, real backlinks)
Quarterly review: - Re-audit backlink profile - Add new toxic patterns found - Verify removed disavowed entries don't reappear - Update the dated comment line Keep historical versions in case you need to revert.