Canonical URL Builder
Build canonical URL tags to prevent duplicate content.
<!-- Page: https://example.com/about --> <link rel="canonical" href="https://example.com/about" /> <!-- Page: https://example.com/about?ref=nav --> <link rel="canonical" href="https://example.com/about" /> <!-- Page: https://example.com/products?sort=price --> <link rel="canonical" href="https://example.com/products" />