Skip to content

Commit a53c31d

Browse files
committed
Hidden title for parsers
1 parent f2c385c commit a53c31d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/Seo/Seo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const Seo = ({ data, title, description, keywords, cover, location }) => {
6262
>
6363
{/* General tags */}
6464
<title>{title}</title>
65+
<meta name="title" content={fullTitle} />
6566
<meta name="description" content={pageDescription} />
6667
{/* OpenGraph tags */}
6768
<meta property="og:url" content={url} />

src/pages/services/mentorship.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ const HeroContent = () => (
1818
size="large"
1919
margin={{ top: "auto" }}
2020
>
21+
<Text size="inherit" color="accent" style={{ position: 'absolute', left: '-9999px', width: '1px', height: '1px', overflow: 'hidden' }}>
22+
Design systems mentorship with Varya Stepanova —
23+
</Text>
2124
<Text size="inherit" color="accent">
2225
Mentorship
2326
</Text>

0 commit comments

Comments
 (0)