diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-08-08 12:40:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-08-08 12:40:45 -0400 |
commit | 08c32bdc71c5b2e8ab5b25c844e090873e9b0f3b (patch) | |
tree | 8a03a14f54917430c2f13573a9cb4ad34c83e66f /_includes/meta.liquid | |
parent | ae7ca30a034713f84a30edb8d1a2c531a2b885b9 (diff) | |
download | carpentertutoring-08c32bdc71c5b2e8ab5b25c844e090873e9b0f3b.tar.xz carpentertutoring-08c32bdc71c5b2e8ab5b25c844e090873e9b0f3b.zip |
better SEO with page title and description
Diffstat (limited to '_includes/meta.liquid')
-rw-r--r-- | _includes/meta.liquid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/meta.liquid b/_includes/meta.liquid index c969248..3a30cc8 100644 --- a/_includes/meta.liquid +++ b/_includes/meta.liquid @@ -1,6 +1,7 @@ <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> +<meta name="description" content="Carpenter Tutoring offers subject tutoring, time management, academic coaching, and college prep. My services are available in-person throughout Hampton Roads, VA and online throughout the country."> <meta property="og:description" content="{{ page.description }}" /> <meta property="og:image" |