Skip to content

Conversation

@klefix
Copy link

@klefix klefix commented Nov 18, 2020

joining options with only the & character results in a URL that google will respond to with status-code: 403.
The query-string parameters in Google's snippets are encoded with & instead.
Changing this results in the same url, differently encoded, which Google responds to with status code 200.

joining options with only the '&' character results in a URL that google will respond with 403.
The query-string parameters in Google's snippets are encoded with '&' instead. 
Changing this results in the same url, differently encoded which Google responds to with status code 200;
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.

1 participant