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
For all the versioned documentation pages to have canonical links to the latest documentation pages.
Canonical links are missing, which causes SEO issues.
When I do a google search like "sedona ST_DistanceSphere", the 1.4.1 docs are the first result: https://sedona.apache.org/1.4.1/api/sql/Function/
We can fix this by adding canonical links to the pages.
We can just add this to the page:
<link rel="canonical" href="https://sedona.apache.org/latest/api/sql/Function/" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
For all the versioned documentation pages to have canonical links to the latest documentation pages.
Actual behavior
Canonical links are missing, which causes SEO issues.
Example of problem
When I do a google search like "sedona ST_DistanceSphere", the 1.4.1 docs are the first result: https://sedona.apache.org/1.4.1/api/sql/Function/
We can fix this by adding canonical links to the pages.
We can just add this to the page:
The text was updated successfully, but these errors were encountered: