From 6764cd961f0e6f42ff4a5299a78592f6b36dffc6 Mon Sep 17 00:00:00 2001
From: Alexander Graf <mail@agraf.me>
Date: Thu, 22 Mar 2018 16:07:19 +0100
Subject: [PATCH] Tweak documentation description html meta tags

---
 docs/as-module.rst   | 4 ++--
 docs/basic-usage.rst | 7 +++++++
 docs/index.rst       | 7 ++++---
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/docs/as-module.rst b/docs/as-module.rst
index ed8b61e..f936abd 100644
--- a/docs/as-module.rst
+++ b/docs/as-module.rst
@@ -1,7 +1,7 @@
 .. meta::
    :description:
-      Instaloader can also be used as a powerful and easy-to-use
-      Python API for Instagram, allowing to download media and metadata.
+      Documentation of Instaloader module, a powerful and easy-to-use
+      Python library to download Instagram media and metadata.
 
 Python Module :mod:`instaloader`
 --------------------------------
diff --git a/docs/basic-usage.rst b/docs/basic-usage.rst
index e646a5e..9175929 100644
--- a/docs/basic-usage.rst
+++ b/docs/basic-usage.rst
@@ -1,3 +1,10 @@
+.. meta::
+   :description:
+      How to download pictures from Instagram. Description of basic
+      usage of Instaloader, free tool to download photos from public
+      and private profiles, hashtags, stories, feeds, saved media, and
+      their metadata, comments and captions.
+
 Download Pictures from Instagram
 ---------------------------------
 
diff --git a/docs/index.rst b/docs/index.rst
index d3a7e37..e18ac7e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,9 @@
 .. meta::
    :description:
-      Command line tool to download pictures (and videos) from Instagram.
-      Instaloader downloads public and private profiles, hashtags, user stories,
-      feeds, saved media, comments, geotags, captions and other metadata of each post.
+      Free command line tool to download photos from Instagram.
+      Scrapes public and private profiles, hashtags, stories, feeds,
+      saved media, and their metadata, comments and captions.
+      Written in Python.
 
 Instaloader
 ===========