{
    "title": "Backlink Monitoring Data Dictionary",
    "updated": "2026-08-06",
    "methodology": "The dictionary defines the fields used by the ToolnixHub backlink dashboard and CSV import/export.",
    "limitations": "The dashboard does not crawl the web automatically or verify link attributes without a manual or external data source.",
    "columns": [
        "Field",
        "Definition",
        "Example"
    ],
    "rows": [
        [
            "Referring URL",
            "Exact page containing link",
            "https://publisher.example/resources"
        ],
        [
            "Referring domain",
            "Normalized host",
            "publisher.example"
        ],
        [
            "Target URL",
            "Canonical ToolnixHub page",
            "https://toolnixhub.com/research/.../"
        ],
        [
            "Anchor text",
            "Visible linked text",
            "image format decision matrix"
        ],
        [
            "Context",
            "Section around link",
            "Web performance resources"
        ],
        [
            "Attribute",
            "follow/nofollow/sponsored/ugc",
            "follow"
        ],
        [
            "Status",
            "live/missing/redirected/blocked/changed/pending/unknown",
            "live"
        ],
        [
            "First seen",
            "Earliest recorded date",
            "2026-08-20"
        ],
        [
            "Last checked",
            "Latest manual verification",
            "2026-09-01"
        ],
        [
            "Country",
            "Primary publisher market",
            "United States"
        ],
        [
            "Topic",
            "Publisher niche",
            "Web performance"
        ],
        [
            "Opportunity",
            "Editorial/resource/guest/embed/mention",
            "resource page"
        ],
        [
            "Contact",
            "Responsible editor if known",
            "editor@example.com"
        ],
        [
            "Referral visits",
            "Analytics count for period",
            "18"
        ],
        [
            "Conversions",
            "Defined useful actions",
            "3"
        ],
        [
            "Notes",
            "Evidence and changes",
            "Moved to updated guide"
        ],
        [
            "Source",
            "Manual/Search Console/analytics/vendor",
            "manual"
        ]
    ]
}