diff --git a/app/layout.tsx b/app/layout.tsx index 911b081..8810437 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,6 +11,7 @@ export const metadata = { description: 'Domain Digger is the easy but incredibly powerful tool for looking up and quickly inspecting DNS records, WHOIS data, SSL/TLS certificate history and other domain related data. No installation required!', openGraph: { + type: 'website', title: 'Domain Digger: DNS, WHOIS lookup & more', description: 'Domain Digger is the easy but incredibly powerful tool for looking up and quickly inspecting DNS records, WHOIS data, SSL/TLS certificate history and other domain related data. No installation required!', diff --git a/app/lookup/[domain]/layout.tsx b/app/lookup/[domain]/layout.tsx index 82ea988..89a8a2d 100644 --- a/app/lookup/[domain]/layout.tsx +++ b/app/lookup/[domain]/layout.tsx @@ -19,6 +19,7 @@ export const generateMetadata = ({ title: `Results for ${domain} - Domain Digger`, description: `Find DNS records, WHOIS data, SSL/TLS certificate history and other for ${domain}`, openGraph: { + type: 'website', title: `Results for ${domain} - Domain Digger`, description: `Find DNS records, WHOIS data, SSL/TLS certificate history and other for ${domain}`, url: process.env.SITE_URL && `${process.env.SITE_URL}/lookup/${domain}`,