“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 (49)
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!
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
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.
Thanks Brad,
Looking forward to Part 2
Keep up the great service.
Cheers,
Robyn
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.
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.
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
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 ]
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
I am not getting your lessons on a regular basis .Missing hell of a lot stuff from you
good work. keep it up.
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
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
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
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?
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.
Hello Brad
Great tip I can’t wait for lesson 2
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……
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
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.
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.
Brad as usual this most effective lesson I ever had on SEO. It makes the onpage work so simple, I am wowed.
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!
Great info as always Brad. Really good, thaks.
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
Thanks Brad,
It is so very very help me. In the mean time I’ll take the optimizing mysite.
Dindin AS
Excellently illustrated and very understandable.
Best part, no geek jargon.
Thanks for your tips as they are easy to understand.
Thanks a lot man. This is by far the best article that I have read on this subject so far, and I have been looking for it since LONG !
(By the way, I still do not understand how to do these descriptions stuff on each single page and if this is important enough).
Excellent lesson !
Hi Brad,
Thank you for the GREAT! information. This will help me very much. I can’t wait to see lesson 2.
Diane
Brad
Plain English, straight forward tutorial.
No jargon. Want more. Thanks.
I have your SEO Mindset book and SEO Elite software – great products that work well and I’m so glad that you constantly update them (unlike much software out there which is bug riddled and slow!).
The info you provide on your website members area is well worth the monthly fee and I am looking forward to using the updated version of SEO Elite (which I just downloaded) on my newly optimised website (particularly for checking my SE rankings) – some good SEO tips in this article which I have just used to tweak my web page template!
Thanks Brad!
Brad, I very much appreciate your lessons because they are concise, understandable, and mostly because they include examples that make your suggestions more understandable and meaningful. It is because of your advice and its meaningful application that I purchased SEO Elite and have found it well worth its cost.
Garry
Really thnx a lot. I’m always looking ur latest SEO technique.Your SEO lessons are really very worth for us. keep it up Brad. once again thnx for nice posting.One more thing i want to say Pls post a lesson abt how to promote keyword on off-page ? Really its my pleasure if u post this one.
Thanx
Excellent article thanks brad
Man , your teachings are worth the weight in GOLD.
It is like being stun by a taser.Keep it up.
Thank you for your lesson. Because of you I too know something in SEO. Thanks again.
Hi Brad,
I was searching for a clear explanation of On Page Optimization in SEO. But from your review i got very clear that what is real SEO (On Page Optimization) with cleat example.
And how it can be used into my site with the html code, really i would like to say more thanks to you, Thanks a lot brad. Keep on doing this good job for those who are wants to read and wants to know about SEO.
Thank you so much for this. I’ve been trying to piece this stuff together bit by bit from various sources, missing most of it and getting half of the rest wrong. It’s great finally to have all the information together in such an eas to follow form.
Hi Brad ,
think you much
I apply your lessons for my site in French, and it is on first page of google
for a very competitive keyword
Would appreciate it very much.
Hii Brad
You are one of those people I would love to meet physically. Your free lessons are so easy and clear for anybody anywhere in the world. I am new to internet but I have learned so much from you. I live in Nairobi (Kenya) but you touch me like a guy who live next door. Wait for a few months to hear my exploits in internet business. Thanks you so much. Boniface
thanks share your experience with me. from you i study many things for SEO.thanks again.
Hi Brad
Only the basics here, but done well! Sticking with good basics DOES make a difference, especially with niche products/sites.
Keep up the good work mate
Hi Brad,
These snippets are so useful. I just got one of my sites to get to 95% SEO thanks to you
Srinath
Hi Brad!
You do what other so-called gurus shy away from – leading and sharing by example. I have found your insights helpful and offbeat. Thank you.
Hallo Brad I can only echo all the wonderful things written prior to mine.
I have been in your shadows for years now, You stand alone for being such a caring honest man
You do genuinely wish to help people and after reading this lesson I am amazed at the incrediblely exact method you have shown and in the manner you have done this .
I learned such a lot and you did show us what the successful “GURUS” do
Thank you so much
Anne
P.S I echo Brad above my comments I have just got to the point of looking in my mail box and deleting all without opening, but never yours That is filed away
Brad,
Awesome to the point summary of what we should be doing on our sites. I particularly liked the tip on linking back to your homepage on each page as I have not done that to date.
Thanks for the great info.
Lonnie
i want to thank you for your great guidance foe these SEO tweaks. i ma reading your lessons from day one and now i am confident that i too can do SEO very well with the help of your great softwares
Hi, Brad!
Sometimes I forget how these simple (yet so highly effective) improvements were quite a BIG mystery when I started… and how helpful this kind of advice might be to other people out there, seeking guidance and advice on how to get started themselves…
Excellent straight to the point and nicely illustrated presentation. Good work, Brad!
You just inspired me to do something like this for my audience, too… Thanks!
Steve Lorenzo SEOVirtuoso
Your email address will not be published.