Skip to content

Avoid duplicated metadescriptions#2883

Open
DH-555 wants to merge 2 commits intoappwrite:mainfrom
DH-555:patch-13
Open

Avoid duplicated metadescriptions#2883
DH-555 wants to merge 2 commits intoappwrite:mainfrom
DH-555:patch-13

Conversation

@DH-555
Copy link
Copy Markdown
Contributor

@DH-555 DH-555 commented Apr 10, 2026

What does this PR do?

Uses custom descriptions for those pages instead of using the default metadescription.
Using the same is bad for SEO and not a good practice.

DH-555 added 2 commits April 11, 2026 00:04
Added the description for the Partners page to provide details about the Appwrite Partners Program.
Added the description to provide details about the Appwrite Network.
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 10, 2026

Greptile Summary

This PR replaces the generic DEFAULT_DESCRIPTION with unique, page-specific meta descriptions on the Partners and The Appwrite Network pages to improve SEO. The change is minimal and correct — Svelte properly escapes the <50ms string in the network page description when rendering it as an HTML attribute.

Confidence Score: 5/5

Safe to merge — only two lines changed and the logic is straightforward.

Both findings are P2 style suggestions (unused imports); there are no correctness, logic, or security issues.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/partners/+page.svelte Replaces DEFAULT_DESCRIPTION with a page-specific meta description; DEFAULT_DESCRIPTION import is now unused.
src/routes/the-appwrite-network/+page.svelte Replaces DEFAULT_DESCRIPTION with a page-specific meta description; DEFAULT_DESCRIPTION import is now unused.

Comments Outside Diff (2)

  1. src/routes/partners/+page.svelte, line 4 (link)

    P2 Unused import after description change

    DEFAULT_DESCRIPTION is no longer used in this file after replacing it with the inline string. This dead import should be removed to keep the file clean.

  2. src/routes/the-appwrite-network/+page.svelte, line 7-13 (link)

    P2 Unused import after description change

    DEFAULT_DESCRIPTION is no longer used in this file after replacing it with the inline string. It should be removed from the import list.

Reviews (1): Last reviewed commit: "Enhance description for The Appwrite Net..." | Re-trigger Greptile

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.

1 participant