Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9721e0d

Browse files
committed
dev:updated-layout.tsx-for-consistent-branding-across-metadata
1 parent eb3df78 commit 9721e0d

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

src/app/layout.tsx

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ const inter = Inter({ subsets: ['latin'] })
1111

1212
export const metadata: Metadata = {
1313
title: {
14-
default: 'Axia Labs Research',
14+
default: 'Axia Labs Research - Blockchain Research and Development',
1515
template: '%s | Axia Labs Research'
1616
},
17-
description: 'Blockchain Research and Development Lab. Exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
18-
keywords: ['blockchain', 'research', 'interoperability', 'cryptography', 'defi', 'web3', 'protocols'],
19-
authors: [{ name: 'Axia Labs Team' }],
20-
creator: 'Axia Labs',
21-
publisher: 'Axia Labs',
17+
description: 'Axia Labs Research is a blockchain research and development lab exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
18+
keywords: ['blockchain research', 'blockchain development', 'interoperability', 'cryptography', 'defi', 'web3', 'protocols', 'axia labs'],
19+
authors: [{ name: 'Axia Labs Research Team' }],
20+
creator: 'Axia Labs Research',
21+
publisher: 'Axia Labs Research',
2222
formatDetection: {
2323
email: false,
2424
address: false,
2525
telephone: false,
2626
},
2727
metadataBase: new URL('https://axialabsresearch.github.io'),
2828
alternates: {
29-
canonical: '/',
29+
canonical: 'https://axialabsresearch.github.io',
3030
},
3131
openGraph: {
3232
type: 'website',
3333
locale: 'en_US',
3434
url: 'https://axialabsresearch.github.io',
35-
title: 'Axia Labs Research',
36-
description: 'Blockchain Research and Development Lab. Exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
35+
title: 'Axia Labs Research - Blockchain Research and Development',
36+
description: 'Axia Labs Research is a blockchain research and development lab exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
3737
siteName: 'Axia Labs Research',
3838
images: [
3939
{
@@ -46,10 +46,11 @@ export const metadata: Metadata = {
4646
},
4747
twitter: {
4848
card: 'summary_large_image',
49-
title: 'Axia Labs Research',
50-
description: 'Blockchain Research and Development Lab. Exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
49+
title: 'Axia Labs Research - Blockchain Research and Development',
50+
description: 'Axia Labs Research is a blockchain research and development lab exploring cutting-edge blockchain technology, interoperability protocols, and decentralized systems.',
5151
images: ['/icon.jpg'],
5252
creator: '@_tnxl',
53+
site: '@_tnxl',
5354
},
5455
robots: {
5556
index: true,
@@ -86,13 +87,20 @@ export default function RootLayout({
8687
dangerouslySetInnerHTML={{
8788
__html: JSON.stringify({
8889
"@context": "https://schema.org",
89-
"@type": "Organization",
90+
"@type": "ResearchOrganization",
9091
"name": "Axia Labs Research",
9192
"url": "https://axialabsresearch.github.io",
9293
"logo": "https://axialabsresearch.github.io/icon.jpg",
93-
"description": "Blockchain Research and Development Lab",
94+
"description": "Blockchain Research and Development Lab exploring cutting-edge blockchain technology and interoperability protocols",
9495
"sameAs": [
9596
"https://twitter.com/_tnxl"
97+
],
98+
"knowsAbout": [
99+
"Blockchain Technology",
100+
"Cryptography",
101+
"Interoperability Protocols",
102+
"Decentralized Systems",
103+
"Web3"
96104
]
97105
})
98106
}}

0 commit comments

Comments
 (0)