diff --git a/website/docs/seo.mdx b/website/docs/seo.mdx
index 5d8f6d56ed40..faebed8e2d95 100644
--- a/website/docs/seo.mdx
+++ b/website/docs/seo.mdx
@@ -24,31 +24,31 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
- headTags: [
- // Declare a preconnect tag
- {
- tagName: 'link',
- attributes: {
- rel: 'preconnect',
- href: 'https://example.com',
- },
+ },
+ headTags: [
+ // Declare a preconnect tag
+ {
+ tagName: 'link',
+ attributes: {
+ rel: 'preconnect',
+ href: 'https://example.com',
},
- // Declare some json-ld structured data
- {
- tagName: 'script',
- attributes: {
- type: 'application/ld+json',
- },
- innerHTML: JSON.stringify({
- '@context': 'https://schema.org/',
- '@type': 'Organization',
- name: 'Meta Open Source',
- url: 'https://opensource.fb.com/',
- logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
- }),
+ },
+ // Declare some json-ld structured data
+ {
+ tagName: 'script',
+ attributes: {
+ type: 'application/ld+json',
},
- ],
- },
+ innerHTML: JSON.stringify({
+ '@context': 'https://schema.org/',
+ '@type': 'Organization',
+ name: 'Meta Open Source',
+ url: 'https://opensource.fb.com/',
+ logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
+ }),
+ },
+ ],
};
```
diff --git a/website/versioned_docs/version-3.0.1/seo.mdx b/website/versioned_docs/version-3.0.1/seo.mdx
index 031ab1ddf340..4d75920f901c 100644
--- a/website/versioned_docs/version-3.0.1/seo.mdx
+++ b/website/versioned_docs/version-3.0.1/seo.mdx
@@ -24,31 +24,31 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
- headTags: [
- // Declare a preconnect tag
- {
- tagName: 'link',
- attributes: {
- rel: 'preconnect',
- href: 'https://example.com',
- },
+ },
+ headTags: [
+ // Declare a preconnect tag
+ {
+ tagName: 'link',
+ attributes: {
+ rel: 'preconnect',
+ href: 'https://example.com',
},
- // Declare some json-ld structured data
- {
- tagName: 'script',
- attributes: {
- type: 'application/ld+json',
- },
- innerHTML: JSON.stringify({
- '@context': 'https://schema.org/',
- '@type': 'Organization',
- name: 'Meta Open Source',
- url: 'https://opensource.fb.com/',
- logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
- }),
+ },
+ // Declare some json-ld structured data
+ {
+ tagName: 'script',
+ attributes: {
+ type: 'application/ld+json',
},
- ],
- },
+ innerHTML: JSON.stringify({
+ '@context': 'https://schema.org/',
+ '@type': 'Organization',
+ name: 'Meta Open Source',
+ url: 'https://opensource.fb.com/',
+ logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
+ }),
+ },
+ ],
};
```
diff --git a/website/versioned_docs/version-3.1.1/seo.mdx b/website/versioned_docs/version-3.1.1/seo.mdx
index 031ab1ddf340..4d75920f901c 100644
--- a/website/versioned_docs/version-3.1.1/seo.mdx
+++ b/website/versioned_docs/version-3.1.1/seo.mdx
@@ -24,31 +24,31 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
- headTags: [
- // Declare a preconnect tag
- {
- tagName: 'link',
- attributes: {
- rel: 'preconnect',
- href: 'https://example.com',
- },
+ },
+ headTags: [
+ // Declare a preconnect tag
+ {
+ tagName: 'link',
+ attributes: {
+ rel: 'preconnect',
+ href: 'https://example.com',
},
- // Declare some json-ld structured data
- {
- tagName: 'script',
- attributes: {
- type: 'application/ld+json',
- },
- innerHTML: JSON.stringify({
- '@context': 'https://schema.org/',
- '@type': 'Organization',
- name: 'Meta Open Source',
- url: 'https://opensource.fb.com/',
- logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
- }),
+ },
+ // Declare some json-ld structured data
+ {
+ tagName: 'script',
+ attributes: {
+ type: 'application/ld+json',
},
- ],
- },
+ innerHTML: JSON.stringify({
+ '@context': 'https://schema.org/',
+ '@type': 'Organization',
+ name: 'Meta Open Source',
+ url: 'https://opensource.fb.com/',
+ logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
+ }),
+ },
+ ],
};
```
diff --git a/website/versioned_docs/version-3.2.0/seo.mdx b/website/versioned_docs/version-3.2.0/seo.mdx
index 5d8f6d56ed40..faebed8e2d95 100644
--- a/website/versioned_docs/version-3.2.0/seo.mdx
+++ b/website/versioned_docs/version-3.2.0/seo.mdx
@@ -24,31 +24,31 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
- headTags: [
- // Declare a preconnect tag
- {
- tagName: 'link',
- attributes: {
- rel: 'preconnect',
- href: 'https://example.com',
- },
+ },
+ headTags: [
+ // Declare a preconnect tag
+ {
+ tagName: 'link',
+ attributes: {
+ rel: 'preconnect',
+ href: 'https://example.com',
},
- // Declare some json-ld structured data
- {
- tagName: 'script',
- attributes: {
- type: 'application/ld+json',
- },
- innerHTML: JSON.stringify({
- '@context': 'https://schema.org/',
- '@type': 'Organization',
- name: 'Meta Open Source',
- url: 'https://opensource.fb.com/',
- logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
- }),
+ },
+ // Declare some json-ld structured data
+ {
+ tagName: 'script',
+ attributes: {
+ type: 'application/ld+json',
},
- ],
- },
+ innerHTML: JSON.stringify({
+ '@context': 'https://schema.org/',
+ '@type': 'Organization',
+ name: 'Meta Open Source',
+ url: 'https://opensource.fb.com/',
+ logo: 'https://opensource.fb.com/img/logos/Meta-Open-Source.svg',
+ }),
+ },
+ ],
};
```