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

Fix meta-descriptions #3016

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bifrost/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export const metadata: Metadata = {
title: "Helicone Blog | AI Development Insights & Best Practices",
description:
"Stay updated with the latest insights on AI development, LLM observability, and industry best practices from the team building the future of AI infrastructure.",
images: "/static/dashboard-preview.png",
images: "/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Helicone Blog | AI Development Insights & Best Practices",
description:
"Stay updated with the latest insights on AI development, LLM observability, and industry best practices from the team building the future of AI infrastructure.",
card: "summary_large_image",
images: "/static/dashboard-preview.png",
images: "/static/new-open-graph.png",
},
};

Expand Down
9 changes: 6 additions & 3 deletions bifrost/app/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export const metadata: Metadata = {
title: "Helicone Changelog | Latest Updates & New Features",
description:
"Stay up to date with Helicone's latest features, improvements, and product updates. Track our journey in building the future of LLM observability and AI infrastructure.",
images: "/static/dashboard-preview.png",
images: "/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Helicone Changelog | Latest Updates & New Features",
description:
"Stay up to date with Helicone's latest features, improvements, and product updates. Track our journey in building the future of LLM observability and AI infrastructure.",
card: "summary_large_image",
images: "/static/dashboard-preview.png",
images: "/static/new-open-graph.png",
},
};

Expand Down Expand Up @@ -133,7 +133,10 @@ export default async function Home() {
width={500}
height={300}
layout="responsive"
style={{ borderRadius: '16px', border: '1px solid #D3DCE6' }}
style={{
borderRadius: "16px",
border: "1px solid #D3DCE6",
}}
/>
) : (
<div className="bg-gray-200 w-full flex items-center justify-center"></div>
Expand Down
25 changes: 25 additions & 0 deletions bifrost/app/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ import { useState } from "react";
import { Customers } from "./customers";
import { Integrations } from "./integrations";
import { Projects } from "./projects";
import { Metadata } from "next";

export const metadata: Metadata = {
title: "Helicone Community | Open-Source Projects & Integration Partners",
description:
"Discover the innovative projects, companies, and integrations powering the Helicone community. Join our hub of cutting-edge AI developers and see how teams are building and scaling with our platform.",
icons: "https://www.helicone.ai/static/logo.webp",
openGraph: {
type: "website",
siteName: "Helicone.ai",
url: "https://www.helicone.ai/community",
title: "Helicone Community | Open-Source Projects & Integration Partners",
description:
"Discover the innovative projects, companies, and integrations powering the Helicone community. Join our hub of cutting-edge AI developers and see how teams are building and scaling with our platform.",
images: "/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Helicone Community | Open-Source Projects & Integration Partners",
description:
"Discover the innovative projects, companies, and integrations powering the Helicone community. Join our hub of cutting-edge AI developers and see how teams are building and scaling with our platform.",
card: "summary_large_image",
images: "/static/new-open-graph.png",
},
};

export type BlogStructure = {
title: string;
Expand Down
4 changes: 2 additions & 2 deletions bifrost/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ export const metadata: Metadata = {
title: "Helicone",
url: "https://www.helicone.ai",
description: "LLM-Observability for Developers",
images: "https://www.helicone.ai/static/dashboard-preview.png",
images: "https://www.helicone.ai/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Helicone",
description: "LLM-Observability for Developers",
card: "summary_large_image",
images: "https://www.helicone.ai/static/dashboard-preview.png",
images: "https://www.helicone.ai/static/new-open-graph.png",
},
};

Expand Down
26 changes: 26 additions & 0 deletions bifrost/app/privacy/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
import { Metadata } from "next";

export const metadata: Metadata = {
title: "Privacy Policy | Helicone",
description:
"Learn how Helicone safeguards your personal information. Our transparent policy outlines how we handle, protect, and respect your personal data in our AI observability platform.",
icons: "https://www.helicone.ai/static/logo.webp",
openGraph: {
type: "website",
siteName: "Helicone.ai",
url: "https://www.helicone.ai/privacy",
title: "Privacy Policy | Helicone",
description:
"Learn how Helicone safeguards your personal information. Our transparent policy outlines how we handle, protect, and respect your personal data in our AI observability platform.",
images: "/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Privacy Policy | Helicone",
description:
"Learn how Helicone safeguards your personal information. Our transparent policy outlines how we handle, protect, and respect your personal data in our AI observability platform.",
card: "summary_large_image",
images: "/static/new-open-graph.png",
},
};

const Privacy = () => {
const privacyPageSection = (
index: number,
Expand Down
26 changes: 26 additions & 0 deletions bifrost/app/terms/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
import { Metadata } from "next";

export const metadata: Metadata = {
title: "Terms of Service | Helicone",
description:
"Understand the guidelines and agreements that govern your use of Helicone's AI observability platform. Learn about our commitments, user responsibilities, and the standards that support our AI developer tools.",
icons: "https://www.helicone.ai/static/logo.webp",
openGraph: {
type: "website",
siteName: "Helicone.ai",
url: "https://www.helicone.ai/terms",
title: "Terms of Service | Helicone",
description:
"Understand the guidelines and agreements that govern your use of Helicone's AI observability platform. Learn about our commitments, user responsibilities, and the standards that support our AI developer tools.",
images: "/static/new-open-graph.png",
locale: "en_US",
},
twitter: {
title: "Terms of Service | Helicone",
description:
"Understand the guidelines and agreements that govern your use of Helicone's AI observability platform. Learn about our commitments, user responsibilities, and the standards that support our AI developer tools.",
card: "summary_large_image",
images: "/static/new-open-graph.png",
},
};

const Terms = () => {
const privacyPageSection = (
index: number,
Expand Down
Binary file added bifrost/public/static/new-open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading