Skip to content

Conversation

@jcailly
Copy link
Contributor

@jcailly jcailly commented Jun 23, 2025

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.

@vercel
Copy link

vercel bot commented Jun 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onruntime-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2025 9:49am

@antoinekm
Copy link
Member

antoinekm commented Jun 23, 2025

@jcailly jcailly force-pushed the jcailly/improve-metadata-for-projects-page branch from c217103 to 025d3d0 Compare June 23, 2025 12:32
@jcailly jcailly changed the title Jcailly/improve metadata for projects page 🔍 update projects and description title + add canonical link Jun 23, 2025
@jcailly jcailly changed the title 🔍 update projects and description title + add canonical link 🔍 update projects description, title and add canonical link Jun 23, 2025
@antoinekm antoinekm requested a review from Copilot June 25, 2025 07:29
Copy link
Contributor

Copilot AI left a 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.",

Copy link
Member

@antoinekm antoinekm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcailly jcailly changed the title 🔍 update projects description, title and add canonical link 🔍 update projects description, title Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants