I know a few wordpress SEO tips and will share some with you, however i will not just post them all as i want this to be a sharing opputunity =) ill start this thread off by posting my SEO friendly wordpress titles. Replace your current <title></title> with the following <title>Main Keyword | <?php if(is_home()) { echo 'Keyword 1 | Keyword 2'; } else { wp_title('') ;} ?> PHP: The above will display Main Keyword | Keyword 1 | Keyword 2, for the blogs homepage (example) and something like Main Keyword | Post Title, for single post (example). the only difference in my examples is i use 2 main and 2 normal keywords in my title. Now its your turn =)
ok, since no one else is sharing tips i will post another. note: keyword 1 = your main keyword edit sidebar.php and edit the headings such as pages, categories etc so they read something like Keyword 1 Pages Keyword 1 Categories etc
I would not do all those trouble of editing the codes Simply use Ultimate Tag Warrior along with the GOogle Sitemap plugin ( google it ) or go to Wp-plugins.net for fun (a)
Hey, thats a wonderful thread you've started. Thanks a ton. I dont know any seo tweaks for wordpress because I'm just about to start with wordpress blogging now. Had been on blogger for quite some time now and I'm sure this thread will help me a lot when I move to wordpress (in a week or perhaps earlier)