mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -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
|
@ -22,6 +22,8 @@
|
|||
|
||||
<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>
|
||||
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
|
@ -34,4 +36,4 @@
|
|||
})();
|
||||
</script>
|
||||
|
||||
</head>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue