Internal Link WP Plugin

bigfred

Power Member
Joined
Mar 15, 2009
Messages
747
Reaction score
146
I have heard of a wordpress plugin that automatically creates internal links within posts.

Does anyone know what this is?
 
SEO Smart Links - you define keywords / phrases and target url. This will generate links within your posts to the target url when your post contains the appropriate keywords. Target url can be in your site or a different site.

Similar Posts - will create links to posts in your blog with similar characteristics. Links can be after the post or in the sidebar.
 
Hi,

I seem to remember there is a site called seoroi that have a plugin that will perform this task for you.
 
thats then one! Thanks.

Does doing this help with SEO? I dont use TAGS but still want internal links, so this is why Im going to try this out.

SEO Smart Links - you define keywords / phrases and target url. This will generate links within your posts to the target url when your post contains the appropriate keywords. Target url can be in your site or a different site.

Similar Posts - will create links to posts in your blog with similar characteristics. Links can be after the post or in the sidebar.
 
Wow, this one is much better for my case. I need more control over whats linked where. This seoroi wordpress plugin is much better.

Thanks mate

Hi,

I seem to remember there is a site called seoroi that have a plugin that will perform this task for you.
 
Sounds interesting. How much work is it to set up in your blog?
 
very easy. i di it in less the 15 minutes for all my keywords
 
What is the direct link to that plugin? I subscribed to his feed as he requested but I can't see download link yet.
 
What is the direct link to that plugin? I subscribed to his feed as he requested but I can't see download link yet.

Here: :o

Code:
http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/
 
I have downloaded SEO Roi long time ago, and try to modify it into Random link post.

I have failed the code. The idea is still working, by the time you refresh the page, your link is linked to a new random pages.

But my mod makes the same think all the page, so... would you guys help me out on this.

This is how you get random link:

$postings = get_posts('offset=0&numberposts=1&exclude=&orderby=rand');
$posme=$posme.get_permalink($postings[0]->ID);

Now... all you have to do is plug $posme to SEO roi filter function.

Can you guys help me out on this?


This is what I want:

Original page:

I want some explaination

After installation:

I want <a href="http://www.blabla.com">some</a> explaination.

When refreshed it changes the link page again:

I want <a href="http://www.blabla2.com">some</a> explaination.
 
Back
Top