A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design Web design is the skill of creating presentations of content that is delivered to an end-user through the World Wide Web, by way of a Web browser or other Web-enabled software like Internet television clients, microblogging clients and RSS readers, or a web page A webpage or web page is a document or resource of information that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a computer screen that lists the pages on a web site A website is a collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address in an Internet Protocol-based network. A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network, typically organized in hierarchical fashion. This helps visitors and search engine A web search engine is a tool designed to search for information on the World Wide Web. The search results are usually presented in a list and are commonly called hits. The information may consist of web pages, images, information and other types of files. Some search engines also mine data available in databases or open directories. Unlike Web bots Internet bots, also known as web robots, WWW robots or simply bots, are software applications that run automated tasks over the Internet. Typically, bots perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. The largest use of bots is in web spidering, in which an automated find pages on the site.
While some developers argue that site index is a more appropriately used term to relay page function, web visitors are used to seeing each term and generally associate both as one and the same. However, a site index is often used to mean an A-Z index that provides access to particular content, while a site map provides a general top-down view of the overall site contents.
Contents |
Benefits of sitemaps
Site maps can improve search engine optimization Search engine optimization is the process of improving the volume or quality of traffic to a web site from search engines via "natural" or un-paid ("organic" or "algorithmic") search results as opposed to search engine marketing (SEM) which deals with paid inclusion. Typically, the earlier (or higher) a site appears of a site by making sure that all the pages can be found. This is especially important if a site uses a dynamic access to content such as Adobe Flash Adobe Flash is a multimedia platform originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages. Flash is commonly used to create animation, advertisements, and various web page Flash components, to or JavaScript JavaScript is an object-oriented scripting language used to enable programmatic access to objects within both the client application and other applications. It is primarily used in the form of client-side JavaScript, implemented as an integrated component of the web browser, allowing the development of enhanced user interfaces and dynamic websites menus that do not include HTML HTML, which stands for Hyper Text Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to links.
They also act as a navigation aid [1] by providing an overview of a site's content at a single glance.
Most search engines will only follow a finite number of links from a page, so if the number of links is very large, the site map may be required so that search engines and visitors can access all content on the site.
XML Sitemaps
Google Google Inc. is an American public corporation, earning revenue from advertising related to its Internet search, e-mail, online mapping, office productivity, social networking, and video sharing services as well as selling advertising-free versions of the same technologies. Google has also developed an open source web browser and a mobile operating introduced Google Sitemaps The Sitemaps protocol allows a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs so web developers can publish lists of links from across their sites. The basic premise is that some sites have a large number of dynamic pages that are only available through the use of forms and user entries. The Sitemap files can then be used to indicate to a web crawler A Web crawler is a computer program that browses the World Wide Web in a methodical, automated manner. Other terms for Web crawlers are ants, automatic indexers, bots, and worms or Web spider, Web robot, or—especially in the FOAF community—Web scutter how such pages can be found. Google Google Inc. is an American public corporation, earning revenue from advertising related to its Internet search, e-mail, online mapping, office productivity, social networking, and video sharing services as well as selling advertising-free versions of the same technologies. Google has also developed an open source web browser and a mobile operating, Bing Bing is the current web search engine (advertised as a "decision engine") from Microsoft. Unveiled by Microsoft CEO Steve Ballmer on May 28, 2009 at the All Things Digital conference in San Diego, Bing is a replacement for Live Search. It went fully online on June 3, 2009, with a preview version released on June 1, 2009. With heavy, Yahoo Yahoo! Inc. is an American public corporation headquartered in Sunnyvale, California, (in Silicon Valley), that provides Internet services worldwide. The company is perhaps best known for its web portal, search engine (Yahoo! Search), Yahoo! Directory, Yahoo! Mail, Yahoo! News, advertising, online mapping (Yahoo! Maps), video sharing (Yahoo! Video) and Ask Ask.com is a search engine started in 1996 by Garrett Gruener and David Warthen in Berkeley, California. The original search engine software was implemented by Gary Chevsky from his own design. Chevsky, Justin Grant, and others built the early AskJeeves.com website around that core engine. Three venture capital firms, Highland Capital Partners, now jointly support the Sitemaps protocol.
Since MSN, Yahoo, Ask, and Google use the same protocol[2], having a Sitemap lets the four biggest search engines have the updated page information. Sitemaps do not guarantee all links will be crawled, and being crawled does not guarantee indexing. However, a Sitemap is still the best insurance for getting a search engine to learn about your entire site.[3]
XML Sitemaps have replaced the older method of "submitting to search engines" by filling out a form on the search engine's submission page. Now web developers submit a Sitemap directly, or wait for search engines to find it.
XML (extensible markup language) is much more precise than HTML coding. Errors are not tolerated, and so syntax must be exact. It is advised to use an XML syntax validator such as the free one found at: http://www.w3schools.com
Benefits of Sitemaps to Search Optimize Flash sites
Below is an example of a validated XML sitemap for a simple three page web site. Sitemaps are a useful tool for making sites built in Flash and other non-html languages search-able. Note that because the website's navigation is built with Flash (Adobe), the initial homepage of a site developed in this way would probably be found by an automated search program (ref: bot) However, the subsequent pages are unlikely to be found without an XML sitemap. You can see the original site's animated navigation here: http://www.magnity.com
XML SiteMap example:
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.magnity.com/sitemap/0.9"> <url> <loc>http://www.magnity.com</loc> <lastmod> 2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>http://www.magnity.com/?id=who</loc> <lastmod> 2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>http://www.magnity.com/?id=what</loc> <lastmod> 2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.magnity.com/?id=how</loc> <lastmod> 2009-09-22</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> </urlset>
There are automated XML site map generators available (both as software and web applications) for more complex sites.
More information defining the field operations and other Sitemap options are defined at http://www.sitemaps.org (Sitemaps.org: Google, Inc., Yahoo, Inc., and Microsoft Corporation)
See also [Robots.txt files[1] The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or robots.txt protocol, is a convention to prevent cooperating web spiders and other web robots from accessing all or part of a website which is otherwise publicly viewable. Robots are often used by search engines to categorize and archive web sites, or by webmasters to], which can be used to identify sitemaps on the server.
See also
- SEO
- XML XML is a set of rules for encoding documents electronically. It is defined in the XML 1.0 Specification produced by the W3C and several other related specifications; all are fee-free open standards
- Sitemaps The Sitemaps protocol allows a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs, a standard for URL inclusion
- Biositemap The Biositemaps Protocol allows scientists, engineers, centers and institutions engaged in modeling, software tool development and analysis of biomedical and informatics data to broadcast and disseminate to the world the information about their latest computational biology resources . The biositemap concept is based on ideas from Efficient,, a protocol for broadcasting and disseminating information about computational biology resources (data, software tools and web-services).
- PowerMapper PowerMapper is a web crawler that automatically creates a site map of a website using thumbnails of each web page. A number of map styles are available, although the cheaper Standard edition has fewer styles than the Professional edition, a tool for automatically creating site maps with thumbnails for each page
References
- ^ Site Map Usability Jakob Nielsen's Alertbox, August 12, 2008
- ^ Specification of the common XML format
- ^ Joint announcement from Google, Yahoo, Bing supporting Sitemaps
External links
- Common Official Website - Jointly maintained website by Google, Yahoo, MSN for an XML sitemap format.
- / Sitemap generators at the Open Directory Project The Open Directory Project , also known as Dmoz (from directory.mozilla.org, its original domain name), is a multilingual open content directory of World Wide Web links owned by Netscape that is constructed and maintained by a community of volunteer editors
- Tools and tutorial Helping to build a cross-systems sitemap generator.
Categories: Search engine optimization Categories: Internet search engines | Internet marketing by method | Web design
Mediapost.com
Not creating a sitemap presents problems for search engines crawling your Web site looking for content to serve up to site visitors. ...
sherisaid
hu, 29 Oct 2009 17:46:17 GM
A dynamic XML . sitemap. for your website makes it easier for bots and crawlers to identify your pages and add them to search page results, which in turn makes it easier for potential customers to find what they are searching for.
Q. I want full details with your phone numbers and I want details of this website also. Please give your website links also. I want it immediately.
Asked by Raj Priya 143 - Fri May 15 07:23:19 2009 - - 1 Answers - 0 Comments
A. I will help you in this regard. Please visit this website you will get all information you need. and also please call my master Mr.Perambur Kumar - (0) 9840860085 if you are in India. He is humble human being and excellent (expert) tutor for Google Adsense & Search Engine Optimization he will 100% help you in this regard.
Answered by Indu - Fri May 15 07:29:41 2009

