How To Design Your Site For Massive Traffic

In order to tap into the power of HTML (Hypertextalso what search engines use as the link text to your
Markup Language) elements, you first need to knowsite. Your title should be relatively descriptive and
what they are. In HTML, elements are bits of markupinclude as many key words as it can without
that tell a web browser to display or format parts ofbecoming abrasive. Seven or eight words is generally
web pages. For example, means paragraph, anda good length for the title of a web page.
means bold - there are plenty more. These elementsIt can be much easier to put than A search engine
are used constantly when writing web pages. Youcan easily locate the prior so there is no real need for
should basically think of your HTML elements as thethe latter. The only time that you will see trouble is if
organizational and visual formatting of your HTMLyou have things like where "userid" changes for each
document.user. If this sort of thing happens you may run into
By learning HTML, you can tap into the power oftrouble and should arrange so that the "userid" isn't
HTML elements and create a more interestingcompletely necessary (unless, of course, you want
website as well as tipping off search engines as tothe page password protected).
what the most important information on your webDynamic websites aren't usually engine friendly,
page is. Many people starting out on the web justthough, unless you deliberately make them that way.
use 'easy editors' (also known as WYSIWYG forIf you've spent money and time to build a dynamic
what you see is what you get) that show the pagewebsite then you won't want to throw it out - you
as it will appear, without ever looking at the codeneed to learn how to optimize it for the search
that the page is actually made from. This is fine ifengines.
you intend to distribute and are only interested in theOther tags such as (bold) tags and (italics) tags will
look of the page. Visually artistic people are oftenalso help out. You can put these around your key
drawn to using WYSIWYG (pronounced wise-ee-wig)words or less important subheadings. These won't do
editors when creating their web pages because itquite as much for you, but they will definitely help to
allows them to see exactly what they are doing andsome extent and should be utilized when practical.
frees them from the time consuming task of learningThe difference between your site and other sites of
HTML.equal page rank and similar material will be how well
The structure of HTML is based on logic, order, andyou utilize HTML elements to exemplify your work.
syntax and is, therefore, relatively simple to use. ToYou can very easily modify your web site so that
make a heading, you use the heading elements (, , ,things stick out where they should. Solid knowledge
and so on up to ). To start a new paragraph, youof HTML is your best friend when you are
use a paragraph element (). To format a list, you useperforming SEO activities. Remember, "If you build it,
a list element (start with then usethey will come."
). In order to learn HTML it is a good idea to go toYou have to realize that search engines can't use
As XHTML is gaining more and more popularityyour search box, so the only way for them to
among web masters (and search engines) it may beaccess your dynamic information is if they follow a
a good idea to learn that instead. XHTML is basically alink to it some other way. The lesson to learn is that
more standardized version of HTML and it is worthyou need to give access to all your pages with plain,
learning. If you learn XHTML along with CSS, you willtext links, somehow - you can't just rely on searches
have be able to make extremely powerful webto drive your whole site. What this means is that
pages.somewhere on your website you need to have a list
These dynamic web sites should be organized inof your products that has been organized by
such a way that every page that has the potentialcategory - from here, you should be able to follow
to become dynamic can be delivered in a static formlinks to every page in your database. Once you've
as well. I.E. your product listings pages may displaydone this, the search engines can see your content.
certain categories dynamically, but they should haveOffering both search and category views improves
static links that will simply display every product. Youyour site's navigation, as well as making it crawlable -
should also have distinct links to each category asyour work will be useful to your visitors as well as
most search engines can handle a dynamic URL asthe search engines, which is what SEO is all about.
long as it doesn't change each time that the site isThere are two types of search engines: Search
viewed.Engine Directories and Search Engine Spiders. Each
That said, the most important HTML elements (alsosearch engine (regardless of whether it is a spider or
called tags) that you will run into are and (through ).a directory) uses unique criteria for "ranking"
Whatever you put between and is what appears inwebsites. Optimization service site web. Great
the blue margin at the top of the browser. This isoptimization site web resource links.