Skip to content

Commit dfec9f2

Browse files
committed
feat: add Google Search Console verification meta tag
1 parent 9c5e730 commit dfec9f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ import '../styles/globals.css';
88

99
export const metadata: Metadata = {
1010
title: 'RepoTree - ASCII Tree Generator',
11-
description: 'RepoTree is a web app for generating an ASCII tree from a GitHub URL.',
11+
description: 'RepoTree is a web app for generating an ASCII tree from a GitHub or GitLab URL.',
1212
authors: [{ name: 'Ralph Rosael' }],
13+
verification: {
14+
// Google Search Console
15+
google: 'T1eSo0As2QM6eFiFVR-rfDwCxNa_oMVNVgoSDqZNk4U',
16+
},
1317
};
1418

1519
export default function RootLayout({

0 commit comments

Comments
 (0)