Skip to content

Commit 77a1e0f

Browse files
committed
feat: add robots meta tag to improve SEO
1 parent da25e04 commit 77a1e0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ const config: Config = {
160160
{name: 'twitter:card', content: 'summary_large_image'},
161161
{name: 'twitter:site', content: '@10xscale'},
162162
{name: 'twitter:creator', content: '@10xscale'},
163+
{name: 'robots', content: 'index, follow'},
163164
],
164165
colorMode: {
165166
defaultMode: 'dark',

0 commit comments

Comments
 (0)