Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Search Engine Optimization Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-2006, 07:21 AM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default SEOing Wordpress

I've decided to do a little search engine optimization on some of my blogs. I found a lot of information but very little information that told me where to go and what to do. Because of this I decided to start a list of some of the things I've done and how I went about doing them. The blog I'm using is Wordpress.

If you log into Wordpress and click on options, then click on Permalinks you will be taken to a page that allows you to change the way your url's are shown. It's best to do this in the beginning stages of starting your blog because once you change the way your url's are shown, you will loose all incoming links going to your current pages.

You have three chooses, the first is the default setting, the second shows the date and title name and the third is a custom setting. I used the third and placed /%postname%/, this shows the title of my post in all the url's and nothing else. I'm not sure if this was the best way, if I duplicate a post title I'm not sure what will happen. The second option might have been the better option but I did not want the dates in my url.

Next problem I saw was with the title of my pages, I downloaded the blog and went to the wp-content folder, then to the themes folder and then picked the template I was using. From here I went to the header.php page and changed the title to only show the title of my post but later found a post by bj that had this code

<title>
<?php if (is_home () ) {
bloginfo('name');
} elseif ( is_category() ) {
bloginfo('name'); echo " - "; single_cat_title();
} elseif (is_single() || is_page() ) {
single_post_title();
} elseif (is_search() ) {
bloginfo('name'); echo " search results: "; echo wp_specialchars($s);
} else { wp_title('',true); }
?>
</title>

So I changed it to this.

After this I downloaded a plugin called SH-Autolink, I'm still playing with this but it looks like a pretty neat tool. Lets say I want certain keywords to link to information about those keywords. I can tell the blog that every time it sees the keyword PageRank it needs to link to an article that explains PageRank.

I cheated a little and made it link to my website design site every time it sees the words website design but that does seem to be the most important site for someone looking for a website design company to me. (-:

I'm still playing but these are the changes I've made so far and I thought someone might be able to use this, so I posted it here.
Reply With Quote
  #2 (permalink)  
Old 11-14-2006, 08:40 AM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

I decided to do a little test now that my blog is optimized for the search engines. I wrote some text about custom website designs and I'm going to try and rank it for custom website design.

Here's my thinking.

If the blog ranks well then I'm able to make a list of keywords and write articles about each of my keywords and rank those keywords in the top ten. But I guess step one is seeing how long it takes to rank my blog post in the top ten for custom website design.
Reply With Quote
  #3 (permalink)  
Old 11-14-2006, 06:40 PM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,697
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

I guess I am confused Janeth. What is the difference in just writing a post on one of your keywords and then linking to it where ever you want in the blog or other websites?
Reply With Quote
  #4 (permalink)  
Old 11-14-2006, 07:02 PM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

Quote:
Originally Posted by incrediblehelp
I guess I am confused Janeth. What is the difference in just writing a post on one of your keywords and then linking to it where ever you want in the blog or other websites?
Doing it this way is automatic and if a visitor wants to know the meaning of a word then it's already linked for him.

I can write 1,000 post and every time I use certain words they will link without me having to do anything.
Reply With Quote
  #5 (permalink)  
Old 11-14-2006, 07:06 PM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,697
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

I understand, I look further at it. So does it link by title tag only?
Reply With Quote
  #6 (permalink)  
Old 11-14-2006, 07:10 PM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

No you add the keywords you want to link and to what site and it picks out all the keywords in the text of your post and makes them links.
Reply With Quote
  #7 (permalink)  
Old 11-14-2006, 07:30 PM
WebProWorld 1,000+ Club
 

Join Date: May 2004
Location: Dallas, Texas USA
Posts: 1,578
bhartzer RepRank 1
Default

Quote:
After this I downloaded a plugin called SH-Autolink
That's a handy plugin for WP. I've actually had it customized by my programmer so that instead of linking to URLs I specify ahead of time, it automatically does a search to find blogs that recently talked about that keyword(or keyword phrase). It then links out to that other blog site and sends a trackback. This is helpful for getting links back to your blog post from other sites. It's also helpful for your blog's readers, makes it easier to link out, and also helps get manual links to your blog (if you link to them and send them traffic there's a good chance that they'll link to you).

By the way, you might want to look at my March 2006 post about search engine optimization for blogs. I'm surprised that you missed that post of mine. ;)
__________________
Bill Hartzer's Blog
Reply With Quote
  #8 (permalink)  
Old 11-14-2006, 07:33 PM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

I saw the post Bill and it is a very good post and led to this post but the problem was I could not find any articles that told me where to find the stuff on my website.

They would say change this and this and then I would have to spend the next hour trying to figure out where the stuff was at.
Reply With Quote
  #9 (permalink)  
Old 11-14-2006, 07:56 PM
WebProWorld 1,000+ Club
 

Join Date: May 2004
Location: Dallas, Texas USA
Posts: 1,578
bhartzer RepRank 1
Default

Quote:
trying to figure out where the stuff was at.
You mean just editing the templates on your own site?
__________________
Bill Hartzer's Blog
Reply With Quote
  #10 (permalink)  
Old 11-14-2006, 07:57 PM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

Quote:
Originally Posted by bhartzer
Quote:
trying to figure out where the stuff was at.
You mean just editing the templates on your own site?
Yes it took me some time to find everything.
Reply With Quote
  #11 (permalink)  
Old 11-17-2006, 04:44 PM
WebProWorld 1,000+ Club
 

Join Date: May 2004
Location: Dallas, Texas USA
Posts: 1,578
bhartzer RepRank 1
Default

Did you find everything you needed to find?

On another note, let's get back to talking about optimizing your WP blog:

Make sure that you get get your site's feed noticed. Get it listed in blogines.com, and all the other places where you can list xml feeds. (Promoting your XML feed is a whole other topic.)

Make sure that you set your permalinks so that they're /like/this/and/use/directories/ rather than using a question mark and and ID.

Don't forget about your ping list. Make sure you have a good ping list. (A ping list is list of URLs that are "pinged" whenever you add a new post.)

Make sure you use the more feature so that your home page doesn't include the full posts. It's really annoying for readers to have to scroll through all the posts on your home page to find the ones they want to read. Use the more feature to include snippets of each post on your home page.

Moderate your comments. Or just turn them off altogether.

Don't forget to add channels for each post--multiple channels are helpful, too.
__________________
Bill Hartzer's Blog
Reply With Quote
  #12 (permalink)  
Old 11-17-2006, 06:46 PM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default

Where is the more feature located Bill?
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum
Tags: ,



Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0