Page Location: /mysitemap
Page FileName: content/home/mysitemap.md
Jump to Formatted Article Close Page Source View
---
Title: MySiteMap
TitleSlug: MySitemap
xLayout: feed
XXStatus: unlisted
---

[Sitemap Yellow EXTENSION HTML](/feed/sitemap-html) 
- Layout is FULL PAGE LAYOUT.
- sitemap-html.md/sitemap.html

x[Sitemap NO EXTENSION HTML](/feed/sitemap-html) 
- Layout is FULL PAGE LAYOUT.
- sitemap-html.md/sitemap-html.html

x[Sitemap jacSelectPages](/feed/sitemap-jacselect) 
- sitemap-jacselect.md / template = default-group-sitemap


x[Sitemap XML NO EXTENSIONS XML](/feed/sitemap) 
- sitemap.md/sitemap-xml.html



# Sitemap 0.9.3

Sitemap with all pages.

## How to use a sitemap

The sitemap is available as `http://website/sitemap/` and `http://website/sitemap/page:sitemap.xml`. It's an overview of the entire website, only visible pages are included.

If you don't want that a page is visible, set `Status: unlisted` in the [page settings](https://github.com/annaesvensson/yellow-core#settings-page) at the top of a page.

## Examples

Content file with link to sitemap:    [See all pages](/sitemap/).

```
    ---
    Title: Example page
    ---
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut 
    labore et dolore magna pizza. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 
    nisi ut aliquip ex ea co
        
    [See all pages](/sitemap/).
```

Content file with unlisted page:

```
    ---
    Title: Unlisted page
    Status: unlisted
    ---
    This page is not visible in the sitemap.
```

## Settings

The following settings can be configured in file `system/extensions/yellow-system.ini`:

`SitemapLocation` = sitemap location  
`SitemapFileXml` = sitemap file name with XML information  
`SitemapPaginationLimit` = number of entries to show per page, 0 for unlimited  

The following files can be customised:

`system/layouts/sitemap.html` = layout file for sitemap  

## Developer

Anna Svensson. [Get help](https://datenstrom.se/yellow/help/).
Jump to Top Page Source Close Page Source View

Sitemap Yellow EXTENSION HTML - Layout is FULL PAGE LAYOUT. - sitemap-html.md/sitemap.html

xSitemap NO EXTENSION HTML - Layout is FULL PAGE LAYOUT. - sitemap-html.md/sitemap-html.html

xSitemap jacSelectPages - sitemap-jacselect.md / template = default-group-sitemap

xSitemap XML NO EXTENSIONS XML - sitemap.md/sitemap-xml.html

Sitemap 0.9.3

Sitemap with all pages.

How to use a sitemap

The sitemap is available as http://website/sitemap/ and http://website/sitemap/page:sitemap.xml. It's an overview of the entire website, only visible pages are included.

If you don't want that a page is visible, set Status: unlisted in the page settings at the top of a page.

Examples

Content file with link to sitemap: See all pages.

    ---
    Title: Example page
    ---
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut 
    labore et dolore magna pizza. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 
    nisi ut aliquip ex ea co

    [See all pages](/sitemap/).

Content file with unlisted page:

    ---
    Title: Unlisted page
    Status: unlisted
    ---
    This page is not visible in the sitemap.

Settings

The following settings can be configured in file system/extensions/yellow-system.ini:

SitemapLocation = sitemap location
SitemapFileXml = sitemap file name with XML information
SitemapPaginationLimit = number of entries to show per page, 0 for unlimited

The following files can be customised:

system/layouts/sitemap.html = layout file for sitemap

Developer

Anna Svensson. Get help.