Pretty URLs
- Dominant language
- C#
- Stars
- 6
- Forks
- 2
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 4
Description
Keep the current URL scheme, but add a slug generated from the title that is ignored when resolving the request.
Set the canonical URL to the one with the slug.
```
https://start.sch.bme.hu/posts/1
|
V
https://start.sch.bme.hu/posts/1-hello-world
```
https://developers.google.com/search/docs/crawling-indexing/canonicalization
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the post URL routing and the code that generates canonical URLs. Verify that both /posts/1 and /posts/1-hello-world resolve to the same post, while the canonical URL uses the title-derived slug; no specific files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100