Title: jasoprano's Replies | WordPress.org

---

# jasoprano

  [  ](https://wordpress.org/support/users/jasoprano/)

 *   [Profile](https://wordpress.org/support/users/jasoprano/)
 *   [Topics Started](https://wordpress.org/support/users/jasoprano/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jasoprano/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jasoprano/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jasoprano/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jasoprano/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jasoprano/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/page/2/#post-6705123)
 * RavanH,
    Exactly as we suspected, now we have 19 images indexed (went down to
   3 when using query string params) after we rolled back the usage of query string
   parameters for image urls, but I’m not sure we will test the image urls with 
   query string params now that we found a solution not to use them, I will let 
   you know if we do so, but for now we need the images to get indexed and as fast
   as possible.
 * Will let you know if we can test this in the short future for sure, ok?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705080)
 * RavanH,
    The images are hosted by a CDN domain I’ve validated with Google cause
   after researching about it I found out that I needed to be the owner of the domain
   for that to work, after that was is that Google started indexing our images, 
   but after we made the changes to create our urls with query string parameters
   I’ve started seeing that google was removing already indexed images, so as said
   yesterday I decided to rollback our implementation of the urls having querystring
   parameters, will leave that branch LIVE for a week to see if Google starts indexing
   our images again and let you know how that goes.
 * Great to hear you already changed the plugin to encode the & the way they specified
   in their docs, I will update to that version once its live! thanks for keep checking
   on this!!!
 * I will post once I have more info about our problem and if my roll back worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705069)
 * RavanH, just to let you know I think the encoding might not be the issue, I’ve
   rolled back our usage of query string parameters for the images to see if that
   actually fixes the problem cause after encoding the url with the & amp; I still
   saw the indexed number of images reduce so it might be another issue with Google
   not liking urls for images with many querystring parameters maybe. So now the
   plugin is back with the original code, will let you know how this test goes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705033)
 * Sorry RavanH but I can’t share a link to our sitemap.
 * Basically we don’t want to use the full size image for the sitemap that is why
   we specify this query string params, so that the image we use on the sitemap 
   is a different version of the one uploaded.
 * Will let you know if Google starts indexing back the images that where lost after
   switching to this new url format so that we can confirm that the reason could
   be this encoding problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705029)
 * Because this plugin our ours stores the new url of the image from the CDN and
   then adds the query string parameters and stores that as featured and attached
   images to a post, so that we never serve urls from the WP uploaded image but 
   from the CDN image uploaded with the querystring parameters added to it specifying
   the new size and quality, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705026)
 * We have a plugin yes that generates this urls based on an image that was uploaded
   to WP and then uploaded to a CDN, we use the query string parameters so that 
   we can crop the image or resize it without having to upload a new version of 
   the image with those changes done already, so basically we upload the original
   image but then we have a service that will resize, crop, etc. depending on what
   we want to do to the image.
 * Example of one url:
    [http://domain.com/image/url/64/aHR0cDovL2Rrd2sydmh4dG55MjcuY2xvdWRmcm9udC5uZXQvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY3VmZi5wbmc=.png?mode=crop&q=90&w=640&h=644](http://domain.com/image/url/64/aHR0cDovL2Rrd2sydmh4dG55MjcuY2xvdWRmcm9udC5uZXQvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTAvY3VmZi5wbmc=.png?mode=crop&q=90&w=640&h=644)
 * Before we used to have all of those properties as part of the url and not as 
   part of the query string of the url as today. That is why before we didn’t need
   the encoding of the &.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6705023)
 * Yes,true, but after adding query params to our images urls we noticed that google
   not only stopped indexing but also the indexed number started decreasing, so 
   that is why I was concerned, so far since I’ve manually made the change so that
   it encodes the way google specifies the number of indexed images went up a bit
   again.
 * I will leave this change LIVE for one or two more days and see if the index number
   continues to go up and if it does I will leave a message here for you to consider
   the change I’ve done.
 * Thanks to you for actually caring about this and the amazing plugin. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6704972)
 * Hi RavanaH,
    The test on google webmaster tool is not failing but for some reason
   not yet found after changing our images urls to have query string params google
   stopped indexing them, I’ve just modified the plugin locally so that it encodes
   the & the way google specifies on the link provided on my first message, if after
   this change Google starts indexing our images again will let you know so you 
   can make the change I’ve done to the plugin if you approve it.
 * Will post again in a couple of days to let you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap & Google News] URLs not encoded correctly?](https://wordpress.org/support/topic/urls-not-encoded-correctly/)
 *  Thread Starter [jasoprano](https://wordpress.org/support/users/jasoprano/)
 * (@jasoprano)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/urls-not-encoded-correctly/#post-6704823)
 * Ignore, just noticed this is encoded with the & #038; code, I guess that is fine
   with Google, or I hope so.

Viewing 9 replies - 1 through 9 (of 9 total)