Wordpress Title
The Wordpress title is by default around the wrong way. The wordpress title has the name of the blog first “Core SEO”, then the title of the post “Wordpress title”.
So when you go to the wp-content\themes\default\header.php file, oyu see the variable wp_title() and bloginfo(name’) variables. Just a simple matter of changing the order of the variables??? Not quite so quick. You get the bothersome » at the front of the title. So how do you get rid of it???
This blog had that » at the front of the title for a few months until I Googled and found Optimizing Wordpress Title and found the correct syntax for the code. Basically, the default separator for the wp_title() is used until you put something else in there wp_title(’ ‘). The full code required is found in the link above. I still have not figured how to post html code and php code so that it shows in posts.
July 23rd, 2006 at 1:58 am
[…] The standard Wordpress index page SEO is basically non existent. For any page to be SEO’ed, it needs the synergy between the Wordpress title, meta description, Wordpress H1, and opening paragraph. […]