Jump to content

Recommended Posts

Posted (edited)

This is a simple SEO guide for those looking to make money online. I am going to use stuff out of my old guide and add to it.. So here we go and feel free to ask questions later smile.gif

 

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:

RewriteEngine on 
 
RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] 
RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]

This is for WWW:

RewriteEngine on

RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]

Step 3)Quality Content
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 the

<strong>

tag, for example

<strong> keyword </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.

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:

<!-- google_ad_section_start -->
stuff
<!-- google_ad_section_end -->

Or you can take it away..

<!-- google_ad_section_start(weight=ignore) -->
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.

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.

Every page needs its own meta info. If you have to do by hand then so be it but this is VERY IMPORTANT!!


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 smile.gif

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 smile.gif


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.

That is basically everything you want done ON Site for your SEO. So, this is basicaly just a decent checklist to start from obviously there is OFF Site SEO.

Here are some simple tips for OFF site SEO:

1) Relevance matters 100% - Do not use automated programs to get backlinks. You want to have 100% relevant backlinks. I would suggest pulling up google and googling the keywords you are targeting. Then go to sites on the first page that allow you to post. Go there make some quality posts and put your link with the proper anchor text in your sig if they let you. Or if its a blog or something maybe trade links or advertise.

2) If you try to cheat you will get caught. Google is serious. So do not try to cheat. And if all else refer to point 1. You are going to have to put in some serious time with your site. There is no magic cure or elixer. It takes time to make money. And once you do it right and reach the level you will make a lot. SERP rankings can seperate a site from 100s in revenue to 10s of 1000s..

Anyway, that is just some info for you all and hope it helps point you in the right direction smile.gif

 

 

Credits : MrWonderfull (Nachoman), TBN

Edited by sτrίkε-
  • Upvote 1
Posted (edited)

Mxc never had some good SEO guides, thank you for that ! :)

day by day it helps me more and more.

If you google for SEO guides you havent the experience to choose the best. Many things are complicated out there.

I Think that it's the best i have found till now.

Can be stickied if someone of this staff read it and understand the point.

 

Edited by sτrίkε-

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • L2 DEVS - HTML DESIGN (ALL NPC'S)    
    • I only share for free what they are reselling 🙂 You keep crying in all the publications, and if you are looking for h5 or gd wait for 5 or 6 years... cheers.... GENERAL Cached Extended to 8192kb IOBuffer Hair2SlotCache ItemBidAuctioner Clan Hall Current Olympiad Season Rank pages System (Shows Points/Games - Fully Configurable) Automatic Flag Around Raidboss System Offline Shop & Buffers Restore After Restart (Fixed location) Offline Buffer System PvP Auto Announce System Rebuilt with Extra Addons (Fully Configurable, Name, Zones, Rewards) Automatic Announce System Rebuilt with Extra Addons (Fully Configurable) ALT+B Augmentation House Shift+Click Droplist/Spoil List Epic Items Rank RB points Rank ChangeColorName ChangeColorTitle Change Skin (Race) Change Gender Custom Subclass (Acumulative) Achievements Item Delivery System  Augmentations/Enchants Automatic Announce System Auto Learn Skills PvP Reward Pk Reward War Reward Scheme buffer GlobalChatTrade Trade Augment Items Castle Announce Time Castle Standby Time Fix Spiritshots delay SpellbooksDrop Enable/Disable Drop custom Fully configurable, lvl min max allmobs, allrb, individual New cancel effect min,max BlessedarmorEnchantRate BlessedmagicWeaponEnchantRate BlessednormalWeaponEnchantRate MaxSlosChars MaxSlotsDwarfs Enable or disable all commands Fix fast loading npc OlympiadRestoreStatsOnFightStart OlympiadSystemSecondTimeEnabled OlympiadEnterLast10Minute OlympiadThirdClassSummons MinLevelTrade AnnounceSubClassMsg1 AnnounceSubClassMsg2 AnnounceSubClassMsg3 LimitedSubClassRace NoSellItems Change ID SealStones for AA NoPrivateBuyItems NoDropPlayerOnDie DisableSkillEnchantData Show Level Mobs Show npc clan flag DespawnSummonEnBattle SummonPetEnBattle RideSummonPetEnBattle DitanceToTargetMove EnterWorld_Undying EnterWorld_UnHide BlockWhispMessagePlayerToGM UseItemsWithHide CriticalSkillDamageBonusPer=4.0 Disable SSQSystem OnCastle Siege End Use any dyes Buy halls directly in auctioneer without waiting for the auction, configuration to change the item you consume MensajeEnterWorldServer Command .hero enable/disable hero aura Config vip global chat character, chat by systemsg Soulshots: NoSendSystemMessageUse Panel //admin Global vote reward Agathions system Anti Interface, control all patch files by md5 Command .menu configurable, last restart, name, maxusers, privatestores Spawn protection activate deactivate consume items to activate  Activate or deactivate autoloot for vip characters EVENTS Happy Hour Event reworked Configurable by announcements or systemsg Team VS Team Capture The Flag Death Match Last Man Standing Destroy The Base Korean Style Castle Siege Check if the player is inside the tvt event due to disconnection/critical error Top 1/5 killer reward/announce TimeAfk ResetReuseSkills ResetBuffsOnFinish Firework effect Reward win/lost Add Team Location Title custom Red/blue Open Door/Wall System BalanceBishops Show kills in title Invest positions Show Death To Top Delete Non-Subclass Skills     RELOADS Reload Enterworld Html Option Reload Faction System Reload Donate Shop Reload OfflineBuffer Reload Champion NPC Reload CliExt Reload AntiBot Reload Vip System Reload Auction Reload AutoLoot Reload CastleSiegeManager Reload CharacterLock Reload ClanPvPStatus Reload AutoLearn Reload ClanReputationRank Reload ClanSystem Reload CreatureAction Reload Customs.ini Reload L2server.ini Reload SkillData.txt Reload doordata.txt Reload decodata.txt Reload Multisell Reload DropList   Extender tested for more than 3 years. Assured stability. Possibility of adding MOD's upon request. (Not included, consult).
    • some peoples trash is another mans treasure, is that your treasure?   people might like the content but you are still the rat in the room     thats the community judging you.  
    • Keep reselling what I publish here for free!!! 🙂 GG  
  • Topics

×
×
  • Create New...