The Internal Link Recommendation analyzes and suggests the most relevant internal links to pass to your LLM—enhancing your internal linking strategy effortlessly.
URL Dataset:
A csv file with a list of URLs, title and page rank.
The file should have the following columns:
url
title
inrank
Example: “url-dataset.csv”Number of links to return:
The number of links to return.
You can return up from 1 to 20 links.Example: 10
Default: 5Semantic Weight:
The weight of semantic in the selection algorithm versus the weight of page rank.
You can choose a value between 0 and 1.
Example: 0.5
Default: 0.8PageRank Weight:
The weight of page rank in the selection algorithm versus the weight of semantic.
You can choose a value between 0 and 1.
Example: 0.2
Default: 0.4