How to build a Search engine optmized web site?

ostta

New Member
I’m going to to build anew web site what should I do ?
at First you should choose a rvelant domain with the content that you are going to puplish through this site
for exmple:-
if your going to make a gaming site you should include the word “game” in the domain
OK i have Choosed the true domain what about the design?

OK you have done a good steb seo nnot only about search engines but also it learns you how to make the visitor respect your site so you should make light design related with the content
also Search engines love no mistkes designs and vaild html & css so you should visite the wc3 scools
icon_smile.gif

Can i puplish a copied content?
so why will I visit your copied site, you should have a unique contenet specially “txt contenent”
imagine that you puplished a copied content what will happen
1- the visitor who entered your site will not stay 3 seconds till he closes your page
2- generaly th whole visitors will give your site no respet that if there were visitors :))
3- search engins will put in what called “SAND BOX” that will make your site stuck in the last page of search results that means no visits
those three Previous points means that it is afaild palne to make copied site
OK again i will not copy so how to improve my Site S.E.O ?
-after you have choosed a good domain you should shoose the every Title of every page & it should describe what is this page contain
-do not neglect meta description for every pge on your site
<META http-equiv=”Content-Type” content=”text/html; charset=windows-1256″>
<META name=”keywords” content=”keyword1,keyword2,keyword3“>
<META name=”description” content=”Describe your site here“>
<META name=”robots” Content=”Index,Follow”>

-add H1 & H2 in your page to Strengthens your page titel in search engines that improve your searcc results
-upload a robots.txt file to the root folder of your site it gives the permisin for search engines spiders to archive your site it is simply contains 3 lines like this:-
Sitemap: http:// here you write the full url of your sitmap
User-Agent: *

Disallow: /here write those disallowed paths that you don't want to archive them
you forgot to talk aboute sitemaps!
Oh, sorry my dear site maps are the backe bone of makeing bots crawels your site if you are not an expert in XML prgarmming you shoulfd google “sitemaps” you will find sites that makes it for free till 500 url
what is the most Favorite web language for search engines?
the best on is Xhtml put it is not worldwide like others so the second Compatible language is the world wide used HTML But you should start your page with the coming code if you intended to build html page
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>

look i have vbulletin….
don’t say more the whole coming lessons will be about vbulletin …see you later :-h
+------------------------------------------------------+
hope it is useful and sorry for any falls in my language as i'm egyption
 

miniman

New Member
Great idea but you forgot to set characters=utf-8, it will support multi-lang (automatically) :), if your forum only ENG then i would go with default.
 
Top