Jump to content

[Seo]Nachoman's Seo Guide!


sτrίkε-

Recommended Posts

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
Link to comment
Share on other sites

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ε-
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

    • How's the project doing? Is there any news? It really interesting 🤔
    • thx for answer, i tried and woks encrypting, but i still having crashes 😞 i changed the icon in skillgrp.dat from "icon.skill0003" to "Myicons.misil" as i saved the file before endec and nothing. this is the report i got
    • New Season coming May 2024! First post updated      Website: L2Kain.net  Discord: https://discord.gg/l2kain  Wiki: https://info.kain.ws/   Important Dates   Server Start: TBD  Open Beta Test: 10th of May 2024!   Basic Information     Briefly about the concept of the server! We decided to move away from the standard Mid-Rate server concept and keep the mechanics of our beloved Lineage 2 that everyone loves! Massive battles for epic bosses, battles for profitable farming locations, resource spoilage and equipment crafting, daily instances, a balanced economy and much more. This server is build as a Craft-PvP concept. The goal is to gather players with a variety of preferences in the game and make a high-quality and interesting server with alternative character development options. We are well aware that "grinding" is an integral part of the game, but we diluted the boring and the same type of farming with interesting solutions and non-standard mechanics!   We have prepared a new High Five x25 on Modern Client for you. This server will be another step in the development of the platform and the project as a whole! Your appeals to those. support was not ignored, which means the new server will be even better than the previous one!      ⭐ Promotions and Bonuses for new players!     ⭐ Events and Giveaways daily!   ⭐ Rewards for Voting!   ℹ️ Server Rates Learn more about server rates! Server rates are configured in such a way that farming is best rewarded. Adena, drops, quests, various rewards and prices in the game store are well balanced among themselves!   Basic Server Rates:  ⭐ Experience & Skill Points - x25  ⭐ Adena Drop - x15 & Fixed Chance 66%  ⭐ Drop Rates - x10  ⭐ Spoil Rates - x10   Crafting keys, recipes drop & spoil with fixed amount from 2 to 3 and increased chances on all locations and quests  related to farm them.  ⭐ Quest Rates - x5  ⭐ Fortresses & Sieges - x5  ⭐ Raid Bosses & Epic Bosses - x1  ⭐ Weight Limit - x10      Connect with Us:  Discord: https://discord.gg/l2kain  Facebook: https://www.facebook.com/KainLineage2  TikTok: https://www.tiktok.com/@l2kain.net  YouTube: https://www.youtube.com/@Lineage2Kain
  • Topics

×
×
  • Create New...