Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 630c638476 | |||
| 4a6bee684c |
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const mulish = Mulish({
|
const mulish = Mulish({
|
||||||
variable: "--font-mulish",
|
variable: "--font-mulish", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "UXOverflow - AI UX Feedback Platform for Designers & Founders",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://uxoverflow.com",
|
canonical: "https://uxoverflow.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "UXOverflow - Instant UX Feedback Before Your Users Leave",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "UXOverflow dashboard with health score and analytics",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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: [
|
||||||
title: "UXOverflow - Instant UX Feedback Platform",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -2808,4 +2790,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user