Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 842ee8d

Browse files
committed
update meta descriptions for /blog and /docs for better SEO.
1 parent 82b5012 commit 842ee8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ interface DocsLayoutProps {
125125
}
126126

127127
const DocsLayout: React.SFC<DocsLayoutProps> = ({ canonical, title, body}) => (
128-
<IndexLayout canonical={canonical} title={title} description="Documentation site for Gitpod.">
128+
<IndexLayout canonical={canonical} title={title} description="Explore the documentation to learn more about Gitpod.io and Gitpod Self-Hosted.">
129129
<StyledDocsLayout>
130130
<div className="row">
131131
<div className="content">

src/pages/blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const BlogPage: React.SFC<BlogPageProps> = (props) => {
9797
Date.parse(b.node.frontmatter.date) - Date.parse(a.node.frontmatter.date));
9898

9999
return (
100-
<IndexLayout canonical="/blog/" title="Blog" description="Discover articles and tutorials about Gitpod.">
100+
<IndexLayout canonical="/blog/" title="Blog" description="Visit the Gitpod blog to learn about releases, tutorials, news and more.">
101101
<StyledBlogPage>
102102

103103
{/* ----- Section Posts ----- */}

0 commit comments

Comments
 (0)