mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Added canonical link to getgreenshot.org
Head now includes link rel="canonical" element, so that public forks of the repo (duplicating our content) don't hurt our search engine ranking.
This commit is contained in:
parent
18a43e4c7c
commit
2a2c29ea5c
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
||||||
<script src="{{ '/js/vendor/jquery-3.1.1.min.js' | prepend: site.baseurl }}"></script>
|
<script src="{{ '/js/vendor/jquery-3.1.1.min.js' | prepend: site.baseurl }}"></script>
|
||||||
<script src="{{ '/js/vendor/jquery.slides.min.js' | prepend: site.baseurl }}"></script>
|
<script src="{{ '/js/vendor/jquery.slides.min.js' | prepend: site.baseurl }}"></script>
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-30035814-1']);
|
_gaq.push(['_setAccount', 'UA-30035814-1']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue