Skip to content

Commit 26e639e

Browse files
committed
refactor(devtools): update section titles for clarity in SEO overview
This commit modifies the titles of the 'Links' and 'JSON-LD' sections in the SEO overview to 'Links Preview' and 'JSON-LD Preview', respectively. These changes aim to enhance clarity and consistency in the presentation of SEO insights, aligning with previous updates to standardize capitalization and improve formatting across the SEO tab components.
1 parent b923405 commit 26e639e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devtools/src/tabs/seo-tab/seo-overview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ export function SeoOverviewSection(props: {
142142
title: 'Heading Structure',
143143
summary: headings,
144144
},
145-
{ id: 'links-preview', title: 'Links', summary: links },
145+
{ id: 'links-preview', title: 'Links Preview', summary: links },
146146
{ id: 'social-previews', title: 'Social Previews', summary: social },
147147
{ id: 'serp-preview', title: 'SERP Preview', summary: serp },
148-
{ id: 'json-ld-preview', title: 'JSON-LD', summary: jsonLd },
148+
{ id: 'json-ld-preview', title: 'JSON-LD Preview', summary: jsonLd },
149149
]
150150

151151
const canonicalSummary: SeoSectionSummary = {

0 commit comments

Comments
 (0)