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




Share

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.

58 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?

Answer
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.

Answer
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

Answer
2010-10-18 01:37:40: kislay kumar

I think for .htaccess you should chose www.cdmonline.co.in.Couse it has great tool for .htaccess name as .htaccess Generator. and OS Stable Linux with Apache. Try it. it's best

Kislay

Answer
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.

Answer
2009-01-15 11:20:39: Oleg Kitashin

I have one question here. I do not have robots.txt. I would like to be listed in MSN and invite MSN robot to crawl my site. I do not want to disallow any pages. Do I simply create new robots.txt file and add 'Sitemap: http://www.yoursite.com/sitemap.xml' line to it? I did and tried to verifyd it, it game me error. What would you recommend to do, Dan? Thanks.

Answer
2009-01-21 07:18:56: Dan Richmond

@Oleg

That's right - when you put the sitemap line in the robots.txt file, it won't pass validation, because MSN never complies with standards ;)

However, there's another way to submit your sitemap to MSN, and I'm going to add it to SEO in Practice. You need to enter the following URL in your browser:

http://webmaster.live.com/webmaster/ping.aspx?siteMap=[your sitemap web address]

For example, for a website www.cats.com, if they have the sitemap at
http://www.cats.com/sitemap.xml

They would make up the submission URL like this:
http://webmaster.live.com/webmaster/ping.aspx?siteMap=http://www.cats.com/sitemap.xml

Just make up the URL for your own sitemap, paste it in the address bar of your browser and hit Enter.

After that you will see "Thanks for submitting your sitemap."

Hope this helps.

Answer
2009-01-27 18:56:55: Oleg Kitashin

Thanks, Dan!

Answer
2009-04-02 15:08:17: Donna Goodman

Hi Dan,
This is a great chapter but I have a few questions. One of my web sites has over 6000 products for starters. How would one come up with any sort of a descriptive URL for each one of those products given the size of the task? I am pretty sure they are all dynamic URL's right now.

Donna

Answer
2009-04-03 10:15:22: Dan Richmond

@Donna Goodman

In your case I'd recommend search (Google?) for tools that will let you rewrite URLs based on the title of your webpage (like this is being done on these SEO forums).

Answer
2009-04-17 22:23:06: Charles Ho

Hi Dan,
Recently I rework on my webpage with new pages and renamed the old according to your instructions. I've resubmitted the sitemap and robots.txt. But searching google and yahoo again, it still reflects the old webpages. How long does it take for the Search engines to refresh and reflect the new web pages? Thanks!

Charles

Answer
2009-04-20 09:44:29: Dan Richmond

@Charles Ho

Firstly, the fact that you have a robots.txt unfortunately does not absolutely guarantee that Googles will follow it as you specified. This file works like a recommendation for search engines, rather than like a "must-do".

Secondly, the interval after which your new pages appear in Google depends on how popular your site is - because search engines revisit more popular websites more frequently.

Also, if you have a Google Webmaster Tools account for your site, you can track when Google downloads your sitemap - so that's a chance to know when to expect that your pages should change in Google.

Answer
2009-04-29 08:53:17: priya latha

I guess there is a page where you cansubmit your site to msn too like yahoo and google webmastre centrals. The site is http://webmaster.live.com/. Here you can submit your site to msn after creating xml-Sitemaps.

Answer
2009-06-21 23:37:46: Marlene Wilkinson

Dan, I thought the speed of your website page loading had to do with whether or not you had it loaded with pictures or some such. In other words, that it was all down to you, and not to the speed of the server on which it hosted??

Marlene

Answer
2009-06-26 08:51:57: Dan Richmond

@Marlene Wilkinson

You're right that a page overloaded with images will load slower but depending on the speed of your hosting you can "afford" more or fewer images on your webpage to be loaded within reasonable time.

Answer
2009-08-07 19:40:16: George Mcphee

Hi, im new here. Anyways I own a webhosting company that is fast, reliable and has 99.95% uptime gurenteed. Packages are cheap but you get all the same services as you do with any big hosting company. Packages here are perfect for people who need fast hosting.

http://www.gemhosting.info/

Dan Richmond im sorry if you class this as spamming or something but if you do please remove this post.

Thanks
Gemster

Answer
2009-10-23 02:58:06: Watch Naruto Online

About robots.txt:
As i know that this file has a function to tell robot/crawler to direct it if we want the robot craws any pages at our blog or not.

about loading:
sometimes when we put a lot of image this can make our blog loading slowly.but we still can put image for our blog but avoid to put animation image..if we still want to put animation image put it at the footer not at the top.

and the best format for image is gif.google also use a lot of image that has gif. format for image..it can make the size of image smaller and really help our blog loading faster.



Answer
2009-12-08 03:54:39: Ken Taylor

Finally, a clear easy-to-understand definition on the differences between "Dynamic" and "Static" webpages. Thank you.

One suggestion: Where in the Host account features do you look for the feature that tells you about how fast the Hosting is? I've never seen anything. I'm guessing here, are you referring to the 'band-width' the hosting is offering?

And finally, thank you for providing the links to help make submitting site maps easier. I'm using RapidWeaver for Mac and have a special 'SiteMap' plugin that apparently does both HTML and XML. So it's pretty easy setting up a sitemap and getting right the first time around.


Answer
2009-12-09 10:44:21: Dan Richmond

@Ken Taylor

Where in the Host account features do you look for the feature that tells you about how fast the Hosting is? I've never seen anything. I'm guessing here, are you referring to the 'band-width' the hosting is offering?

Are you asking where WebSite Auditor find this data? Than the answer is:

We make our own analysis of your pages, plus we use data from some third party services that measure the access speed of your website from different locations from all over the world. Usually this doesn't directly correlate to your hoster's bandwidth etc - we just try to open your website from various IPs spread all over the world and see how fast we can open your site.

If you're just asking how you get to know the speed og your hosting, then the answer is 1) Bandwidth 2) How much the server is loaded (meaning, if you have a shared hosting, the server may need to run thousands of requests to/from other sites, which obvoiusly influences your site's performance). Dedicated hosting won't cause this problem.

Answer
2009-12-12 22:55:12: Ken Taylor

@Dan Richmond
Hey Dan, It's the second paragraph of your post:
"If you're just asking how you get to know the speed og your hosting, then the answer is 1) Bandwidth 2) How much the server is loaded (meaning, if you have a shared hosting, the server may need to run thousands of requests to/from other sites, which obviously influences your site's performance). Dedicated hosting won't cause this problem."

Thank you for clarifying and also enlightening me on a benefit of having 'dedicate hosting'. Something I'll look into. Thanks again Dan.

Answer
2009-12-30 04:58:47: Paul Watchorn

This is really interesting about the site map, so a quick qusetion: if I do a link command, and all the pages show up as indexed, is is still important to have a site map?

Answer
2010-01-05 04:35:53: Dan Richmond

@Paul Watchorn

It can also help you get your pages re-crawled fasted when they have been changed. Also, it's a good way to get new pages indexed.

Answer
2010-03-11 01:35:58: Cameron Clarke

Hi, I am working through this great 'SEO In Practice' book in conjunction with SEO PowerSuite Pro. I got to this section on static URLs versus dynamic URLs and then started delving into it further to look at changing my dynamic pages to appear as static.

I have been going through websites on URL rewriting and started looking at making changes to my .htaccess file to do this.

I currently have 1069 pages indexed by Google, which is less than 50% and most of the non-indexed pages utilise the same dynamic variable (?pc=) which Google is setup to index for my site in their Webmaster Tools.

In the process however, I thought I would see what Google had to say about it and found this comprehensive blog (http://googlewebmastercentral.blogspot.com/2008/09/dynamic-urls-vs-static-urls.html) and was wondering, based on the information in the blog, whether it would be actually detrimental to make the changes.

Appreciate your latest (up to date) thoughts on this issue.

Answer
2010-03-12 06:39:36: Dan Richmond

Cameron,

nice question :) The problem is not that Googles can't crawl dynamic URLs.
My point here is, a static-looking URL will be useful for your page's SEO if (instead of all strange-looking parameters like numers, letters and other characters) it uses your keywords.

Answer
2010-04-04 06:31:22: Marc Wang

This is an awesome tool.

Just posting a note to "pat you on the back", Dan for putting this great content up. Unfortunately, such effort seldom gets noticed or worse, is under-appreciated.

So, how bout it guys, a round of applause to Mr. Dan Richmond, Cheers.. : )

Now back to more SEO ingestion..

Answer
2010-04-23 23:27:47: Adeel Akhter

AT the top it is mentioned "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"

can you please make it little more clear for me?? As far as i have understood you mean we should look for linux based hosting ??? is it so ?

Answer
2010-04-27 10:29:15: Dan Richmond

Adeel,

Linux servers are more preferable because e is more info on them, it is easier to find a specialist to help you setting them up and, moreover, most of the sites are located on Linux servers.

Theoretically it is possible to configure the .htaccess file on Windows server as well but you need to ask your hosting company to what extent they will allow and support that.

Answer
2010-04-27 11:21:19: Adeel Akhter

Thanks a lot for the reply. Thanks a trillion :)

Answer
2010-05-10 03:01:04: Adeel Akhter

Respected Dan kindly guide me about www.xml-sitemaps.com. I generated a 26 pages file now how and where will i submit it? i searched on google submission of site map but i didnt found any site map submission pages :(. Instead i got links like

http://sitemaps.org/protocol.php
Will we have to Upload our Sitemap our site?

Answer
2010-08-31 05:28:10: Dan Richmond

Once you log in to Google Webmaster Tools you can submit your siteap in Dashboard -> Site Configuration -> Sitemaps.

Answer
2010-06-22 13:26:25: Liposuction Side Effects

Fortunately I'm with the one of the most reliable hosting company, they're fast and it really helps on my Seo perspective.

Answer
2010-08-12 13:01:45: tamika johnson

I've tried to create and add a sitemap for my blog(hosted by: blogger.com), and I'm not being able to do it. I'm I suppose to add the html code for the sitemap in my html code page on my blog site?

Answer
2010-08-31 05:24:01: Dan Richmond

A sitemap generator creates a separate xml file on your server that contains the list of all URLs of your site, like this one:

http://www.seoinpractice.com/sitemap.xml

Answer
2010-08-29 19:22:17: Antonio Tagle

Hello Dan, thank you for all this knowledge and help... I have one question, what is the difference between ror.xml and sitemap.xml, can I use both or is better just to use one. Tahnk you!

Answer
2010-08-31 05:21:35: Dan Richmond

You need to create an xml sitemap - there are many sitemap generators generators out there - and submit it to Google Webmaster tools.

Answer
2010-09-01 19:02:54: Make Money at Home

My site is only one page. But I want to add more pages. Is it reasonable to wait and when I make them to add sitemap?

Answer
2010-09-02 06:53:32: Dan Richmond

Yes, add the sitemap once you have several pages on your site.

Answer
2010-10-14 14:31:27: clinton brown

Hi Dan. I am using Website Auditor and am having a problem regarding the sitemap. The programme informs me I am duplicating page titles. When I used an online sitemap builder I had a listing like this:

http://www.undercoverband.co.za/
daily


http://www.undercoverband.co.za/index.php
daily

These are the duplicating issues. Do I need to delete one of them in my sitemap. If so why does the programme generate them like this. Also W Audit is showing me a page that no longer exist. Is this reading from a google cache or is it in live feed. It shows me I only have 2 pages indexed???? The site is chippy choppy as far as code goes although I have only recently fixed some issues. Do I need to wate the 6 weeks before it chages.?? Thanks

Answer
2010-10-14 14:38:26: clinton brown

Hi Dan. I am using Website Auditor and am having a problem regarding the sitemap. The programme informs me I am duplicating page titles. When I used an online sitemap builder I had a listing like this:

http://www.undercoverband.co.za/
daily


http://www.undercoverband.co.za/index.php
daily

These are the duplicating issues. Do I need to delete one of them in my sitemap. If so why does the programme generate them like this. Also W Audit is showing me a page that no longer exist. Is this reading from a google cache or is it in live feed. It shows me I only have 2 pages indexed???? The site is chippy choppy as far as code goes although I have only recently fixed some issues. Do I need to wate the 6 weeks before it chages.?? Thanks

Answer
2010-10-15 11:22:25: Dan Richmond

In case with duplicate titles you can simply set up a 301 redirect on one of the pages, say the "/" one and redirect it to the "index.php" page. Or add a "rel=canonical" attribute to one of them ( http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html )

If there is a page that no longer exists found and it's not taken from Google's index then most probably there is a link to that page somewhere please check that.

Answer
2010-10-18 01:21:52: kislay kumar

A Quick Sitemap generator site is http://www.freesitemapgenerator.com
just try it. it easy to use.

Kislay

Answer
2010-10-26 18:23:13: tamika johnson

what should you do, if your site doesn't allow you to upload a sitemap?
http://wwwadultfiya.blogspot.com

Answer
2010-10-27 20:23:55: GARY BRYANT

This might be important! In Yahoo, there is an emply field labeled, "Feed URL (relative to site path)" Do I leave this empty or truncate the long URL that I submitted to Google Webmaster Tools to Google, and then add the "/system/feeds/sitemap" after the .com in the empty field? Confused? Also, there is no .xml or whatever extension in the full URL in Google Webmaster Tools. Is this OK when I copy that URL and paste into these other site submissions, such as Yahoo?

Answer
2010-11-10 12:43:25: Dan Richmond

Where exactly do you see that? Here's what it says in Yahoo feed submission section:

=============

Please include the http:// prefix (for example, http://www.yahoo.com).

You can provide us a feed in the following supported formats. We do recognize files with a .gz extension as compressed files and will decompress them before parsing.

* RSS 0.9, RSS 1.0 or RSS 2.0, for example, CNN Top Stories
* Sitemaps, as documented on www.sitemaps.org
* Atom 0.3, Atom 1.0, for example, Yahoo! Search Blog
* A text file containing a list of URLs, each URL at the start of a new line. The filename of the URL list file must be urllist.txt; for a compressed file the name must be urllist.txt.gz.

=============

Answer
2010-11-16 12:22:24: GARY BRYANT

Dan,

The first one below is how my Sitemap shows up in Google Webmaster Tools. Which one should I use for Yahoo!?

http://www.mysitename.com/system/feeds/sitemap

http://www.mysitename.com

http://www.mysitename.com/system/feeds/sitemap.xml

http://www.mysitename.xml


Answer
2010-12-23 04:56:28: rod seeber

although i have shared hosting i seem to be ok in regards to the page info for my blog
http://bikinis.tv/bikini-beaches-bondi/ would be read well by the bots ?

i was told to do this via the permalinks on my wordpress

Answer
2011-01-22 04:14:22: Alessandro Brunelli

URL rewrite tools. Mmh, I never thought of them. My pages are always static. Thank you

Answer
2011-04-08 14:20:02: Edwin Rude

Google says:
1. Each URL should be unique and user friendly
--Dynamic URLs are not particularly unique, and they certainly are not user friendly--
(seoinpractice.com/search-engines-friendly.html is user friendly, and Unique but xtz.com/lessons/page-2.htm tells the user nothing at all, and would not be unique to that hypothetical website)
2. Speed of loading is one of the 200 factors Google says it looks at for ranking a page, and suggest less than 5 seconds is appropriate for a webpage.
--More words than code, use gif or png and avoid large jpegs use Google's compression tool, and if all else fails get a dedicated server

Answer
2011-04-09 09:38:03: Front Doors

Thanks to Edwin Rude for letting us know what Google likes. We'll take out our jpegs and replace them with gif and png files instead. That'll speed up our page load time. Good stuff!

Answer
2011-05-28 09:03:20: Adam Braithwaite

Wordpress makes this last step so much easier. Thank you wordpress!

Answer
2011-06-03 00:40:45: Travel Club

I agree with Adam, WordPress Rocks!!!

Answer
2011-06-11 14:36:52: kindle books

Hi Dan,

Please tell me if I am wrong.

I am using wordpress and my posts are included on the url, do i still need to re-write my URLs?

Answer
2011-11-22 09:10:12: richard nkansah

hi there,

my question is about hosting. I you have a blog can it be classified as a website and can websites that offer blogging services be considered as hosts (for hosting).

Answer
2011-11-28 11:01:27: Dan Richmond

Yes, a blog IS a website. For SEO purposes a standalone blog would be better, but you can as well a blog on a blogging platform to learn the ropes.

Answer
2011-11-28 19:38:57: richard nkansah

that's exactly what am doing, using blogging platforms to learn the ropes. thanks for making me seo knowledgeable.

Answer
2011-12-04 15:21:51: Thomas Kampling

Hello Dan,
long time since last time, but I need your advise once again. I had to use the non www. version of my site via .htacces because I added a blog inside, which only shows up thatway. Do I need to change the BL URLs I send to my LA contacts, and ask the incomings links to change URL? Or will the SEs just understand what going on?

Answer
2011-12-07 05:56:49: Elisa Clancy

You wrote the MSN doesn't offer a sitemap submission tool, but
MSN now has it, just go to bing.com and search for bing webmaster tools. I did it yesterday.

Answer