Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Search Engine Optimization (SEO) Search engine optimization , Google , Alexa , Yahoo , Site map , Spiders , Crawl , XML.

Search Engine Optimization (SEO) Thread, How to Create a Google Site Map in Marketing, Website and Domains; How to Create a Google Site Map Officially announced on June 6th, 2005 at Google'e Blog , Google Site Map ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3404


Reply
LinkBack Thread Tools Display Modes
How to Create a Google Site Map
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
11-09-2008, 07:20 AM
 
How to Create a Google Site Map

Officially announced on June 6th, 2005 at Google'e Blog, Google Site Map allows you to submit a listing of all your urls for Google to crawl.

There have been many questions concerning the procedure of creating a Google Site Map. Below is the non-Python way of creating one. (Note: Google has further documentation at their site)

First, create a file named sitemap.xml

Use the following code in any HTML editor:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.seoforgoogle.com/</loc>
<lastmod>2005-06-30T14:12:14+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.seoforgoogle.com/glossary.cfm</loc>
<lastmod>2005-06-30T14:12:14+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>



Here's a breakdown of those properties:

lastmod -
This is the date the document was last modified and uses the following formats:
dd.mm.yyyy
dd.mm.yyyy hh:mm
dd/mm/yyyy
dd/mm/yyyy hh:mm

changefreq -
Tells Google Sitemaps the frequently that content of a particular URL will change.

Your options are "always", "hourly", "daily", "weekly", "monthly", "yearly" or "never".

The value "always" should be used to describe documents that change each time they are accessed. The value "never" should be used to describe archived URLs.

priority -
The priority of a particular URL relative to other pages on your site.
You may select between 0.0 and 1.0, where 0.0 identifies the lowest priority page(s) on your website and 1.0 identifies the highest priority page(s) on your website.

Add as many pages as there are in your website.

Google Sitemap supports up to 50,000 pages per XML file.

Once you've completed all of those steps, you'll need to submit your site map page.

Submit to: (requires gmail account)

https://www.google.com/webmasters/sitemaps/login
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Search Engine Optimization (SEO) Thread, How to Create a Google Site Map in Marketing, Website and Domains; How to Create a Google Site Map Officially announced on June 6th, 2005 at Google'e Blog , Google Site Map ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3404


Bookmarks

Tags
create, google, map, site


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Create Collapsable Boxes Developer Articles 0 28-12-2008 04:22 PM
Create a Custom 404 Page Developer Articles 0 28-10-2008 04:53 PM
Create Posts Developer Articles 0 22-10-2008 02:25 AM
Google/Adsense Site Search Navbar Integration Developer Mods for 3.6.x 0 23-09-2008 01:07 AM
Create and Share with Joomla! Developer Articles 0 21-08-2008 12:31 AM