You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all pages in python/v3 that have an equivalent in python, let's add a redirect_to and drop the content, so that Google stops indexing the old version.
The way to do this without annoying the check-ci script is to delete the content of the page and add sitemap: false and redirect_to: whatever to the front-matter, while leaving the original front-matter in place, like this plotly/graphing-library-docs@ec00d26
The text was updated successfully, but these errors were encountered:
For all pages in
python/v3
that have an equivalent inpython
, let's add aredirect_to
and drop the content, so that Google stops indexing the old version.The way to do this without annoying the
check-ci
script is to delete the content of the page and addsitemap: false
andredirect_to: whatever
to the front-matter, while leaving the original front-matter in place, like this plotly/graphing-library-docs@ec00d26The text was updated successfully, but these errors were encountered: