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

Add sitemap section to website strategy #856

Merged
merged 5 commits into from Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions website-strategy.md
Expand Up @@ -22,13 +22,15 @@ solidproject.org is a hub for:

## Sitemap

The sitemap information is intended to help track URIs that are allocated to the resources under solidproject.org. The information *is* incomplete (as of 2024-03-05) and needs to be updated as content and URI strategy changes (see also https://github.com/solid/solidproject.org/issues/249 ). The table should take 2xx, 3xx, 4xx status codes into account for all assets, including documents and media files that are made available as well as that were available in the past ( redirect, not found, gone..).
The sitemap information is intended to help track URIs that are allocated to the resources under [`solidproject.org`](https://solidproject.org/). The information *is incomplete* (as of 2024-03-05) and will need to be updated as content and URI strategy changes (see also https://github.com/solid/solidproject.org/issues/249). The table should take 2xx, 3xx, 4xx status codes into account for all assets, including documents and media files that are newly made available, as well as those that were available in the past (redirect, not found, gone, etc.).
csarven marked this conversation as resolved.
Show resolved Hide resolved

* url: URLs of the tracked resources
* url: URL of the tracked resources
csarven marked this conversation as resolved.
Show resolved Hide resolved
* status: intended status code in response to `HTTP GET`
* design: information about the design (including architectural, presentational, behavioural) of the resource
* design: information about the design (including architectural, presentational, behavioural) of the resource
* note: supplementary notes

The table is alphabetically sorted by url.
csarven marked this conversation as resolved.
Show resolved Hide resolved

| url | status | design | notes |
| - | - | - | - |
| https://solidproject.org/ | 200 | foo | bar |
Expand Down Expand Up @@ -126,4 +128,3 @@ The sitemap information is intended to help track URIs that are allocated to the
| https://solidproject.org/TR/websocket-subscription-2021 | 200 | Uses W3C specification design patterns | - |
| https://solidproject.org/users/get-a-pod | | | |

The table is alphabetically sorted by url.