_includes/head/index.html in word-games-theme-2.3.9 vs _includes/head/index.html in word-games-theme-2.4.0

- old
+ new

@@ -8,9 +8,14 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8" /> <link rel="shortcut icon" href="{{favicon}}" /> + {%- if page.noindex -%} + <meta name="robots" content="noindex" /> + {%- endif -%} + + {% include seo.html %} <link rel="canonical" href="{{site.url | append: page.url}}"> {%- if site.keyboard -%} <meta name="keywords" content="{{site.keyboard}}" /> {%- endif -%} \ No newline at end of file