matrix-org / matrix-org/matrix-viewer
Add pagination metadata to the `<head>`
Open
A-archive-room-view
T-Enhancement
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Add pagination metadata to the `` for next day, previous day.
https://developers.google.com/search/blog/2011/09/pagination-with-relnext-and-relprev
```
```
Spec: https://html.spec.whatwg.org/multipage/links.html#sequential-link-types
Contributor guide
Research direction
Start by locating the code that renders paginated room-history pages and assembles their HTML head. Read the linked Google pagination guidance and HTML spec, then add previous-day and next-day metadata where applicable. Done means the generated head contains correct rel="prev" and rel="next" links for adjacent pages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100