Yesterday, I came across a post – Increase Internal linkings on Blog. In that post, the author talks on How to better internal linking in wordpress blog. He mentions use of 4 Plugins which will you achieve this.
I am already using 3 of the plugins out of the 4 listed there. SEO Smart Links plugin which was new for me. I immediately jumped on to Wordpress admin interface and installed SEO Smart Links plugin.
SEO Smart Links Plugin puts Contextual links
SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.
Increase Internal Linking – Smart Links Plugin
Contextual Links are the backlinks from the post. A number of such type of backlinks can easily take your blog/article page to the top of any keyword. So, even if you link to your own posts from another post, that would still count as another contextual backlink.
The plugin automatically adds links to other pages of your blog from a page with the desired keyword as the anchor text. It basically scans the post and find the keywords or a phrase and matches it with already existing post / tags / category and links it.
SEO Smart Links Features
- Allows you to set up your own keywords and set of matching URLs
- Allows you to set nofollow attribute and open links in new window
- Ignore list for keywords you do not want to link
- Control external links with custom keywords
- You can edit the options from the administration settings panel.
I started using it and found some Contextual links getting generated. Need to monitor and also will try setting up keywords vs URL’s
Download Smarts Links Plugin and further Description
If you really liked this post, then Do subscribe and also share it by bookmarking it on social networks
More posts on Wordpress Plugins
- Best (must have) Wordpress Plugins
- 5 Security Tips to Protect Wordpress Blog
- Broken Links Remover – A must Wordpress Plugin
- Greet your Blog visitors using WP Greet Box wordpress plugin
Technorati Tags: wordpress, plugins, SEO, backlink, smart link



Subscribe
How to add Comment Link in Single Post – Wordpress
Thursday, January 15th, 2009Have you noticed Home Page of this blog? On the right of each Post Title you will see a balloon image which shows number of comments for the post. This is a hyper link, if clicked will take you to the comments section of the post.
Check right top of the image
Most of the themes comes with this feature. My theme also has these feature.
Now, I wanted to display the same type of Comments Link in Single Post.
This is what I did, I opened
index.phptheme file. Found the following code and copied it.<div class="comm"><span>< ?php comments_popup_link('0', '1', '% '); ?></span></div>Then, I opened
single.phpand pasted the code just above the title and saved the file.I then opened the post in the browser to see the whether the comment link is appearing in the Single post or not.
(more…)
15.01.2009 How-To, Webmasters, Wordpress 28 Comments