Skip to content

Commit

Permalink
Add missing og:type tag ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Sep 30, 2023
1 parent 2f29054 commit 5fe61ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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!',
Expand Down
1 change: 1 addition & 0 deletions app/lookup/[domain]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

1 comment on commit 5fe61ea

@vercel
Copy link

@vercel vercel bot commented on 5fe61ea Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.