NOISSUE - Update SEO for the Website#20
Open
Musilah wants to merge 2 commits intoultravioletrs:mainfrom
Open
Conversation
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
ianmuchyri
requested changes
Apr 1, 2026
| import UseCaseDeployments from "@/components/use-cases/UseCaseDeployments"; | ||
| import UseCaseCTA from "@/components/use-cases/UseCaseCTA"; | ||
|
|
||
| const useCaseFAQs: Record<string, { question: string; answer: string }[]> = { |
Contributor
There was a problem hiding this comment.
I'm not so sure about some of these FAQs. Some seem to be answering questions regarding Prism and not cube-ai. The accuracy of some needs to be confirmed (integrations, latency values, compliance). Did you give ai proper context as to what Cube-ai is all about?
|
|
||
| export const dynamic = "force-static"; | ||
|
|
||
| const isProd = baseUrl === "https://cube.ultraviolet.rs"; |
Contributor
There was a problem hiding this comment.
Suggested change
| const isProd = baseUrl === "https://cube.ultraviolet.rs"; | |
| const isProd = baseUrl === "https://www.cube.ultraviolet.rs"; |
| images: [ | ||
| { | ||
| url: `${baseUrl}/og/cube`, | ||
| url: "/img/cube-ai-hero.png", |
Contributor
There was a problem hiding this comment.
why are you removing the open graph images?
|
|
||
| const withMDX = createMDX(); | ||
|
|
||
| const securityHeaders = [ |
Contributor
There was a problem hiding this comment.
what's the purpose of this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
This is a feature because it improves Cube website SEO coverage and metadata quality across core pages.
What does this do?
Which issue(s) does this PR fix/relate to?
N/A
Have you included tests for your changes?
Manual Testing
Did you document any new/modified features?
Notes