-
Notifications
You must be signed in to change notification settings - Fork 2k
docs: Missing page descriptions. #4980
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
Conversation
@harshsbhat is attempting to deploy a commit to the formbricks Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
WalkthroughThis pull request implements updates to the metadata across multiple documentation files. A new Suggested labels
Suggested reviewers
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/self-hosting/advanced/migration.mdx (2)
2-3
: Add Metadata Description for SEO ImprovementThe addition of the
description: "Formbrics Self-hosted version migration"
field in the front matter is a positive change. It provides a clear summary of the document’s purpose and will help improve SEO.
176-177
: Update Warning Section with Correct Support LinkThe warning message now directs users to reach out on GitHub Discussions for a custom quote. This update aligns with the PR objectives by helping users find support more effectively.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (9)
docs/development/standards/qa/testing-methodology.mdx
(1 hunks)docs/development/standards/technical/framework-usage.mdx
(1 hunks)docs/overview/open-source.mdx
(1 hunks)docs/self-hosting/advanced/migration.mdx
(2 hunks)docs/self-hosting/configuration/auth-sso/saml-sso.mdx
(1 hunks)docs/xm-and-surveys/core-features/integrations/overview.mdx
(1 hunks)docs/xm-and-surveys/surveys/link-surveys/quickstart.mdx
(1 hunks)docs/xm-and-surveys/surveys/website-app-surveys/framework-guides.mdx
(1 hunks)docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Build Formbricks-web / Build Formbricks-web
- GitHub Check: Run E2E Tests / Run E2E Tests
- GitHub Check: Run Linters / Linters
🔇 Additional comments (8)
docs/overview/open-source.mdx (1)
2-3
: SEO Metadata Field Added: The newdescription
field clearly summarizes the document’s content and purpose, which should positively impact SEO and clarity for end users.docs/development/standards/technical/framework-usage.mdx (1)
2-3
: Enhanced Metadata Clarity: Adding thedescription
field provides a concise overview of how Formbricks utilizes Next.js, Tailwind CSS, and Prisma ORM. This description aligns well with the overall documentation strategy and improves discoverability.docs/self-hosting/configuration/auth-sso/saml-sso.mdx (1)
2-4
: Clarified Title and Consistent Description: Updating the title to"SAML SSO - Self-hosted"
helps differentiate this setup from other SAML documentation, enhancing clarity for users seeking self-hosted configuration guidance. The description succinctly explains the document’s purpose.docs/xm-and-surveys/surveys/website-app-surveys/framework-guides.mdx (1)
2-3
: Metadata Enrichment and Link Correction: Introducing thedescription
field gives a clear overview of the page's content and improves SEO. Additionally, the link directing users to GitHub Discussion is correctly set, ensuring that any previously broken links are now fixed.docs/development/standards/qa/testing-methodology.mdx (1)
2-3
: Improved Metadata Standardization: Wrapping the title in quotes and adding a descriptivedescription
field creates a uniform metadata format across documentation. This not only enhances SEO but also provides a concise summary for readers.docs/xm-and-surveys/surveys/link-surveys/quickstart.mdx (1)
2-4
: Enhance Title and DescriptionChanging the title to
"Quickstart - Link Surveys"
and adding a clear description improves clarity by specifying the focus of this guide. This is excellent for both user guidance and SEO.docs/xm-and-surveys/core-features/integrations/overview.mdx (1)
2-4
: Revise Title to Reflect Content FocusUpdating the title from
"Overview"
to"Third-party Integrations"
and adding a descriptive meta tag helps set the reader’s expectations correctly and enhances the document’s discoverability via SEO.docs/xm-and-surveys/surveys/website-app-surveys/quickstart.mdx (1)
2-4
: Clarify Quickstart Document for Web & App SurveysThe new title
"Quickstart - Web & App Surveys"
coupled with a detailed description now clearly communicates the guide's purpose. This update makes it easier for users to differentiate between the various quickstart guides and boosts SEO.
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.
@harshsbhat thanks for the PR. Please fix the small typo, then we are ready to merge this :-)
What does this PR do?
For better SEO it is required to have a description for every page. Some of the pages from the docs were missing according to the report sent by Johannes. This PR adds those descriptions for better SEO. It is done for the following links:
https://formbricks.com/docs/development/standards/qa/testing-methodology
https://formbricks.com/docs/development/standards/technical/framework-usage
https://formbricks.com/docs/overview/open-source
https://formbricks.com/docs/self-hosting/advanced/migration
It also changes the 404 link of https://formbricks.com/cdn-cgi/l/email-protection#1e7671727f5e78716c737c6c777d756d307d7173 to GitHub Discussions.
How should this be tested?
Checklist
Required
pnpm build
console.logs
git pull origin main
Appreciated
Summary by CodeRabbit