Comment on SEO Super Comments WordPress Plugin by SEO Dave.
Standard WordPress themes Gravatar code are standard image code with a blank alt text attribute. Images with this format used by all WordPress themes I’ve seen except Stallion have SEO value when used correctly, in particular the alt text is important as are the images file names.
The best code would be filename “keyword-phrase.jpg” and alt=”Keyword Phrase”.
With the standard Gravatar image code the filenames are awful and the alt text is non-existent (blank alt attributes) and the Gravatar images are hosted off site which are all potential SEO negatives.
The above information is SEO fact, below is SEO theory.
I don’t have SEO test data on this, but it seems commonsense SEO having dozens of images linked off site with no alt text and awful filenames is at best SEO neutral and more likely SEO negative.
I work on the belief all SEO factors have a finite value (lets call it SEO points) shared over elements that use that SEO factor. I assume the SEO value of having images on a page is shared over all the images that are readable by search engines. If there’s 100 SEO points (arbitrary figure) available for all image filenames and a page has 10 images, each image would ‘use’ 10 SEO points, if there’s 100 images each would ‘use’ 1 SEO point.
Simple SEO concept to work with.
If you have a page with 10 images within the post and a further 90 Gravatar images, you can see theoretically 90% of your image filename SEO points are wasted on Gravatar images.
It’s SEO fact images that are served via CSS as background images are SEO neutral (no value eitherway, won’t ‘use’ our SEO points), which is why I added the custom Gravatar code to Stallion, the output of which is.
background: url("http://0.gravatar.com/avatar/2949679560e858721221c9e0f215f991?s=60&d=identicon&r=G") repeat scroll 0% 0% transparent;"
This Gravatar image output is definitely SEO neutral, the default Gravatar output is probably SEO damaging. I personally wouldn’t add hundreds of Gravatar images with standard image code if I could avoid it. I like the idea of the Gravatar Hovercards so plan to see if I can adapt a Gravatar plugin to use the background Gravatar images.
I’m currently turning Stallion into a framework theme so child themes will work with Stallion. Child themes are a really cool concept, rather than editing the main theme files you create a folder like /stallion-seo-theme-child/ reference the folder to the Stallion theme and add to that folder the files you’ve edited.
I’m finding it a royal pain updating some of my sites when I update Stallion because I tend to have custom template files and images so can’t use the built in WordPress theme updater (it deletes the current themes folder) as I’d loose the customizations (have to reupload via FTP, so might as well use FTP to update everything). When Stallion is a framework theme all my customizations will go into a child theme folder and updates will all be via the theme updater saving a lot of hassle using FTP. Will also open the possibility of other theme developers creating and selling Stallion child themes.
David
More Comments by SEO Dave
SEO Super Comments
WordPress 4.4 SEO Comment Widget Bug Fix
Found what the problem was and though it’s an easy fix, wasn’t easy to find!
Still not sure why the old code doesn’t work In WordPress 4.4, but does in earlier versions (used that code for ages).
The file to edit is:
/stallion-responsive/widgets/stallion-wordpress-seo-recent-comments.php
Find …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Looks like a New Bug
Checked out the problem and have found a similar issue in the latest version of Stallion Responsive (you still use the older version).
Not looked into the code etc… yet, so no idea of the cause etc… and due to the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Dealing with WordPress Comments and SPAM
Stallion Responsive doesn’t approve comments automatically, there’s a WordPress core feature (available to all WordPress users) that you can turn on under Settings > Discussions that you can automatically approve all comments, but it’s not a good idea, you’ll get …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Indexing WP SEO Comments Pages
The Stallion SEO Super Comments option “Comment Posts Size” doesn’t have any impact on the dynamic creation of the SEO super comments pages, they are dynamically generated no matter what the “Comment Posts Size” is set to.
So they always exist …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Set WordPress Comments On
Comments are a default WordPress feature, so Stallion doesn’t turn them on/off completely, Stallion adds extra features to comments.
Looks like your settings have comments on now, but have they always been turned on under “Settings” >> “Discussions” or are these …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Comment Title Anchor Text SEO
On point 1 it’s swings and roundabouts.
You can argue EVERY comment should have a unique title AND support the main article by using relevant keywords (to the main article) in the comment title (it’s used as anchor text) AND the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Comment Titles
The comments titles SEO is an issue, I’ve found the best solution is manually edit them from time to time.
For comments that lack a title add one as soon as possible.
For not so good comment titles, depends how bad the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
WordPress Comment SEO
The “Comment On” text (which can be changed/deleted on the language options page) has no SEO value, there to add some context to the link back to the main post.
For this posts super SEO comments the anchor text for the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Adding Gravatar Hovercards to a WordPress Theme
Not used Gravatar Hovercards before, so not looked into how to implement them in detail.
Tried a couple of plugins on a test site running Stallion, no joy. Took a look at what the plugins output and looks like just a …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Stallion SEO Super Comments Plugin Options
The original Prevolac SEO Super Comments plugin I got the starting code from for the Stallion SEO Super Comments Plugin “creates” (not really creates as it’s all database based) an SEO Super Comment for every comment even a single word …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Google News WordPress Plugin and Fresh Content
Does Google Prefer Fresh Content? is an article I wrote a while back about fresh content.
Didn’t install the Google News plugin, but have seen similar.
I’d be very careful using this type of WordPress plugin on important websites. The content is …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Stallion SEO Super Comments Plugin
The SEO Super Comments Plugin code built into Stallion has been changed so much it wouldn’t work outside Stallion without significant code changes, for example there’s half a dozen plus Stallion Theme options that the Stallion SEO Super Comments plugin …
Continue Reading Comments WordPress Plugin