“The Steps YOU Should Take To Optimize Your Own Website…”

Alright, the purpose of this lesson is to show you what I would do to optimize a specific website. Often, I’m asked, “Brad, what do I need to do to my website to make it rank high in the search engines?”. Well, pay close attention to this lesson because I’m going to take a website at random and show you exactly what I would do to optimize this website.

First, we’ll go to Google to find a website. I’ll enter the search term “toy trains” and hope that it’ll bring us back some possible websites that need to be optimized. This is the keyword we’re going to try to rank well for.

Ok, after doing this, I’m going to look in the right hand results of Google (Adwords). The reason I’m doing this is because those websites are typically websites that aren’t optimized very well. They are websites that are simply paying Google to be located in those positions.

Ok, you’ll see that I have an arrow pointing to “www.train-yard.net“. This is the website that we’re going to optimize.

Onpage Ranking Factor Changes…

The first steps we’ll take are to optimize all of the “onpage ranking factors”. If you don’t know or remember what those are, refer back to lesson 2, I believe…

Page Title

You’ll notice that this website does not include the keyword “toy trains” in the title of the page. It’s current title is “Train Yard”. So, what we’ll want to do is change the title of the page to: Toy Trains

The .html code you would use to do this is: <title>Toy Trains</title>

Meta Tags

If we click the “view” link in the menu bar of Internet Explorer, then click “source”, we can have a quick look at the .html code that makes up this website. Now, you don’t need to understand html to change or add meta tags. Once we’ve clicked the “source” menu option, we’ll see a textfile that contains all of the code that makes up this site

What we want to look for is their meta “keyword” tag, and their meta “description” tag.

You’ll notice that when viewig the source code of this website, they don’t even have meta keyword and meta descriptions tags! They’re using something that says “<meta content=”blah blah, blah blah… and blah”>”

Now, I’m not sure what this actually is. It’s definitely NOT a type of meta tag that has any relevance to your rankings. So, what we want to do is change that. We’ll completely remove ALL of the meta tags. These include:

  • <meta http-equiv…>

  • <meta name=”generator”>

  • both <meta content> tags

Once we’ve done this, we’ll simply add a meta description tag, and a meta keyword tag. This is what we should insert into our code:

<META NAME=”DESCRIPTION” CONTENT=”Toy Trains are our specialty. We offer all kinds of trains and other toys to help satisfy your needs.”>
<META NAME=”KEYWORDS” CONTENT=”toy train, toy trains,”>

Now, you’ll notice a couple things.

I mentioned the keyword “toy trains” once in the description, and also each keywords separately in the description.

I only included the plural and singular forms of the keywords in the keyword tag. (This is because we’re only optimizing our webpage for 1 keyword. You should normally choose 2-3 keywords per page, and you would just include those other keywords in your tag as well.

H1 Header Tags

Again, we’ll need to click “view” then “source” within Internet Explorer. Once the code screen is open, you’ll want to click “edit” then “find” and search for the text: h1. This is the html code used to enclose what’s called an h1 header tag. You should always include your main keyword within an h1 header tag.

We do this and can’t find an h1 header tag anywhere on the page. An h1 header tag would look like this:

<h1>Then your keywords</h1>

Ok, so what we need to do is add an h1 header tag. We’ll use the html code:

<h1>Get Your Toy Trains Here</h1>

Once we do this, our website will now look like this:

You’ll notice that I’ve replaced the previous text “Welcome to the train yard” because that really wasn’t serving a purpose for the page, and have added the text “Get Your Toy Trains Here”, which does contain our targeted keyword. You’ll always want to place your H1 header tag towards the top of your website. Preferably the top left hand portion of your page. In this case, we just placed it in the top middle, which will work just fine.

H2 Header Tags

Ok, next we want to add what’s called an h2 header tag. We do this exactly like we did with the h1 header tag. Except the code to do this is:

<h2>Toy Trains</h2>

I’ll add this tag below the picture. Your h2 tag should always come after your h1 tag.

You’ll notice the h2 header tag above is:

“Limited Time Sale On All Toy Trains” and includes our main keyword: Toy Trains

The code used for this is:

<h2>Limited Time Sale On All Toy Trains</h2>

If at all possible, if you can include ONLY your main keyword in both the h1 tag and h2 tag, that would benefit you the most. In our example, I added a few other words, but if you’re creative, you can figure out a sneaky way to add only your main keywords to the header tags

Bolding, Italycizing, underlining

This is something you’ll want to do as well. We’ll now just go through this webpage and add the keword “toy trains” throughout the webpage. We’ll also bold, italicyze, OR underline maybe 1 or two instances of the keyword. Don’t go crazy with this. Just make it look natural.

Alt Image Tags

You’ll notice that this website has no alt image tags that contain their main keyword “toy trains”. The reason I know this is because I clicked “view” then “source” like we did above. I then did a search for the text: alt

The only alt image tags that showed up were:

  • Train Yard

  • Products

  • Contact Us

  • Policies

  • News

What we need to do is remove all of those alt image tags completely. They don’t really serve a purpose, other than diluting the effectiveness of the alt image tag that we’re going to add.

Ok, if you go to the website and hover your mouse over the top graphic:

you’ll see that there isn’t an alt image tag attached to this image. How do I know this? Well, let’s hover our mouse over an image that I know contains an alt image tag.

I hovered my mouse over the “Train Yard” image located on the top left hand side. When I did this, a little popup message came up that said “Train Yard”. This is what an alt image tag does. We know that this image has an alt image tag that says “Train Yard”.

So, what we’ll do is add an alt image tag directly to the BIG picture located in the middle of the website. The picture of their store. To do this, we’ll just take their old code for the image, which was:

<IMG ID=”Picture11″ HEIGHT=200 WIDTH=320 SRC=”./assets/images/TrainYard_Store_Front.jpg” BORDER=0>

and we’ll add an alt image tag to this, by changing the code to say:

<IMG ID=”Picture11″ HEIGHT=200 WIDTH=320 SRC=”./assets/images/TrainYard_Store_Front.jpg” BORDER=0 alt=”Toy Trains”>

Notice I’ve made the code I added, red. That’s all there is to it. Now, when you hover your mouse over the picture, a little popup will appear that says “Toy Trains”.

Moving on…

Adding Homepage Links

Add a link from each webpage within our website, that says “Toy Train Home”. This link should link back to our main page using this link: http://www.train-yard.net .

Note: It should not link to: index.htm or index.html

For example, we would click on the “products button” located on the left hand side of the site.

This would take us to this page: http://www.train-yard.net/html/products.html

On this page, we’d add a link that points back to our homepage. I’m going to add this link at the very bottom of the page, as shown below:

We’ll do this with every single page within the website. The more pages we can create for our website, the better we’ll rank.

Web Page Titles

Next, we’ll add the keyword “Toy Trains” to the page title of ALL of our other web pages. For example, we’ll continue looking at this page: http://www.train-yard.net/html/products.html

The current page title is: “Products”

That isn’t a very good title to begin with… but what we’ll want to do is just add our main keyword to the beginning of the page title. The new title of this page would be: Toy Trains: Products

We’ll do this for ALL of our web pages. This makes the search engines see that our website is all about “toy trains” as the page title is very important in the eyes of the search engines.

Now that we’ve made those changes, I’m going to save the rest for part 2 of this 2 part guide. :-)

In part 2, I’ll be covering a few more onpage optimization techniques that we’ll be incorporating into this website. I’ll also dive into the specifics of the offpage optimization that we’ll be performing.

Hope this lesson was of some benefit, if anything, just as a reminder and refresher as to what the very first steps you should take when optimizing any web page should be.

 

Talk to you soon,

Brad Callen
Professional SEO
http://www.seoelite.com

Readers Comments (25)

Dorothy - February 21st, 2008

This is a great review. Previously I had missed the importance of linking to the home page with the whole url. Thanks for the tip!

Ssentamu - March 19th, 2008

thank you for this wonderful review.I really enjoy your information.I adore you.You are one of a kind who want others to succeed by teaching them what you are best at with out all the time leading them to a sales page.I think this is the best idea as by the time you will lead us to your sales page,we are already in the senses of buying.I have already bought all your softwares.
keep the spirit of helping others high.thanks again

Ssentamu Daniel

John - April 2nd, 2008

Thank you so much.
As a newbie, I really really learn alot from all your tips.
Now looking forward to buy all your softwares.
Thanks again.
John Chen.

Robyn - April 9th, 2008

Thanks Brad,

Looking forward to Part 2

Keep up the great service.

Cheers,
Robyn

yezzbi - April 24th, 2008

Thanks Brad
I understood the fundamentals of seo from your lessens only. I am eagerly waiting for the day I am prepared to buy your softwares.

realtormel - May 9th, 2008

Your review of the fundamentals …. are clear and I will take an opportunity to review some of my curren t pages for similar changes…

If i were to change the h1 tags/wording by modifying the source code– will the changes hold ??

It was a great review ….look forward to your 2nd lesson.

Sandeep Singh - May 14th, 2008

Hello,
Your tips are worth reading but we should not forget that if we dont implement them onto out site than its of no use to us!! You are reall a top SEO Expert and we have a long way to go and learn from yo o get a success on this E-World!!

Thanks again for sharing such secrets with us for free;
Sandeep

MindTouch Israel Professional SEO - May 17th, 2008

Well Brad :)

I’m leaving in here a Comment after along time.

I’m reading all your Lesson and your student from your First1 ” Free SEO Lessons & Articles”

I have my Ad word to you ;)

* All the Best SEO Lessons [ well,I learn allot from you and from your weekly Mailing list success]

It’s a Pleasure to read your lessons with your “Brad Back Links” every time from “A-Z”

Thanks again,,

Cheers,
Golan [ Israel | web world Professional | SEO / SES & Marketing ]

Ludier Pabon - May 17th, 2008

Great lesson, thank you so much, I really appreciate you for all that you do for others like me, I am understanding a lot more from your lessons, I am now learning for the first time about titles, headings, keywords and all of the important things that makes a good website rank well. I have created other websites before, but I had a hard time even indexing them, but now with your help, not only I have learn about how to index them but also what is needed to make them rank high.

I will start using your techniques right away, since they are explained here very clear and to the point, exactly what we need to know what to do, step by step instructions.

Thank You so much
Ludier Pabon
http://www.bestguidesonline.com

atul - May 18th, 2008

I am not getting your lessons on a regular basis .Missing hell of a lot stuff from you

krishna - May 19th, 2008

good work. keep it up.

filippo - May 22nd, 2008

This lesson has put the rest in perspective and I have such a last large mega site that I got lost optimising and now I can breathe life into it and enjoy why I have the site.

Thank you

Filippo

Matt - June 6th, 2008

Brad -

As usual, you have done a great job breaking this down piece piece and explaing the key areas of optimization very clearly. Thank you for sharing your insight and keep up the great work!!

Matt

Mira - June 11th, 2008

Hi Brad,

Thank you very much for evrything what you share with newbie like me. I have to say that I learn many thing much easier than before and I am appriciated evry of your goog lesson, and software. I have long way to go and thank you again for all your help.

Warm regards

Mira

solo advertising - June 23rd, 2008

Brad, why do you say that the link back to the homepage shouldn’t be index.html but the full address ?

I always used what you don’t recommend and when I check for example in Google’s Webmaster Tools the internal links, I see that the homepage has backlinks from all the other pages of the site. Therefore Google knows what index.html means.

What is your reason not to recommend it?

window webhosting - July 9th, 2008

Hello, Brad

Thank you very much. I learn a lot with you. When I get more money, I will buy your ebook and software, I belive they will help me get more money.

Thanks.

Party Bus - July 13th, 2008

Hello Brad

Great tip I can’t wait for lesson 2

JESi - July 16th, 2008

THANX ALOT DEAR Mr. BRAD CALLEN SO NICE OF U AND THE WAY IS ULTIMATE, AMAZING AS I DONT NEED TO ASK OR THINK ANYTHING OR TO DO OR GIVE MORE STRESS ANYMORE ON MIND …SO SIMPLE AND UNDERSTANDING WAY U DEMONSTRATE EACH AND EVERY THING AMONG US ON THE WEB…..
U R GUIDING US 4 OUR BETTER FUTURE……

THANX FROM ALL OF THE READERS & LEARNERS INCLUDING ME……

MANY MAN Y THANK AGAIN……

Walter - July 16th, 2008

Great pointers on optimisation - thanks Brad.

There’s still so much to learn - I have your products, but the value comes from these invaluable lessons that you have created - thanks again.

Walter

Jose - August 12th, 2008

Brad,

I wish I could have your brain here in my computer.

Can you take a look at my website and give some idea of how
I can move it up the ranks in the SEs.

Would appreciate it very much.

Joe - August 19th, 2008

This is great. I wish I would have known all of this before screwing up my site so badly when I created it. Now with what I know, I am confident I could easily get great keyword position more quickly. Thanks Brad.

George - August 20th, 2008

Brad as usual this most effective lesson I ever had on SEO. It makes the onpage work so simple, I am wowed.

Tony - August 23rd, 2008

Brad you always give good, straight forward advice that is easy to follow. Thanks for all your great info , we have been following your advice and we are first page (several #1) for most of our keywords and just a matter of time for the competitive keywords, our most important keyword is now top of page 2! Keep up the great work!

matt - August 26th, 2008

Great info as always Brad. Really good, thaks.

Mike Lawson - August 29th, 2008

Hi Brad

Thanks for providing this stuff and making it so clear. Very refreshing to get something that doesn’t end in “buy now - only $49″ from someone dealing in SEO! Keep it up.

Mike

Leave a Comment




Your email address will not be published.

Helpful Marketing Products

SEO Mindset SEO Mindset

Brand new search engine optimization eBook teaches you how to get top Google, Yahoo, and MSN rankings. Learn More!

SEO Elite SEO Elite

Get a top 10 ranking in Google, Yahoo, and MSN with this powerful new software. Learn More!

SEO Elite Keyword Elite

Generate 15,000+ keywords in 60 seconds. Boost your Adwords profits and find profitable niches. Learn More!

SEO Elite Directory Submitter

FREE! Get thousands of high quality, 1 way links to your websites. Learn More!

SEO Elite Article Submitter

FREE! Submit your website to hundreds of article directories worldwide. Learn More!

SEO Elite Niche Revolution

Want us to create products, salesletters, and websites for you? Learn More!

 
SEO Elite © Copyright 2007
Bryxen Software