www.outdoorinnovators.com.au
Made this website and I indexed my tags and category pages, but i noticed they didn't have any meta descriptions in them so I added this in the header and it worked a treat, now when my tag and category and page pages get indexed they have something more relevant in the Google results. As well i've used some really good keywords and optimised the titles with All-in-one SEO... the site went from page 10 to page 4 in Google within a week! Goes to show that 1. you don't need to spend $1000 for seo 2. content is king and 3. umm forget?
I'm hoping it'll be on page 1 by the end of this year.
Code:
<?php if (is_tag() || is_tag() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<meta name="description" content="<?php single_tag_title(); ?>: Perth Outdoor Innovators - Patios, Carports, Sheds, Colorbond Fencing and Timber Decking. Ph 0433 011 019" />
<?php endwhile; endif; elseif(is_category() || is_page()): ?>
<meta name="decription" content="Perth Outdoor Innovators - Patios, Carports, Sheds, Colorbond Fencing and Timber Decking. Ph 0433 011 019" />
<?php endif; ?>