Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 630c638476 | |||
| 4a6bee684c |
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "UXOverflow - AI UX Feedback Platform for Designers & Founders",
|
||||
description: "Get instant AI-powered UX feedback, community insights, and expert reviews. Analyze your product's health score (0-100) across usability, accessibility, design, content, and performance in under 30 seconds.",
|
||||
keywords: "UX feedback, AI analysis, product review, designer tools, usability testing, UX audit, Nielsen heuristics",
|
||||
metadataBase: new URL("https://uxoverflow.com"),
|
||||
title: "UXOverflow - AI UX Feedback Platform for Designers & Founders", description: "Get instant AI-powered UX feedback, community insights, and expert reviews. Analyze your product's health score (0-100) across usability, accessibility, design, content, and performance in under 30 seconds.", keywords: "UX feedback, AI analysis, product review, designer tools, usability testing, UX audit, Nielsen heuristics", metadataBase: new URL("https://uxoverflow.com"),
|
||||
alternates: {
|
||||
canonical: "https://uxoverflow.com",
|
||||
},
|
||||
canonical: "https://uxoverflow.com"},
|
||||
openGraph: {
|
||||
title: "UXOverflow - Instant UX Feedback Before Your Users Leave",
|
||||
description: "AI diagnosis, community forum, and expert marketplace for designers and founders",
|
||||
url: "https://uxoverflow.com",
|
||||
siteName: "UXOverflow",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "UXOverflow - Instant UX Feedback Before Your Users Leave", description: "AI diagnosis, community forum, and expert marketplace for designers and founders", url: "https://uxoverflow.com", siteName: "UXOverflow", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png",
|
||||
alt: "UXOverflow dashboard with health score and analytics",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png", alt: "UXOverflow dashboard with health score and analytics"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "UXOverflow - Instant UX Feedback Platform",
|
||||
description: "Get AI health scores, community feedback, and expert reviews for your digital products",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png",
|
||||
],
|
||||
card: "summary_large_image", title: "UXOverflow - Instant UX Feedback Platform", description: "Get AI health scores, community feedback, and expert reviews for your digital products", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -2808,4 +2790,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user