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

Commit

Permalink
update meta descriptions for /blog and /docs for better SEO.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Dec 7, 2020
1 parent 82b5012 commit 842ee8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interface DocsLayoutProps {
}

const DocsLayout: React.SFC<DocsLayoutProps> = ({ canonical, title, body}) => (
<IndexLayout canonical={canonical} title={title} description="Documentation site for Gitpod.">
<IndexLayout canonical={canonical} title={title} description="Explore the documentation to learn more about Gitpod.io and Gitpod Self-Hosted.">
<StyledDocsLayout>
<div className="row">
<div className="content">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const BlogPage: React.SFC<BlogPageProps> = (props) => {
Date.parse(b.node.frontmatter.date) - Date.parse(a.node.frontmatter.date));

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

{/* ----- Section Posts ----- */}
Expand Down

0 comments on commit 842ee8d

Please sign in to comment.