From b8a9f8e1b0943200796f69d7916204077dd89795 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Thu, 1 Aug 2019 07:31:07 +0200 Subject: [PATCH] Add meta description for seo --- .prettierignore | 1 + content/about/browser-support.md | 1 + content/about/cli.md | 1 + content/about/demos-examples.md | 1 + content/about/libraries-addons.md | 1 + content/about/project-goals.md | 1 + content/about/we-are-using.md | 1 + content/guide/v10/api-reference.md | 1 + content/guide/v10/components.md | 1 + content/guide/v10/context.md | 1 + content/guide/v10/debugging.md | 1 + content/guide/v10/differences-to-react.md | 1 + content/guide/v10/external-dom-mutations.md | 1 + content/guide/v10/forms.md | 1 + content/guide/v10/getting-started.md | 1 + content/guide/v10/hooks.md | 1 + content/guide/v10/progressive-web-apps.md | 1 + content/guide/v10/refs.md | 1 + content/guide/v10/server-side-rendering.md | 1 + content/guide/v10/switching-to-preact.md | 1 + content/guide/v10/tutorial.md | 1 + content/guide/v10/unit-testing-with-enzyme.md | 1 + content/guide/v10/upgrade-guide.md | 1 + content/guide/v10/web-components.md | 1 + content/index.md | 1 + src/components/controllers/page/index.js | 28 +++++++++++++------ src/template.html | 1 + 27 files changed, 46 insertions(+), 8 deletions(-) diff --git a/.prettierignore b/.prettierignore index 31f0f9cb0..c6bc6d83d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ package.json content/ prism.js +template.html diff --git a/content/about/browser-support.md b/content/about/browser-support.md index 892862669..0bac3b030 100755 --- a/content/about/browser-support.md +++ b/content/about/browser-support.md @@ -1,6 +1,7 @@ --- name: Browser Support permalink: '/about/browser-support' +description: "Preact supports all modern browsers (Chrome, Firefox, Safari, Edge) and IE11 out of the box." --- # Browser Support diff --git a/content/about/cli.md b/content/about/cli.md index a04b779bb..76247f6dd 100644 --- a/content/about/cli.md +++ b/content/about/cli.md @@ -1,6 +1,7 @@ --- name: Preact CLI permalink: '/about/cli' +description: 'Learn how to use preact-cli with Preact to speed up your development workflow' --- # Preact CLI diff --git a/content/about/demos-examples.md b/content/about/demos-examples.md index fb1753c54..abae55973 100755 --- a/content/about/demos-examples.md +++ b/content/about/demos-examples.md @@ -1,6 +1,7 @@ --- name: Demos & Examples permalink: '/about/demos-examples' +description: 'Collection of demos and example Preact applications' --- # Demos & Examples diff --git a/content/about/libraries-addons.md b/content/about/libraries-addons.md index c691338b0..77c94232e 100755 --- a/content/about/libraries-addons.md +++ b/content/about/libraries-addons.md @@ -1,6 +1,7 @@ --- name: Libraries & Add-ons permalink: '/about/addons-libraries' +description: 'Collection of libraries and addons that work well with Preact' --- # Libraries & Add-ons diff --git a/content/about/project-goals.md b/content/about/project-goals.md index 2f32615bc..1daee50ae 100755 --- a/content/about/project-goals.md +++ b/content/about/project-goals.md @@ -1,6 +1,7 @@ --- name: Project Goals permalink: '/about/project-goals' +description: 'Read more about Preact's project goals' --- # Preact's Goals diff --git a/content/about/we-are-using.md b/content/about/we-are-using.md index b3f30511c..63140d454 100755 --- a/content/about/we-are-using.md +++ b/content/about/we-are-using.md @@ -2,6 +2,7 @@ name: We Are Using title: Who's using Preact? permalink: '/about/we-are-using' +description: 'Companies who are proudly using Preact' ---