apache / petri

Apache Petri
https://petri.apache.org/
Apache License 2.0
3 stars 5 forks source link

Add an XML sitemap #24

Closed jbampton closed 3 years ago

jbampton commented 3 years ago

"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 of the site. This allows search engines to crawl the site more efficiently and to find URLs that may be isolated from the rest of the site's content. "

https://www.sitemaps.org/protocol.html

https://en.wikipedia.org/wiki/Sitemaps

Create a sitemap at the next link:

https://www.xml-sitemaps.com/

Or:

https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap

https://pypi.org/search/?q=sitemap

How to Submit Your XML Sitemap to Google, Bing, and Yahoo:

https://www.youtube.com/watch?v=5Obj_Md33Rw

dave2wave commented 3 years ago

If I can generate a sitemap with Pelican then we can proceed, but if not then we really don't care as these pages are all static and crawlers will quickly find them.

dave2wave commented 3 years ago

I'm looking to see if we have pelican-sitemap installed.

jbampton commented 3 years ago

Yeah that looks like it should do the job 👍

dave2wave commented 3 years ago

Done. We now have a sitemap.xml