From b832c9d7daf1ac21e5b6d2dd0876a3b1206321b2 Mon Sep 17 00:00:00 2001 From: Joshua-Hess Date: Tue, 31 May 2016 11:34:29 -0400 Subject: [PATCH 1/3] Updated README Added 4 explanations for the minimal tags at the top --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 81555e6..7ee4f4a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,16 @@ A collection of HTML head elements. Below are the essential tags for basic, minimalist websites: ```html + + + + + + + Page Title ``` From 8c8c61752f0623c423587c8768219f2e07cb61dd Mon Sep 17 00:00:00 2001 From: Joshua-Hess Date: Tue, 31 May 2016 14:59:14 -0400 Subject: [PATCH 2/3] Added meanings for meta tags in README Most info for the meta tags found at: http://www.metatags.org/ Info for deprecated and lesser known tags found here: http://www.johnfdoherty.com/meta-descriptions-that-will-not-help-seo/ --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index 7ee4f4a..68b1ae1 100644 --- a/README.md +++ b/README.md @@ -48,26 +48,68 @@ Below are the essential tags for basic, minimalist websites: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 912013cd8421c23a826e93e362afa527072b8158 Mon Sep 17 00:00:00 2001 From: Joshua Hess Date: Tue, 31 May 2016 15:26:56 -0400 Subject: [PATCH 3/3] Got rid of comments in minimal section --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 68b1ae1..e25b8fb 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,9 @@ A collection of HTML head elements. Below are the essential tags for basic, minimalist websites: ```html - - - - - - - Page Title ```