Skip to content

Commit c3bf5b1

Browse files
lunacodesmr-c
authored andcommitted
Fix #114 Remove noindex tag to fix SEO.
Also removes deprecated _config_staging.yml to avoid future confusion
1 parent f9e8e96 commit c3bf5b1

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

content/_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ social:
3232
locale: en_US
3333
# google_site_verification:
3434

35-
# google_analytics:
36-
3735
show_excerpts: false # set to true to show excerpts on the homepage
3836

3937
kramdown:

content/_config_local.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ title: CWL Local Site
22
url: "cwl.test" # the base hostname & protocol for your site, e.g. http://example.com
33
baseurl: "/"
44
port: 80
5-
staging_site: true

content/_config_staging.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/_includes/head.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<!-- site.staging_site: {{ site.staging_site }} -->
9-
{%- if site.staging_site -%}
10-
<meta name="robots" content="noindex" />
11-
{%- endif -%}
128
<link rel="sitemap" type="application/xml" title="Sitemap" href={{ "/sitemap.xml" | relative_url }}>
139

1410
{%- seo -%}

0 commit comments

Comments
 (0)