π₯ Release preview
Add optional optimizeSeo
flag (defaults to true
) to prevent SEO impact
π Features
- Add new optional flag
optimizeSeo
(defaults totrue
). Whentrue
, crawlers will be detected no glitch will be shown to them. This prevents duplicate content from being rendered for crawlers that execute JavaScript.- This optimization can be removed by setting
optimizeSeo
tofalse
in the options.
- This optimization can be removed by setting
π» Code quality
- Added an exclusions for SonarCloud for the
docs
pages to stop false-positive issues from being raised.
π₯ Thanks
- @AnixPasBesoin for raising the issue (#32)