diff --git a/nuxt.config.ts b/nuxt.config.ts index e7b7ee5..f29b74c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -155,7 +155,13 @@ export default defineNuxtConfig({ 'https://twitter.com/arthurdanj', 'https://github.com/arthurdanjou', 'https://linkedin.com/in/arthurdanjou' - ] + ], + + worksFor: { + '@type': 'Organization', + 'name': 'Arthur Danjou', + 'url': 'https://arthurdanjou.fr' + } }) },