Skip to main content

Node Inputs

Required Fields

URLs:
A list of URLs or domains to analyze for anchor text distribution.
Example: ["https://example.com", "https://example2.com"]

Optional Fields

Data Source:
The Majestic index to query.
Available options:
  • fresh: Fresh Index (last 90 days)
  • historic: Historic Index (all time)
    Default: fresh
Max Results:
Maximum number of anchor text variations to retrieve.
Example: 50

Node Output

Anchor Text Distribution:
A detailed breakdown of anchor text usage across all backlinks pointing to the analyzed URLs.
Example Output:
{
  "results": [
    {
      "url": "https://example.com",
      "anchor_texts": [
        {
          "anchor_text": "example website",
          "backlinks": 234,
          "referring_domains": 45,
          "percentage": 18.5,
          "trust_flow_avg": 35
        },
        {
          "anchor_text": "click here",
          "backlinks": 156,
          "referring_domains": 32,
          "percentage": 12.3,
          "trust_flow_avg": 28
        },
        {
          "anchor_text": "https://example.com",
          "backlinks": 89,
          "referring_domains": 24,
          "percentage": 7.1,
          "trust_flow_avg": 30
        }
      ],
      "total_unique_anchors": 156
    }
  ]
}

Node Functionality

The Majestic Anchor Text node:
  • Analyzes anchor text distribution across backlink profiles.
  • Identifies over-optimization risks with percentage breakdowns.
  • Provides quality metrics for each anchor text variant.
  • Helps optimize link building strategies.
  • Detects unnatural or spammy anchor text patterns.
I