What does this node do?
This node analyzes your content and recommends internal links based on semantic relevance and page importance (PageRank). It helps you identify the most relevant pages to link to from a given query or content, optimizing your internal linking strategy for better SEO.
Configuration
Input
The content or query for which you want to find relevant internal linking opportunities.
Settings
A CSV file containing your site’s URL data. The file must have the following headers:
url: The page URLtitle: The page titleinrank: The internal PageRank score of the page
The number of link recommendations to return.
Weight given to semantic relevance in the recommendation algorithm (between 0 and 1).
Higher values prioritize content similarity.
Weight given to page importance (PageRank) in the recommendation algorithm (between 0 and 1).
Higher values prioritize high-authority pages.
Output
An array of recommended internal links with their relevance scores.
Use Cases
- Content Writing: Find relevant pages to link to while writing new content
- SEO Optimization: Identify internal linking opportunities to improve site structure
- Content Updates: Discover pages that should be linked from existing content
- Link Distribution: Ensure important pages receive adequate internal links

