Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemaps #195

Merged
merged 13 commits into from
Dec 6, 2015
Merged

Sitemaps #195

merged 13 commits into from
Dec 6, 2015

Conversation

TakenPilot
Copy link
Contributor

New Features

  • /sitemap.txt returns list of all pages as their canonical urls
  • /sitemap.xml returns list of all pages as required by google recommendations including
    • <loc> tag is set by url property in page data as a string
    • <lastmod> tag is set by lastModified property in page data, as a timestamp (number) or a string
    • <priority> tag is set by priority property in page data as a string
    • <changefreq> tag is set by changeFrequency property in page data as a string
    • if components have a sitemap.* template, they will be rendered and included as well, as a flat list in their particular url, but only if they're at the page-level -- layout-level components will not be included. They will not be nested, and note that they count against the 50,000 entry limit for sitemaps.

Page areas that use these property names will be ignored.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c6dc04b on sitemaps into 682b3d0 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5fb39cd on sitemaps into 682b3d0 on master.

TakenPilot added a commit that referenced this pull request Dec 6, 2015
@TakenPilot TakenPilot merged commit f2ea518 into master Dec 6, 2015
@TakenPilot TakenPilot deleted the sitemaps branch December 6, 2015 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants