/ Backlinks Fixes / Disavow File

How to Build and Submit a Disavow File

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.

1. File format

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

2. Domain vs URL scope

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)

3. Common syntax mistakes

4. Submission

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.

5. Processing and effect

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)

6. When NOT to use disavow

7. Maintain over time

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.
๐Ÿ’ก Disavow is the nuclear option. Most sites don't need it. If you do, build the file carefully, audit honestly, prefer domain-level for true spam networks, prefer URL-level for isolated cases on legitimate sites. Update quarterly.

๐Ÿ”— Audit backlinks

Identify candidates for disavow.

Backlinks Guide โ†’
Related Guides: Backlinks Fixes  ยท  Fix Toxic Backlinks  ยท  Fix Spam Update  ยท  Fix Broken Backlinks
๐Ÿ’ฌ Got a problem?