Live Link Checker
detail.loadingPreview
Checks if backlinks from a Google Sheet are still live on the target landing page.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of checking the status of backlinks listed in a Google Sheet. It reads backlink URLs and their corresponding landing pages from a Google Sheet, uses DataForSEO to crawl the landing pages, and then checks if the original backlink still exists and is dofollow. Finally, it updates the Google Sheet with the status of each backlink.
Key Features
- Reads backlink data from Google Sheets.
- Uses DataForSEO API to crawl landing pages.
- Checks for the existence and dofollow status of backlinks.
- Updates the status in the original Google Sheet.
- Includes a 20-second wait to avoid API rate limits.
How To Use
- Import the workflow: Import the provided n8n workflow JSON into your n8n instance.
- Configure Google Sheets credentials: Connect your Google Sheets account to n8n using OAuth2.
- Configure DataForSEO API credentials: Set up your generic HTTP basic authentication credentials for the DataForSEO API.
- Set environment variables: Define
API_BASE_URLandBASE_URLenvironment variables in your n8n settings. - Update Google Sheet IDs: Ensure the
documentIdandsheetNamein the Google Sheets nodes point to your correct spreadsheet and sheet. - Test the workflow: Run the workflow manually or set up a trigger to start the backlink checking process.
Apps Used
Workflow JSON
{
"id": "5205fc67-86e0-4a06-9a3b-dcfa1c21c4ee",
"name": "Live Link Checker",
"nodes": 0,
"category": "SEO & Marketing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 5205fc67-86e0...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Generate SEO Keywords with Search Volumes
Automates the generation of new SEO keywords and retrieves their search volumes using the Google Ads API.
SerpBear SEO Rank Analysis
Analyzes keyword rankings from SerpBear and generates insights using AI.
Ahrefs Keyword Research Workflow
Automates keyword research using Ahrefs data.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.