Would you guys like a tutorial in how to build an interlinking script using Python?

CodingDisorder

Regular Member
Joined
Jun 21, 2016
Messages
206
Reaction score
237
What's up, folks?

I am currently developing an app for myself, and I was thinking of sharing some scripts I use.

The first one I'm thinking of sharing is the interlinking script. Here's briefly what it does:

- gets a list of all articles - their WordPress IDs, titles, and HTML content.
- removes all internal links from the HTML content.
- runs the keyword/interlinking analysis and links all the keywords to their respective articles.

Would you guys be interested in this?

I'm also wondering if I should create a journey where I explain step-by-step what I'm doing.

Let me know what you think.
 
I would really like that. I'm currently in the works of something similar.

What are you using to calculate similarity between keywords?
 
I just took up Python, and I'd definitely be interested in something like this. I probably wouldn't use the script itself, but a video explaining could give me better insights on the step by step process you use to come up with something like this.
 
Yes, please.
If you would love to share, then I won't bother to code mine.
 
Back
Top