diff --git a/site/Gemfile b/site/Gemfile index 9932b638e..eac36243f 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'github-pages' gem 'redcarpet' +gem 'jekyll-seo-tag' diff --git a/site/_config.yml b/site/_config.yml index eef095a53..35769c395 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -2,9 +2,12 @@ title: Velero email: author: Velero Authors -description: -url: +description: Backup and migrate Kubernetes resources and persistent volumes +url: velero.io logo: Velero.svg +twitter: + username: projectvelero + card: summary vm_logo: vm-logo.png gh_repo: https://github.com/heptio/velero markdown: redcarpet @@ -14,7 +17,7 @@ footer: title: Getting Started content: To help you get started, see the documentation. cta_title: '' - cta_url: /docs/master + cta_url: /docs cta_text: Documentation vm-link: http://vmware.github.io/ @@ -175,6 +178,7 @@ plugins: - jekyll-titles-from-headings # pull the page title from the first Markdown heading when none is specified. - jekyll-paginate # pagination object for collections (e.g. posts) - jekyll-redirect-from + - jekyll-seo-tag # Include these subdirectories include: diff --git a/site/_includes/head-docs.html b/site/_includes/head-docs.html index fa0c4d948..213090e9e 100644 --- a/site/_includes/head-docs.html +++ b/site/_includes/head-docs.html @@ -5,5 +5,5 @@ - + {% seo %} diff --git a/site/_includes/head.html b/site/_includes/head.html index 52be067af..0f091faf2 100644 --- a/site/_includes/head.html +++ b/site/_includes/head.html @@ -5,6 +5,6 @@ - {{ site.title }} {{page.title}} + {% seo %} \ No newline at end of file diff --git a/site/blog.html b/site/blog.html index 594677cc1..87315ecfe 100644 --- a/site/blog.html +++ b/site/blog.html @@ -1,6 +1,7 @@ --- layout: default title: Blog +description: Velero Blog id: blog ---
diff --git a/site/community.md b/site/community.md index 15d95960c..33670ee4c 100644 --- a/site/community.md +++ b/site/community.md @@ -1,6 +1,7 @@ --- layout: page title: Community +description: Velero Community id: community --- ## Do you want to help build Velero? diff --git a/site/docs/index.md b/site/docs/index.md index d6f2254b9..83a68cb30 100644 --- a/site/docs/index.md +++ b/site/docs/index.md @@ -1,4 +1,6 @@ --- +title: Velero Documentation +description: Velero Documentation / Velero Docs redirect_to: - LATEST --- diff --git a/site/index.html b/site/index.html index 8ffc7d84d..17c9fc9d5 100644 --- a/site/index.html +++ b/site/index.html @@ -1,6 +1,7 @@ --- layout: default id: home +description: Backup and migrate Kubernetes resources and persistent volumes backgrounds: case_study: light-blue team: dark-blue diff --git a/site/resources.md b/site/resources.md index 375b88004..ffad3da90 100644 --- a/site/resources.md +++ b/site/resources.md @@ -1,6 +1,7 @@ --- layout: page title: Resources +description: Velero Resources id: resources --- Here you will find external resources about Velero, such as videos, podcasts, and community articles. diff --git a/site/survey.md b/site/survey.md index f873c9ac9..062fd96c9 100644 --- a/site/survey.md +++ b/site/survey.md @@ -1,5 +1,6 @@ --- layout: page title: Survey +description: Velero Survey redirect_to: https://buff.ly/2YYnEQX --- \ No newline at end of file