Well everyone keeps asking me to make a guide, so I am going to explain and show you some basic steps that if done will seriously increase your traffic and help your site. So lets do this..
Step 1) Picking your domain
Most people don't know that they seriously hurt their sites with bad domain choices. I see it time and time again. The best way to choose a domain is to choose one that is relevant to your content. For example if your making a site about oranges..Then www.oranges.com = GOOD , www.apples.com = BAD. I know that sounds stupid, but the point is that you should always include your main keyword in your domain name. This will help you 100% when attempting to SEO your site.
Step 2) Duplicate content and choosing www. or no www.
The second thing you should always do is to decided which you want to use www or no www. Doing this now saves you from dealing with problems later on. I would suggest doing this right away after setting up hosting and pointing domain and all. You can do this a couple ways, one is through your hosting panel, and another is using htaccess. If you have cpanel its very easy to do in the panel, but for those DIY types here is the code:
Simple create a txt file called .htaccess in notepad. Don't forget the . in front of name and then save it as all files. Then enter the correct code for your choice and save it. Then upload to the root directory of your site
This is for no WWW:
This is for WWW:Code:RewriteEngine on RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]
Step 3)Quality ContentCode:RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
This pretty much goes without saying, but I like to put it on the list. You want to have some good quality content chock full of keyword rich descriptions and such. You should know before you build the site what keywords your going to target, so you want to sneak those in, but not overdo it. Its kind of like a game. Keyword stuffing is BAD, but just enough is fine. I on a rule try to keep all my keywords I want to target at about 5 to 7% density on a page. I do this just because this is what I learned way back when. And I am a stubborn person who is set in my ways. Also, another good tactic which has never been proven positive or negative is surrounding you main keywords with thetag, for exampleCode:<strong>. I do this all the time just out of habit. I have no idea the pros and cons. Some people still use Bold tags, but I like strong.Code:<strong> keyword</strong>
Also, just to kill 2 birds with one stone, you want to work in some adsense targeting here, assuming you will be using addsense. So, you would want to add weight to your main content, like so :
The HTML tags to emphasize a page section take the following format:
Or you can take it away..Code:<!-- google_ad_section_start --> stuff <!-- google_ad_section_end -->
Doing this assures you better content relevant ads from adsense. Not always, but hey they say do it and we will reward you. So its worth doing it.Code:<!-- google_ad_section_start(weight=ignore) --> stuff <!-- google_ad_section_end -->
Step 4)Meta Tags
People sometimes forget these still do matter. Every engine uses them for something. Most of them use them to pull description from for your Serps. And can leave you with ugly looking Serps if you don't take care of this, plus if you take the time they can also help you in the engines. You want to have relevant Meta for every page of your site. Luckily, like on a forum using variables and such we can bypass having to do this manually, but if your doing it manually then you will have to do it by hand in HTML or whatever it is your coding in. That blows, but hey these are still important.
Here is an example of Tc's Meta for the homepage from a scraper that I use. That's not the actual code as the code is full of variables and such'
Title: True Cheaters
Description: True Cheaters is a cheating forum to help all the cheaters cheat at various games, contests, and giveaways for profit.
Keywords: true cheaters, cheaters, cheating. cheat
Which gives a SERP of this:
True Cheaters
True Cheaters is a cheating forum to help all the cheaters cheat at various games, contests, and giveaways for profit.
http://truecheaters.com/
Now here is another from a random page. As you can see Vbulletin does a nice job of adding to every page.
Title: What good SEO can do..
Description: Well, I don't know who all here knows what SEO is, but its Search Engine Optimization. And it takes hard work and time. But if you really know what your doing you can blast you way up Google in no time. Not with a brand new site and a seriously targeted keyword, but like TC it had everything in place, just needed SEO..ENTER NACHOMAN TO SAVE THE DAY!!! If your in top 10 of Google your on first page... http://img836.imageshack.us/img836/1076/firstm.png What does this mean? It means for
Keywords:300 clicks, bing, competition, data, results, makes, easy, keyword, 1-10, 137k, 137,000, average, term, point, checking, started, case, bingo, blitz, numbers, today, http://www.bing.com/search?q=bingo+b...=qblh&qs=n&sk=, good, decent, yahoo, work, starting, impressions, yesterday
Which gives a SERP of this:
What good SEO can do..
Well, I don't know who all here knows what SEO is, but its Search Engine Optimization. And it takes hard work and time. But if you really know what your doing ...
http://truecheaters.com/
Now you see that it does matter and it pull from it for your SERPS. So, do not forget your meta info for every page.
Step 5)Sitemap
I am hoping everyone knows what a sitemap is, so I am not going to talk much about it. But once you have all your content ready and your ready to submit to the engines, then create a sitemap. There are tons of tools you can Google for this, so use Google![]()
Step 6)Robots.txt
This is very important in helping you weed out the crap on your site. Alot of sites have pages that really serve no purpose or value for Google. They are only there for the users. And so we use a simple robots.txt to weed them out. I cant talk much about this because not everyone is going to be the same. But, if your using vbulletin I will show you what we are using.Also, always include a valid link to your sitemap at the bottom of your robots.txt. This is very Pr0![]()
http://truecheaters.com/robots.txt
Step 7)Submitting to engines
This is your last step. You have everything ready and now its time to send your site out into the world. And to this you just submit it to the engines. We are lucky that on most forum software type sites it does this for us. But, I suggest still signing up to the major engines webmaster tools and submitting it yourself at first.
Google webmaster tools
Msn Webmaster center
Yahoo site explorer
Also, these are great for gathering and checking data. It helps you as a guide to make sure your keeping on top of everything. I would also recommend google analytics, because its free. And does a good job tracking everything. But, its not a must have. You can use whatever you want to keep track of data and such
Step 8)*Optional* Validate your pages
If you coded up all your pages on your site in HTML I would definitely recommend this, but its not a must.
The W3C Markup Validation Service
I never take the time to do it, because I don't know. I never was much into validating every page. Maybe just the most viewed ones if have time. It will help you to SEO your images better if do it though.
And that's it. My basic guide to SEO. I think I covered all the important basics, but feel free to comment and ask questions.


LinkBack URL
About LinkBacks
Reply With Quote

