NOISSUE - Update SEO for the Website#20
Conversation
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
| import UseCaseDeployments from "@/components/use-cases/UseCaseDeployments"; | ||
| import UseCaseCTA from "@/components/use-cases/UseCaseCTA"; | ||
|
|
||
| const useCaseFAQs: Record<string, { question: string; answer: string }[]> = { |
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?
| images: [ | ||
| { | ||
| url: `${baseUrl}/og/cube`, | ||
| url: "/img/cube-ai-hero.png", |
There was a problem hiding this comment.
why are you removing the open graph images?
There was a problem hiding this comment.
We are not removing Open Graph images. The change was to move the homepage canonical out of the global layout so inner pages don’t incorrectly inherit / as their canonical URL.
|
|
||
| const withMDX = createMDX(); | ||
|
|
||
| const securityHeaders = [ |
There was a problem hiding this comment.
what's the purpose of this?
There was a problem hiding this comment.
This defines a set og HTTP security response headers that harden the website against common browser-side attacks and unsafe embedding. We can have this across all the website pages
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
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