Skip to content

Commit cb70c94

Browse files
committed
Added Canonical Tag for SEO
1 parent d59d27a commit cb70c94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_site/
22
.sass-cache/
3+
.DS_Store

_includes/_head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
{% if site.google_author %}<link rel="author" href="{{ site.google_author }}">{% endif %}
5252
{% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}">{% endif %}
5353
{% if page.noindex == true or layout.noindex == true %}<meta name="robots" content="noindex">{% endif %}
54+
<link rel="canonical" href="{{ url }}{{ page.url }}">
5455

5556

5657
<!-- Facebook Open Graph -->

0 commit comments

Comments
 (0)