StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-08-2008, 05:43 AM
StuUK StuUK is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Posts: 327
Default Seo for wordpress

I've just come across a site that says you should do this

1. Change the default title
What it looks like:

< ?php bloginfo(’name’); ?> < ?php if ( is_single() ) { ?> » Blog Archive < ?php } ?> < ?php wp_title(); ?>

What you should change it to:

< ?php if (is_home () ) { bloginfo(’name’); echo ‘ - ‘; bloginfo(’description’); }
elseif ( is_category() ) { single_cat_title(); echo ‘ - ‘ ; bloginfo(’name’); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(”,true); } ?>

What does this do? It changes a title from looking like: WordPress Blog » Blog Archive » Post Title to Post Title
Why is this important? SEs will rank the site higher for the actual post title.

The thing is, I cant find the
Code:
< ?php bloginfo(’name’); ?> < ?php if ( is_single() ) { ?> » Blog Archive < ?php } ?> < ?php wp_title(); ?>
in the revolution themes. Is this tip old school now? Or is the revolution themes already been tweaked?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update wordpress for Agent WordPress Theme 1.0 abbybelladance General Discussion 1 10-13-2010 12:58 PM
Upgrade from WordPress 2.9.2 to WordPress 3.0 johntaps General Discussion 3 06-21-2010 08:31 PM
WordPress 3.0 argrone General Discussion 1 06-20-2010 12:37 PM


All times are GMT -5. The time now is 11:58 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.