-
Notifications
You must be signed in to change notification settings - Fork 2
Description
For example, in https://www.isotc211.org/press/1997/05/14/tc211-ogc-collaborate-on-standards.html paths such as https://www.isotc211.org/press/ or https://www.isotc211.org/press/1997/ currently 404.
We probably want to specify simpler permalinks in the default configuration of jekyll-theme-isotc211 and make sure it gets inherited on TC sites (inheritance is provided by the jekyll-data plugin). For existing posts on TC sites we want to set up redirects from current URLs to new ones (using the redirect-from plugin).
Permalinks that looks like <domain>/news/<post-slug>/ should be good enough. We might want to drop the .html extension while at that (currently posts seem to be (?) resolving both with and without the extension, though this might’ve been something with my local configuration).
- Categories that currently get included in permalinks don’t have much SEO value, I think.
- There aren’t that many posts anticipated to warrant separate year/month/day date-based archive index pages. (One common news index with pagination is to be added later.)