How to create automatic external links to high autority websites

Hippofx

Registered Member
Joined
Mar 8, 2020
Messages
58
Reaction score
21
Hello,
I recently tried seowriting.ai, that works pretty fine.
The only problem is that it dont create external links to high autority website, and i would like to save time, and not have to add it myself.

I made a python script that create good 1k words article automaticly, and add good external links to it, sadly i've to add it on wordpress myself, add images, etc.

If you guys know a way for the external links, would save me lot of time and make me able to use seowriting, thanks !
 
You could tweak your python script to scrape the top 10 for the broad keyword your article is targeting (or use an API like valueserp) and insert a random couple of the top 5 into the article, anchoring at random points in the text. External links (from your site) aren't really too much of a signal though so I wouldn't go overboard with it.
 
You could tweak your python script to scrape the top 10 for the broad keyword your article is targeting (or use an API like valueserp) and insert a random couple of the top 5 into the article, anchoring at random points in the text. External links (from your site) aren't really too much of a signal though so I wouldn't go overboard with it.
Ohhh, cause i really liked seowriiting, but was afraid that an article without external link wouldn't rank as high as one with external (maybe yoast SEO fault)
 
I've heard about Auto SEO Links plugin, but but it seems to be closed
 
Tweak the Python script. Add a dictionary that maps keywords of interest to Wikipedia articles. When the word of interest is detected, link the Wikipedia article.
 
Tweak the Python script. Add a dictionary that maps keywords of interest to Wikipedia articles. When the word of interest is detected, link the Wikipedia article.
The python script already make good external links, but it cant generate images, add alternate text to it and post it to wordpress, am stuck between 2 tools, i think i will post some articles without external links and see how it ranks
 
Back
Top