Merge branch 'main' into codex/update-seo-based-on-article-recommendations-2kqv1x

This commit is contained in:
Naymur Rahman
2026-03-31 16:48:10 +06:00
committed by GitHub
3 changed files with 14 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function Head() {
return (
<>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://tools.ui-layouts.com/example" />
</>
);
}
+3
View File
@@ -20,6 +20,9 @@ export const metadata: Metadata = {
template: `%s - ${siteConfig.name}`,
},
metadataBase: new URL(siteConfig.url),
alternates: {
canonical: "/",
},
description: siteConfig.description,
keywords: [
"box-shadow generator",
+3 -3
View File
@@ -9,9 +9,8 @@ const PAGE_DESCRIPTION =
export const metadata: Metadata = {
title: PAGE_TITLE,
description: PAGE_DESCRIPTION,
alternates: {
canonical: "/",
},
};
export default function Home() {
@@ -21,6 +20,7 @@ export default function Home() {
name: PAGE_TITLE,
url: siteConfig.url,
description: PAGE_DESCRIPTION,
breadcrumb: {
"@type": "BreadcrumbList",
itemListElement: [