Register
Forgot Password?
Score
-
-
-
  /100
Certificate
SEO Certificate

2.3 Make your site Search Engine-friendly

Sorry, you are not logged in. Please login to get full access to this page or register if you're not registered yet.

First, meet Mr. Robot. He'll help me to provide examples, to tell you more clearly how website and Search Engine logic works.

The Robot (also called Spider, or Crawler) is a great traveler. Driving his car from one city to another, then to a different country, all over the world. Well, but in our terms countries are actually websites, cities are web pages, and all the country roads, tracks and highways are links between different pages.

Say, here's a map of such a country, www.weddingchannel.com

Map
A Map for www.weddingchannel.com

Still, Mr. Robot is not that independent as it may seem. He inspects all the websites, evaluates them, and he's always on the phone to report to the Search Engine. The Search Engine updates its index with the data the Robot reports about your website. And, as soon as the Robot's made a world trip, he's ready to start yet another one, to check the old spots and explore new ones — to keep the Search Engine's index up-to-date.

And what's a Search Engine's index? It's a huge database, where record is kept of everything that robots (like our guy) find on the Web: web pages and any possible information on them. In terms of SEO, it's crucial for a web page that all that's good on it is recorded in the Search Engine's index (= is indexed). If it's not there, the page won't be found through search, or will not bring you the results you wish.

This all means that you want the Robot to visit all your important pages, and look at every detail that can be found there.

Now, one by one, let's see the things that are important for the Robot, and even more important for you.

2.3.1 Find fast and reliable hosting

The Robot loves high speed and hates driving slowly. And, I'll better not tell you what he thinks of traffic jams.

So let's make a good and smooth road for him. That is, let's get fast and reliable hosting. This will guarantee that your web server is never down when a Search Engine spider tries to index it, and it's always fast enough, both for the Robot and for users.

Yep, it's really worth it. Why? We all know that a site can be down sometimes. If this only happens on very rare occasions, it's not that bad. But if you've got problems with hosting, and your site doesn't respond quite often, the Robot may leave this kind of site not checked. And, it's even possible that the website gets removed from the Search Engine database. Not to say that you simply might be losing sales, because users can't reach you.

So here's what I advise: host your site on reliable servers that are very seldom down and that are fast. By the way, your users will like speed as much as the Robot does.

The faster your hosting, the sooner your site loads, the more visitors like it, and the faster they give you their money ;).

You know the 8 second rule? Here it is: If your web page hasn't loaded within 8 seconds, your users won't wait longer.

Well, my son Andy says he even hates waiting for more than 5 seconds. He's not seen the dial-up era, I know. But, make your own conclusions!

You needn't be an Internet guru to understand and remember:

fast and unfailing hosting ensures
Search Engine love and helps
quick and stable sale.

DO IT NOW! Try to get hosting that is reliable and fast.

2.3.2 Create a sitemap

A sitemap is like a giant crossroads for the Robot. Or, it's like a city that has direct roads to any other city in the country. It's a spot from which the Robot can get to any place easily.

In its simplest terms, a sitemap is a list of the pages on your website. Generally, there are two types of sitemaps.

An HTML sitemap is made both for human users and for Search Engines and helps them easily find the information they need.

An XML Sitemap (it's normally called a Sitemap, with a capital S) is for Search Engines only. Create and submit a Sitemap, and thus you'll make sure that Search Engines know about all the pages on your site, including URLs that can't be naturally discovered by Search Engines' crawlers.

A good example of an HTML sitemap is here:

HTML Sitemap
Example of an HTML Sitemap

And, here's how an XML Sitemap looks like.

XML Google Sitemap
Example of an XML Sitemap

Now what do you need, so that the Robot can visit all your pages, fast? Right, an accurate overall sitemap. Here you can download a tool to make Sitemaps:
http://goog-sitemapgen.sourceforge.net/

In fact, there're hundreds of tools of the kind. You can use this one, for example:
http://www.xml-sitemaps.com/

As soon as you've made your Sitemap, you have to submit it to Search Engines. The procedure of submission varies for different Search Engines. I'll now only help you with three biggest ones. Here you can find guidelines for Google.com (they have a webmaster tools section that helps you out):
http://www.google.com/support/webmasters/bin/answer.py?answer=40318

Here's a link to Yahoo.com submission form:
https://siteexplorer.search.yahoo.com/submit
(at the bottom of this page, you see a form to submit a URL of your sitemap file).

Right now, MSN.com doesn't have a similar submission form. So to submit your sitemap, simply add the following line to your robots.txt file (you'll read about robots.txt just a bit later):


Provide the complete URL for your Sitemap on this line, and MSN's crawler will pick it up.

If you need to submit to other search engines, look them up for instructions. Go to the Search Engine you need and type in submit sitemap and name_of_the_search_engine. You'll find a submission form, or just some instructions, like in MSN.com. Follow the guidelines you get, and — here we go: you not only invited Search Engines' Robots to visit your site, but ensured comfortable and easy travel!

Note! Sitemap has links to all pages that you've got on your site. So when you make a new page, don't forget to add it to your sitemap, too. You won't need to submit it to Search Engines again, just update the sitemap itself.

DO IT NOW! Make a Sitemap and submit it to Search Engines. When you make new web pages on your site, add them to your Sitemap.

2.3.3 Rewrite dynamic URLs

A common problem for online stores, forums, blogs or other database-driven sites is: pages often have unclear URLs like this: www.weddinggift.com/?item=32554, and you cannot say which good or article it leads to. Though instead, they could have www.weddinggift.com/silk-linen.html, or www.weddinggift.com/pots.html, where you can easily see what's on the page.

So the problem with such URLs like this one www.weddinggift.com/?item=32554 is: no one (neither users, nor even the Robot) can tell what product can be found under the URL.

URLs like this, www.weddinggift.com/?item=32554, having parameters (here it's item=32554) are called Dynamic URLs, while URLs like www.weddinggift.com/silk-linen.html are static. First of all, static URLs are much more user-friendly. For users, URLs with too much of "?", "&" and "=" are hard to understand and pretty inconvenient. Secondly, search engines like static URLs much better than dynamic ones.

I probably wouldn't believe this myself, but one of the biggest players in SEO industry confirmed that their search traffic jumped 20% due to static URL use instead of dynamic URLs.

It's possible that you also need static URLs but have dynamic ones instead. But, I wouldn't talk so much of this problem, if it couldn't be solved. There's a nice trick to make URLs look good to Search Engines.

A .htaccess file is a plain-text file, and using it, you can make amazing tricks with your web server. Just one example is rewriting dynamic URLs. And then when a user (or a robot) is trying to reach a page, this file gets a command to show a page URL that is user- and crawler-friendly.

This is, basically, hiding dynamic URLs behind the SE-friendly URLs. I'll give you an example for an online store.

As a rule, a page URL for some product looks like this:
http://www.myshop.com/showgood.php?category=34&good=146

where there are two parameters:
category — the group of goods
good — the good itself

At the same website, you may be offering Dove soap in the category of beauty products, having the URL:
http://www.myshop.com/showgood.php?category=34&good=146

A bra by Victoria's Secret, under the URL:
http://www.myshop.com/showgood.php?category=56&good=54146

To Search Engines, both pages appear like showgood.php. They just can't understand that these are two different pages offering two different products.

You can rewrite pages, so the Robot will see

http://www.myshop.com/beauty-products/dove-soap.html
instead of the first URL, for Dove soap
http://www.myshop.com/showgood.php?category=34&good=146

and

http://www.myshop.com/victorias-secret-underwear/bra.html
instead of the second one, for Victoria's Secret bra
http://www.myshop.com/showgood.php?category=56&good=54146

and you'll get "speaking URLs" that are understood by the Robot and easy to check.

Writing an .htaccess file is an uneasy task that requires special knowledge. Moreover, it's your webmaster's business. I personally never do this myself. So if you have a database-driven site, search the web for a special SEO service that will write a .htaccess file for you.

Or, if you're using a fairly well-known 3rd-party engine, you can write the .htacess file yourself, using some scripts that you can find in the Internet. To do the search, you can type in the_name_of_your_site's_engine "URL Rewrite" htaccess or something like that.

For instance, I used the following query: phpBB "URL Rewrite"

And got a number of results:

URL Rewrite Google Query
Google results for phpBB "URL Rewrite"

Now, the idea is: it's of great use to rewrite URLs. So find the URL rewrite tools if you need them — or just find your webmaster.

Then, one more thing, the old URLs that have parameters should be "hidden" from Search Engines. Next point helps you do that.

4 comments

Add comment Hide commentsShow comments

Please log in or register to leave a comment.

2008-08-08 03:17:07: Jeremy Chatfield

IME, affiliate programs often emphasise a single page design - the "squeeze page". Is that a problem for SEO? After all the sitemap can have at best two pages - the long squeeze page and the short HTML sitemap...

I see you have covered Flash and Frames later - my original comment here asked about problems with those. Might be worth mentioning Flash, Frames and AJAX early, and saying that you'll get to them?
2008-08-08 10:21:31: Dan Richmond

Jeremy, in fact affiliate marketers are normally trying to get traffic from other sources: direct mail, PPC (AdWords a.o.), etc. SEO is far less popular here.

Generally however, my answer is Yes, this can be a problem because you can't optimize your site for a good number of keywords. If you've got 20 pages, you can optimize them for, say 5 keywords each and therefore get 20 times more traffic.

If you only have 1 page, you can optimize it for 5-10 keywords, and thus you get less traffic and fewer sales.

But from my experience, affiliate sites owners normally still do have other pages of [often automatically generated] content that they don't show to users but only show to Google (ex. using hidden links, but that's already black-hat SEO)

Might be worth mentioning Flash, Frames and AJAX early, and saying that you'll get to them?

That's why you can look at the table of contents here:
http://www.seoinpractice.com/index.html

I don't think that I have to separately mention that I will be taking about Flash, Frames, JaveScript, link exchange, social networks, link baiting, and dozens of other things that ARE already listed in the TOC. IMO that's enough, and you just need to take care to look at the TOC. I don't think I should overstuff each page with "Later we'll talk about this or that" Besides, you've got table of contents for a particular chapter in the beginning of this chapter. Hope that's enough.
2008-09-19 00:57:21: Anthony Curran

it is helpful for newcomers to know that the htaccess is only of apache servers and this is only on linux hosting, when you have windows hosting then you need a isapi rewriting solutions. This information is never given on the web hosting firms and if you choose windows hosting because you have MS access Database then you are going to make a huge mistake as all the support is for .htaccess, go for a linux hosting solution, it is far easier and better supported not to mention that on some accounts you also get a sitebuilder program
2008-09-22 08:18:27: Dan Richmond

@Anthony
In fact people who choose a Windows hosting in most cases know what they do, because noone's willing to pay n times extra without a purpose. Unless they have strong reasons to do otherwise, the majority choose a Linux option. So I don't think there's much of a problem here.