You will
have to visit the google
sitemaps page and the Yahoo Site Explorer page to register and upload
your information. Once
registered you are able to submit new
"maps" of information to the spiders telling them to come and
"fetch" your content.
The easiest way to do this is via a simple text files with
all the URLs noted, line by line. This is the most basic implementation
and is stable and easy to understand. Add a new page? Add a new line
in your text file.
The limitation is that this does not "push" your
content to the search engines. To do this you require an XML feed.
Here's an example using google, although Yahoo! has a similar service.:
In order
to make this happen you have to:
1.
Create a file noting the URL's to update
in a special format and save this file
to the root directory of your server.
2.
Log in to the google sitemaps webpage
and insert the URL of your file.
The google
spider then will visit this file,
determine which pages need to be updated in the index based on the LastModified
tag, and make the
changes.
Here's a
basic sitemap code, step by step...
1.
Copy the following text into notepad:
(right-click and select all..)
You can
change the code to include the actual
URL's for your website. To add
more URL's simply copy another line of
code for each page, example:
|