Sitemap (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
XML Parsing Error: not well-formed
A '''sitemap''' or '''site map''' is a list of pages of a web site within a domain.


Location: http://gnomonchronicles.com/sitemap.xml
There are three primary kinds of sitemap:


Line Number 5172, Column 58:<loc>http://gnomonchronicles.com/wiki/Dungeons_&_Dragons_(nonfiction)</loc>
* Sitemaps used during the planning of a website by its designers.
* Human-visible listings, typically hierarchical, of the pages on a site.
* Structured listings intended for web crawlers such as search engines.


https://search.google.com/
== robots.txt ==


[[Category:To do (nonfiction)]]
Specifying the Sitemap location in your robots.txt file
 
You can specify the location of the Sitemap using a robots.txt file. To do this, simply add the following line including the full URL to the sitemap:
 
Sitemap: http://www.example.com/sitemap.xml
 
This directive is independent of the user-agent line, so it doesn't matter where you place it in your file. If you have a Sitemap index file, you can include the location of just that file. You don't need to list each individual Sitemap listed in the index file.
 
You can specify more than one Sitemap file per robots.txt file.
 
Sitemap: http://www.example.com/sitemap-host1.xml
 
Sitemap: http://www.example.com/sitemap-host2.xml
 
== In the News ==
 
<gallery>
 
</gallery>
 
== Fiction cross-reference ==
 
* [[Gnomon algorithm]]
* [[Gnomon Chronicles]]
 
== Nonfiction cross-reference ==
 
* [[Gnomon Chronicles (nonfiction)]]
 
== External links ==
 
* [https://en.wikipedia.org/wiki/Site_map Site map] @ Wikipedia
* [https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap Build a sitemap] @ Google
 
=== Social media ===
 
[[Category:Nonfiction (nonfiction)]]
 
[[Category:Sitemap (nonfiction)]]
[[Category:Web design (nonfiction)]]

Latest revision as of 07:38, 3 May 2023

A sitemap or site map is a list of pages of a web site within a domain.

There are three primary kinds of sitemap:

  • Sitemaps used during the planning of a website by its designers.
  • Human-visible listings, typically hierarchical, of the pages on a site.
  • Structured listings intended for web crawlers such as search engines.

robots.txt

Specifying the Sitemap location in your robots.txt file

You can specify the location of the Sitemap using a robots.txt file. To do this, simply add the following line including the full URL to the sitemap:

Sitemap: http://www.example.com/sitemap.xml

This directive is independent of the user-agent line, so it doesn't matter where you place it in your file. If you have a Sitemap index file, you can include the location of just that file. You don't need to list each individual Sitemap listed in the index file.

You can specify more than one Sitemap file per robots.txt file.

Sitemap: http://www.example.com/sitemap-host1.xml

Sitemap: http://www.example.com/sitemap-host2.xml

In the News

Fiction cross-reference

Nonfiction cross-reference

External links

Social media