Comment on WordPress Image Slideshow by SEO Dave.
This is what I hate about using WordPress plugins, so much potential for SEO damage.
The “subscribe” without commenting link passes link benefit. This means every post with comments enabled has a link wasting link benefit.
The subscribe to pages has the following SEO mistakes.
A meta name=’robots’ content=’noindex,nofollow’
What this means is the link benefit passed via the subscribe link is completely wasted. A best case scenario should be
meta name=’robots’ content=’noindex,follow’
or just
meta name=’robots’ content=’noindex’
We don’t want these pages indexed, they add nothing to the site, but we don’t want the links from these pages nofollowed, at least we can recover some of the link benefit by following the links from these pages, this would at least recover around 85% of the lost link benefit.
Broken canonical URL
link rel='canonical' href='http://www.stallion-theme.com/http://www.stallion-theme.com/?page_id=9999999'
Should be
link rel='canonical' href='http://www.stallion-theme.com/stallion-wordpress-theme-layoutdesign-options'
or you could get away with
link rel='canonical' href='http://www.stallion-theme.com/'
The current canonical URL is completely broken.
To Google a canonical URL is a 301 redirect that doesn’t redirect in the browser. Google sends the link benefit hitting the page to the canonical URL minus a small dampening factor (having a canonical or 301 redirect costs a small amount of PR, I assume around 15%).
Looks like I’m editing another plugin for SEO reasons :-(
What I’ll probably do since it’s just for my sites (I might upload it for other stallion users as well) is turn the subscription link into post forms with CSS styling to look like a text link like Stallion uses for author comment links so no link benefit is even sent to the subscribe pages, remove the nofollow code and see if I can fix the canonical URL.
David
More Comments by SEO Dave
WordPress Image Slider
Subscribe to Comments Reloaded Plugin Broken Canonical URLs
My comment was from 2012, I’d forgot all about it.
I don’t know if I fixed the Subscribe to Comments Reloaded Plugin Broken Canonical URLs PHP code at the time (I modify a LOT of plugins), but right now (I still …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Full Width Below Header Widget Area
Hmm, thought I’d added a full width widget area there, apparently not have added a full width area for AdSense ads.
You could add your own, edit the file /stallion-seo-theme/layout/header-ads.php
And at the bottom or top (depending on where you want it) …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Slider Pro WordPress Plugin
I’m not familiar with the Slider PRO WordPress Premium Slider Plugin, so don’t know how it works.
If it’s got a widget there’s the Banner Ad widget Area that’s the width of the main content and above the main content.
There’s also …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Web Page Loading Slowly, How To Fix It
I loaded your site and it loaded in seconds. It’s probably not refreshing, but loading what the site uses slowly.
Assuming you haven’t turned off “Queries ON” on the Stallion Layout Options page, log in to your sites Dashboard, then go …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Plugin Jquery and Jquery-min Conflict
View source of your home page you will find this code on line 14:
…/wp-includes/js/jquery/jquery.js?ver=1.8.3
As long as that code is there the Stallion Featured Slideshow won’t work correctly, the Stallion slider uses Jquery-min and you must have a plugin that’s loading …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Slideshow Conflict with Slider Plugin
When I view source of your home page the code is there for two slideshow images etc… so the problem is the javascript that rotates the WordPress slider and allows clicking to the second image isn’t working.
For only the 1st …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Thumbnails
Have you edited at least one post, added a Stallion Featured Thumbnail and ticked the Use In Featured Slideshow tick box? I ask because viewing source of your home page doesn’t show any featured posts in the code. Even if …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Slideshow Jquery Conflict
Viewing source of your home page and I see Jquery 1.7.2 which is clashing with Jquery min 1.7.1 that the Stallion slideshow uses.
Jquery 1.7.2 will be loaded by one of your plugins, don’t know which. You have two choices find …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Subscribe to Comments Reloaded Plugin
Forgot to update Gurken Subscribe to Comments Plugin (depreciated) to Subscribe to Comments Reloaded Plugin which works and has more features.
Disadvantages of running about 90 WordPress installs, easy to miss something important :-)
Also changed the email address to my Gmail …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Pages Slideshow
Including Pages in the Stallion Featured Posts Slideshow would require a fair amount of code changes, so not easy, I have no plans to include Pages in a future update.
If you must use Pages I’d look for a slideshow plugin.
You …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Stallion Featured Posts Slideshow
The Stallion Featured Posts Slideshow works with Posts only, so no option to use Pages.
That being said with all the built in features of Stallion there’s not a lot of difference between a Post and Page if you know what …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Theme Featured Slideshow
That’s not enough information to determine the problem.
URL of the site, what are you seeing, error messages, have you set Stallion Thumbnails for the posts you want to be part of the slideshow and ticked the use in the slideshow …
Continue Reading WordPress Responsive Slideshow