Skip to content
New issue

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

[docs] Use https for sitemap URLs #17158

Merged
merged 1 commit into from
Oct 11, 2023
Merged

[docs] Use https for sitemap URLs #17158

merged 1 commit into from
Oct 11, 2023

Conversation

hellendag
Copy link
Member

Summary & Motivation

I have a hunch that our search crawler is failing to make proper use of our sitemap.xml. I think it may be because the sitemap exclusively uses http:// URLs instead of https://, even though all of these URLs will 307 -> 302 to https.

I'm changing the sitemap generator to use https instead.

How I Tested These Changes

View sitemap.xml locally and in preview, verify that the URLs look correct.

@hellendag
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@hellendag
Copy link
Member Author

Adding @frasermarlow on here because it may have some implications for search engines.

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Deploy preview for dagster-docs ready!

Preview available at https://dagster-docs-e6p9ugy57-elementl.vercel.app
https://dish-sitemap-https.dagster.dagster-docs.io

Direct link to changed pages:

@hellendag hellendag merged commit 9eaabab into master Oct 11, 2023
1 check passed
@hellendag hellendag deleted the dish/sitemap-https branch October 11, 2023 21:34
yuhan pushed a commit that referenced this pull request Oct 12, 2023
## Summary & Motivation

I have a hunch that our search crawler is failing to make proper use of
our sitemap.xml. I think it may be because the sitemap exclusively uses
`http://` URLs instead of `https://`, even though all of these URLs will
307 -> 302 to `https`.

I'm changing the sitemap generator to use `https` instead.

## How I Tested These Changes

View sitemap.xml locally and in preview, verify that the URLs look
correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants