You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+37-12Lines changed: 37 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,6 @@
2
2
3
3
Jekyll SEO Tag is designed to implement SEO best practices by default and to be the right fit for most sites right out of the box. If for some reason, you need more control over the output, read on:
4
4
5
-
### Disabling `<title>` output
6
-
7
-
If for some reason, you don't want the plugin to output `<title>` tags on each page, simply invoke the plugin within your template like so:
8
-
9
-
<!-- {% raw %} -->
10
-
```
11
-
{% seo title=false %}
12
-
```
13
-
<!-- {% endraw %} -->
14
-
15
5
### Disabling `<link rel="canonical">` output
16
6
17
7
If you're using another plugin to generate canonical URLs (such as [jekyll-polyglot](https://github.com/untra/polyglot) for multilingual sites), you can disable the canonical URL output:
@@ -188,7 +178,42 @@ Which will generate following canonical_url:
0 commit comments