zhangbo f5c9921491 Add Chassis Indentify | 4 years ago | |
---|---|---|
.. | ||
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
expansive.es | 4 years ago | |
package.json | 4 years ago |
Expansive plugin to canonicalize index pages.
Provides the 'canon' service which creates canonical links for index pages to assist search engines by defining the "canonical" preferred link for an index page.
<link href="//" rel="canonical">
pak install exp-canon
canon.enable — Enable the html service to post-process HTML files.
{
services: {
'canon': {
enable: true,
}
}
}