Effortlessly monetize your website with automatic keyword-based affiliate links.
Learn MoreReplace keywords with affiliate links automatically across your content.
Works with top affiliate networks like Amazon, eBay, ClickBank, and more.
Add and manage keywords and links from an easy-to-use admin interface.
Choose between a JavaScript version for any site or a WordPress plugin.
Includes "nofollow" and "noopener" attributes for better SEO compatibility.
Comprehensive FAQs and support to help you get started quickly.
Auto Affiliate Links scans your content for specified keywords and seamlessly replaces them with your affiliate links. Just add your keywords and corresponding affiliate URLs, and let the software do the rest!
In the settings, specify the keywords you want to monetize. These can be product names, brand names, or any relevant term you wish to turn into an affiliate link.
Associate each keyword with an affiliate URL. This URL will be applied automatically wherever the keyword appears in your content.
To enable Auto Affiliate Links on your website, make sure to include the autoaffiliatelinks.js
file in your HTML, just before the closing </body>
tag:
<script src="path/to/autoaffiliatelinks.js"></script>
For example, if you want to monetize the word Amazon, you can add it like this:
{
"Amazon": "https://www.amazon.com/dp/product?tag=yourAffiliateTag",
"eBay": "https://www.ebay.com/usr/yourEbayUsername"
}
The software will detect the keyword "Amazon" in your content and automatically transform it into this affiliate link:
<a href="https://www.amazon.com/dp/product?tag=yourAffiliateTag" target="_blank" rel="noopener noreferrer nofollow">Amazon</a>
Let’s say you have the following content:
"Shopping on Amazon has never been easier."
Once processed, it will look like this:
"Shopping on Amazon has never been easier."