From 10621771f4a63bd66f9c0260f61520997719499a Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Tue, 13 May 2014 11:15:10 -0500 Subject: [PATCH] Add meta keywords and description tags --- views/includes/head.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/includes/head.jade b/views/includes/head.jade index 95cda71..05b25f5 100644 --- a/views/includes/head.jade +++ b/views/includes/head.jade @@ -2,6 +2,8 @@ title Lunch Run Me! 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="keywords",content="lunch,lunch run,office lunch") +meta(name="description",content="Organize a lunch run in less than a minute. All you need to know is who you want to invite and where you want to go.") // STYLES link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")