Skip to content

Commit b942469

Browse files
committed
chore: update metadata descriptions for improved clarity and detail in layout and domain report pages
1 parent b63d876 commit b942469

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/[domain]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function generateMetadata({
2121

2222
return {
2323
title: `${normalized} — Domain Report`,
24-
description: `Investigate ${normalized}'s WHOIS, DNS, SSL, headers, and more.`,
24+
description: `Domainstack report for ${normalized}: WHOIS lookup, DNS & SSL scan, HTTP headers, hosting & email provider data, and SEO metadata.`,
2525
alternates: {
2626
canonical: `/${normalized}`,
2727
},

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import "./globals.css";
1414

1515
export const metadata: Metadata = {
1616
title: "Domainstack — Domain Intelligence Made Easy",
17-
description: "Investigate domains with WHOIS, DNS, SSL, headers, and more.",
17+
description:
18+
"Unlock full domain intelligence in one tool. Instantly view registration history, DNS and SSL records, HTTP headers, hosting & email details, and live SEO signals — all in one clean, fast interface.",
1819
metadataBase: new URL(BASE_URL),
1920
alternates: {
2021
canonical: "/",

0 commit comments

Comments
 (0)