This is useful when you want to limit internal linking to specific sections of your website (like your blog).
Go to your website settings
Find the "Include Only Paths" field
Enter the paths you want to include, separated by commas. For example:
/blog/, /articles/, /news/
Important notes:
Don't include your domain name
Don't include http://
or https://
Paths are case-insensitive
Maximum 200 characters total
This is useful when you want to prevent certain pages from being included in your internal linking strategy.
Go to your website settings
Find the "Exclude Paths" field
Enter the paths you want to exclude, separated by commas. For example:
/checkout/, /cart/, /account/, /login/
Important notes:
Don't include your domain name
Don't include http:// or https://
To only generate internal links between blog posts:
/blog/
To exclude account pages and checkout process:
/account/, /login/, /register/, /checkout/, /cart/
To only include blog and knowledge base:
/blog/, /kb/, /docs/