Posts Tagged category descriptions

Adding Unique Descriptions to Wordpress Categories – Affiliate Quick Tips

Greetings copy and paste fans!  Here’s something I am messing around with this week – I want to see if I can get my categories to rank on one of my blogs.  The reason I’m trying to do this is that I’ve realised they have created a good shopping resource, gathering together hard to find products which I am reviewing and categorising as part of the broader content strategy on the site.

I have already found the categories ranking in a few different places without any input from me so I figure what the hell.  I won’t lose anything and I’ll only learn something!  With that in mind, i’ve decided to create some unique text in each one describing the type of products within them.

To Do This is A Simple Cut and Paste Job

1. Go to “Categories” which you will find located under “Posts”.

2. Add in your desired description in the appropriate box.  Basic HTML markup will work, so you can make your text look all nice :)

3. Locate the file controlling your categories – most likely archive.php

4. Pop this code in wherever you want your description to turn up: -

<?php $description=category_description(); echo $description;  ?>

And You’re Done!

I’ve popped mine in after the post and gone through the category page titles using my SEO plugin and given them a quick optimise as well.  I think I’m going to try to make the description a nice robost 250 to 300 words.  I’ll be interested to see if I get any additional traffic from this.  I’ve already fiddled around and created thumbnails of each post image contained within the category so in theory it should be an attractive page for users.

As always, I’ll let y’all know how I get on!

This post is from: Kirsty's Affiliate Marketing Guide - Affiliate Stuff UK

Adding Unique Descriptions to Wordpress Categories – Affiliate Quick Tips

, ,

No Comments