diff --git a/content/docs/quickstart.md b/content/docs/quickstart.md
index 625fae2..a998cca 100644
--- a/content/docs/quickstart.md
+++ b/content/docs/quickstart.md
@@ -1,8 +1,9 @@
 ---
 title: Quick start
-description: Get started with gRPC.
+robots: noindex, nofollow
 ---
 
-There is a quick start for each gRPC supported language with accompanying sample
-code for a simple "Hello World" example for you to explore and update. Select a
-[language](/docs/languages/) to get started.
+Select a [language][] or [platform][], then choose its **Quick start**.
+
+[language]: {{< relref "languages" >}}
+[platform]: {{< relref "platforms" >}}
diff --git a/content/docs/tutorials.md b/content/docs/tutorials.md
index 321dec6..8b5babf 100644
--- a/content/docs/tutorials.md
+++ b/content/docs/tutorials.md
@@ -1,6 +1,9 @@
 ---
 title: Tutorials
+robots: noindex, nofollow
 ---
 
-Each language / platform has **tutorial** pages. Select a
-[language](/docs/languages) to view available tutorials.
+Select a [language][] or [platform][] to view available tutorials.
+
+[language]: {{< relref "languages" >}}
+[platform]: {{< relref "platforms" >}}
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index df8fac0..f3a6e45 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -1,9 +1,9 @@
-{{ $url     := .Permalink }}
-{{ $title   := cond .IsHome site.Title .Title }}
-{{ $type    := cond .IsHome "website" "article" }}
-{{ $desc    := .Param "description" }}
-{{ $twitter := site.Params.social.twitter_handle }}
-{{ $img     := "img/logos/grpc-icon-color.png" | absURL }}
+{{ $url     := .Permalink -}}
+{{ $title   := cond .IsHome site.Title .Title -}}
+{{ $type    := cond .IsHome "website" "article" -}}
+{{ $desc    := .Param "description" -}}
+{{ $twitter := site.Params.social.twitter_handle -}}
+{{ $img     := "img/logos/grpc-icon-color.png" | absURL -}}
 {{ $imgAlt  := printf "%s color logo" site.Title }}
 
 
@@ -13,20 +13,21 @@
 {{ end -}}
 
 
-
+{{ with $.Params.Robots -}}
+
+{{ end -}}
 {{/* Twitter Card metadata */}}
 
 
 
 
 
-
 {{/* OpenGraph metadata */}}
 
 
-{{ with $desc }}
+{{ with $desc -}}
 
-{{ end }}
+{{ end -}}