-
-
Notifications
You must be signed in to change notification settings - Fork 0
🔍 update projects description, title #323
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Changed routes:
Commit eced08c (https://onruntime-website-cp3hcaygh-onruntime.vercel.app). |
c217103 to
025d3d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the metadata for the projects page by refining project descriptions and titles, and by adding canonical links to improve SEO and prevent information truncation. Key changes include:
- Refinement of short descriptions in multiple project constant files for improved clarity.
- Title and description updates in the projects metadata to match character limits.
- Addition of canonical links in both the project overview and individual project pages.
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/constants/projects/shadowbonus.ts | Modified the short description to improve clarity with a standardized comma placement. |
| src/constants/projects/kitchn.ts | Revised the short description to split information into two sentences for enhanced readability. |
| src/constants/projects/expatfacilities.ts | Updated the short description with clearer punctuation and pluralization to better describe services. |
| src/constants/projects/dark-theme-instagram.ts | Shortened the description to succinctly capture the extension’s functionality and visual style. |
| src/app/projects/page.tsx | Updated the metadata title and added a canonical link to standardize the projects overview page. |
| src/app/projects/[id]/page.tsx | Simplified the case study metadata and added a canonical link for individual project pages. |
Comments suppressed due to low confidence (6)
src/app/projects/page.tsx:7
- Adding a canonical link improves SEO and avoids potential content duplication; verify that the URL is accurate and aligned with routing expectations.
canonical: "https://onruntime.com/projects"
src/app/projects/[id]/page.tsx:30
- Including a dynamic canonical link for each project enhances consistency and SEO; double-check that the URL generation correctly reflects the project id.
canonical: `https://onruntime.com/projects/${project.id}`
src/constants/projects/shadowbonus.ts:8
- [nitpick] The updated shortDescription improves clarity with a standardized comma placement; please ensure this formatting is consistent with similar project metadata across the codebase.
shortDescription: "Plateforme d'affiliation pour streameur, spécialisée dans les bonus de casinos en ligne et box opening.",
src/constants/projects/kitchn.ts:8
- [nitpick] Splitting the description into two sentences enhances readability; verify that the revised phrasing remains within the defined character limits.
shortDescription:
src/constants/projects/expatfacilities.ts:8
- [nitpick] The revised shortDescription uses clearer punctuation and pluralization; confirm that this style aligns with established project metadata standards.
shortDescription:
src/constants/projects/dark-theme-instagram.ts:8
- [nitpick] The shortened description succinctly captures the extension’s functionality; ensure that this phrasing is consistent with other similar project descriptions.
shortDescription: "Une extension qui passe Instagram en mode sombre, comme sur iOS.",
antoinekm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![Screenshot of /projects/[id]](https://images.weserv.nl?url=https://sjc.microlink.io/xaO1aP82Q0WeuzkhvVCj41Fh9yPNuv9OhmK7eVi6F3hzVIsorADExsLvv8XnkQBYOA_KOSU7H3-RZdlBPpZytQ.png&w=600)

This modification update metadata for projects page. Add a canonical link to each project and refactor title and description to match respectiv 60 and 155 characters limit and avoid truncated informations.