Skip to content
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

Fixes for technical SEO Issues (1) #1676

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Fixes for technical SEO Issues (1) #1676

wants to merge 13 commits into from

Conversation

HobbieDev24
Copy link
Contributor

What does this PR do?

Technical SEO improvements namely:

  • Changed several headings from H1 to H2 to prevent having multiple H1s on a single page
  • Added meta descriptions to a few pages that missed them
  • Corrected existing meta descriptions that were either overly long or duplicated
  • Meta descriptions duplicated

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jan 21, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-01-22 05:08:45 CET

src/routes/assets/+page.svelte Outdated Show resolved Hide resolved
src/routes/blog/[[page]]/+page.svelte Show resolved Hide resolved
src/routes/changelog/[[page]]/+page.svelte Outdated Show resolved Hide resolved
src/routes/company/+page.svelte Show resolved Hide resolved
@@ -51,7 +51,7 @@
}
const title = 'Enterprise' + TITLE_SUFFIX;
const description = DEFAULT_DESCRIPTION;
const description = "Want to learn more about Appwrite's Enterprise plan? Send us a message, and we'll propose a pricing solution that fits your unique use case.";
Copy link
Member

Choose a reason for hiding this comment

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

not 100% sure on this one.
feel free to get checked via dev-rel pr content team / lead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is more or less copied from the content that's already on the page, so I think we're good.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

src/routes/integrations/logging-sentry/+page.markdoc Outdated Show resolved Hide resolved
@@ -54,7 +54,7 @@
}
const title = 'Become a Technology Partner' + TITLE_SUFFIX;
const description = DEFAULT_DESCRIPTION;
const description = "Want to integrate your app with Appwrite's API? Apply to our Technology Partners program by filling a short form.";
Copy link
Member

Choose a reason for hiding this comment

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

Same for content confirmation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -1,6 +1,8 @@
---
layout: policy
title: Privacy Policy
description: Appwrite's privacy policy explains the purpose and scope of the data collection required to operate our business and its impact on our users.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
description: Appwrite's privacy policy explains the purpose and scope of the data collection required to operate our business and its impact on our users.
description: Appwrite's privacy policy outlines the purpose and scope of data collection necessary to operate our business and its impact on users.

Although do get a confirmation on this one too :).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

src/routes/products/functions/+page.svelte Outdated Show resolved Hide resolved
src/routes/threads/+page.svelte Outdated Show resolved Hide resolved
@HobbieDev24 HobbieDev24 requested a review from tessamero January 21, 2025 16:07
Copy link
Member

@ItzNotABug ItzNotABug left a comment

Choose a reason for hiding this comment

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

As per our internal discussions, seems ok to me. I see you've tagged Tessa for a few, I'll wait for that and then we can merge.

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.

3 participants