URLs not encoded correctly?
-
The plugin ads urls without correctly encoding the & to & as specified in this Google url: https://support.google.com/webmasters/answer/35653
URL generated on the sitemap:
http://www.exampledomain.com/images/image.jpg?a=1&b=2URL should be like this:
http://www.exampledomain.com/images/image.jpg?a=1& amp;b=2(ignore whitespace after & cause that was added for the form not to remove it)
The topic ‘URLs not encoded correctly?’ is closed to new replies.