We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
canonical
page
We'd like to write something like that
page :product, resource: product page :product_in_category, resource: product, path: product_category_path(category, path), canonical: product_path(product)
This should add a meta tag <link rel="canonical" href="#{ product_path(product) }" /> to both pages.
<link rel="canonical" href="#{ product_path(product) }" />
When option canonical is set, we should check that the given page really exists in the skeleton to avoid pointing on a 404
The text was updated successfully, but these errors were encountered:
Canonical URL's should be absolute
Sorry, something went wrong.
No branches or pull requests
We'd like to write something like that
This should add a meta tag
<link rel="canonical" href="#{ product_path(product) }" />
to both pages.When option
canonical
is set, we should check that the given page really exists in the skeleton to avoid pointing on a 404The text was updated successfully, but these errors were encountered: