8000 fix: wrong schema markup · coreui/coreui-react@bf0eafb · GitHub
[go: up one dir, main page]

Skip to content

Commit bf0eafb

Browse files
committed
fix: wrong schema markup
1 parent e9e34e1 commit bf0eafb

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/components

1 file changed

+2
-2
lines changed

packages/docs/src/components/Seo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const SEO = ({ title, description, name, image, article }: SEOProps) => {
6161

6262
{seo.name && (
6363
<script type="application/ld+json">
64-
{`
64+
{`{
6565
"@context": "https://schema.org",
6666
"@type": "BreadcrumbList",
6767
"itemListElement": [{
@@ -75,7 +75,7 @@ const SEO = ({ title, description, name, image, article }: SEOProps) => {
7575
"name": "${seo.name}",
7676
"item": "${seo.url.replace('docs//', 'docs/')}"
7777
}]
78-
`}
78+
}`}
7979
</script>
8080
)}
8181
</Helmet>

0 commit comments

Comments
 (0)
0