mirror of
https://github.com/ui-layouts/ui-tools.git
synced 2026-09-01 14:51:21 +08:00
Merge branch 'main' into codex/update-seo-based-on-article-recommendations-2kqv1x
This commit is contained in:
@@ -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" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -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
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user