Search Engine Optimization, Website Development and Search Engine Spiders
(Page 1 of 5 )
Do you have some experience with HTML and web site development, but haven't really gotten your feet wet with search engine optimization? Keep reading, because you're in luck. In this article we'll cover some of the more important aspects of SEO, focusing on the changes that you should find easiest to make to your web site. After you read this, you should know where to concentrate your efforts now and going forward.
HTML Tags and SEO
The <Title> tag is the most important part of the page. It is the tag that visitors see in search results, and it should contain your targeted keywords. The title tag can make your page rank or make it disappear from search results. Use this format for web page title tags:
Keywords | Website Name or Brand
It's okay to include only your keywords without the site name, especially if you aren't branding using other Internet marketing methods.
Your <h1> tag is very important. As with the web page title, you should include your targeted keywords in this tag.
Your <h2> tag is next in importance. You should put keyword variations in this tag It's okay to be more natural here.
Your <h3> is less important, but still very useful. Promote keyword variations or subheadings using the H3 tag. You can relax a bit with this one and mention keywords only once in a while.
Now that we've talked about the title tags, let's briefly touch on links so you can see one aspect of why getting the keywords in your title tag is important. An incoming link to your pages is typically formed like so:
Link: <a href ="http://www.site.com/page.htm" title="keyword">anchor text keywords</a>
It's very important to include targeted keywords in anchor text in inbound links. You should also use targeted keywords in internal links, including navigation. The search engines take strong notice of keywords in these positions.
This is true for links that are "followed." But what about links that are designated "nofollow"? Many blogs and other sites make any links in comments automatically nofollow.
Link No followed: <a rel="nofollow" href ="http://www.site.com/page.htm" title="keyword">anchor text keywords</a>
Here's how different search engine treat no follow.
Google's spider doesn't index the content.
Yahoo may follow the link to discover content, but gives no credit to the link itself (no pagerank flow, like Google).
MSN may or may not follow; it's unknown at this time.
Ask.com does not officially support nofollow. It follows "nofollow" links and passes pagerank.
Read more about how search engines treat nofollow.
Finally, let's take a look at the image tag, and how use keywords with it. Here's an example:
Image tag: <img src="your-keyword.jpg" alt="your keyword" />
Include your keywords in the image name and image ALT tag text. The ALT tag is treated like anchor text in image links.
Next: General Search Engine Rules >>
More Search Optimization Articles
More By Ivan Strouchliak