diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 9512f39..56aceed 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -15,7 +15,7 @@ export default defineConfig({ src: './src/assets/logo.png' }, favicon: 'logo.png', - description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete', + description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire', editLink: { baseUrl: 'https://github.com/maelgangloff/domain-watchdog/edit/develop/docs/' }, @@ -56,6 +56,13 @@ export default defineConfig({ } }, head: [ + { + tag: 'meta', + attrs: { + name: 'keywords', + content: 'Domain Watchdog, RDAP, WHOIS, domain monitoring, domain history, domain expiration, domain tracker' + }, + }, { tag: 'meta', attrs: {name: 'twitter:card', content: 'summary'}, @@ -68,6 +75,10 @@ export default defineConfig({ tag: 'meta', attrs: {property: 'og:image', content: BASE_URL + '/logo.png'}, }, + { + tag: 'meta', + attrs: {property: 'og:image:alt', content: 'Domain Watchdog logo'}, + }, { tag: 'script', attrs: {type: 'text/javascript'}, diff --git a/docs/src/content/docs/en/index.mdx b/docs/src/content/docs/en/index.mdx index 174b625..bfe385b 100644 --- a/docs/src/content/docs/en/index.mdx +++ b/docs/src/content/docs/en/index.mdx @@ -1,6 +1,6 @@ --- title: Domain Watchdog -description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they are delete +description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire template: splash hero: tagline: Your companion in the quest for domain names 🔍