Title: Changes not apply
Last modified: February 8, 2017

---

# Changes not apply

 *  Resolved [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/)
 * Hi
    I installed your plugin and tried to solve issues in structured data tool.
   I upload a publisher logo, but then understood it didn’t follow google guidelines.
   Then I changed it. But the change didn’t apply and I don’t know why. I cleared
   server cache and browser cache multiple times. Even I changed from organization
   to person, but it didn’t apply.
 * Any idea or solution?
 * *My publisher logo size is 185 × 60
    ajibtarin.com
 * Thanks
    -  This topic was modified 9 years, 4 months ago by [Amir](https://wordpress.org/support/users/repenter/).

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

 *  Plugin Author [vberkel](https://wordpress.org/support/users/vberkel/)
 * (@vberkel)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8777313)
 * Google’s Structured Data Testing Tool will temporarily (1-2 hours?) store tests
   using URL. The quickest way to confirm is to check you page source code, search
   for “ld+json”. Then confirm by either reading the code or copying it into the
   testing tool. Try that first, it’s a common issue.
 *  Thread Starter [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8777385)
 * Hey vberkel, thanks for your quick reply 🙂
    But I mean, changes not apply in
   website’s source code. For example this image is not in source code:
 * > [View post on imgur.com](https://imgur.com/hi2oF0b)
 *  Thread Starter [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8779598)
 * For example you have this line in your weblog:
 * “publisher”:{“@type”:”Organization”,”name”:”Hunch Manifest”
 * But the publisher and the logo parameters are not in my website in despite of
   using your plugin, so google still warning.
 * Why is that?
 * Thanks
 *  Plugin Author [vberkel](https://wordpress.org/support/users/vberkel/)
 * (@vberkel)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8781360)
 * Hi Amir,
 * Ok, next thing is to check that you’re on the latest version 1.4.0 of the plugin.
   There were issues in old versions, early last year with this setting that were
   fixed.
 * Also, can you resetting the field; 1) Remove the image and save 2) Re-add the
   publisher image and save. Then check the schema markup.
 * Unrelated but another issue is that I noticed your data formats are not shown
   correctly. What do you have set for WordPress date setting?
 * Regards,
    Mark
    -  This reply was modified 9 years, 4 months ago by [vberkel](https://wordpress.org/support/users/vberkel/).
 *  Thread Starter [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8781420)
 * Thanks 🙂
 * > Ok, next thing is to check that you’re on the latest version 1.4.0 of the plugin.
   > There were issues in old versions, early last year with this setting that were
   > fixed.
 * Yes, last version.
 * > Also, can you resetting the field; 1) Remove the image and save 2) Re-add the
   > publisher image and save. Then check the schema markup.
 * The parameters are not in source code, so not working unfortunately. I installed
   another schema plugin and parameters are ok there in source code.
 * > Unrelated but another issue is that I noticed your data formats are not shown
   > correctly. What do you have set for WordPress date setting?
 * Because my website is Persian, we use different calendar. So we show Shamsi calendar
   in posts, but google should fetch gregorian calendar. This is what I’m trying
   to achieve right now. For example, look here:
    [https://goo.gl/EJFTGJ](https://goo.gl/EJFTGJ)
 * The dates are ok in google, but in post it’s Shamsi. If I use a schema plugin,
   it fetches Shamsi date so google gives error.
    But I have this in my page source:
   <meta itemprop=”datePublished” content=”2017-01-14T19:45:45+03:30″/> So is there
   any way to force the schema plugin to fetch the gregorian calendar date?
 *  Plugin Author [vberkel](https://wordpress.org/support/users/vberkel/)
 * (@vberkel)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8782300)
 * The link you sent me shows schema markup in microdata format while Schema App
   uses JSON-LD. Therefore the settingin schema app would have no affect. Is this
   page a custom post? We dont currently provide any data for custom posts.
 * Thank you
 *  Thread Starter [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8782347)
 * The link wasn’t my website.
 * But there is a problem in your plugin, at least in my site which “publisher” 
   parameter didn’t appear in source code.
 * Is this correct vberkel? “datePublished”:”1395\/10\/25 19:45:45″
    Or the dates
   must be in Gregorian calendar?
 *  Plugin Author [vberkel](https://wordpress.org/support/users/vberkel/)
 * (@vberkel)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8786505)
 * Hi Amir,
 * I tested a page on your site and the publisher image is showing correctly:
    [⌊2017-02-09_11-17-54.png⌉](https://www.screencast.com/t/dwh4VlQ0)
 * Which page is the publisher parameter not appearing?
 * About the dates, Google Testing Tool and Schema.org use ISO8601 date standard
   which is based on Gregorian calendar.
 * Thanks,
    Mark
 *  Plugin Author [vberkel](https://wordpress.org/support/users/vberkel/)
 * (@vberkel)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8787171)
 * I updated the plugin to v1.4.1 today which fixes missing publisher details. Please
   check if that solves the issue.
 * Thanks,
    Mark
 *  Thread Starter [Amir](https://wordpress.org/support/users/repenter/)
 * (@repenter)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8787474)
 * Yes vberkel, perfect now, thanks 🙂

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

The topic ‘Changes not apply’ is closed to new replies.

 * ![](https://ps.w.org/schema-app-structured-data-for-schemaorg/assets/icon-128x128.
   png?rev=2377223)
 * [Schema App Structured Data](https://wordpress.org/plugins/schema-app-structured-data-for-schemaorg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/schema-app-structured-data-for-schemaorg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/schema-app-structured-data-for-schemaorg/)
 * [Active Topics](https://wordpress.org/support/plugin/schema-app-structured-data-for-schemaorg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/schema-app-structured-data-for-schemaorg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/schema-app-structured-data-for-schemaorg/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Amir](https://wordpress.org/support/users/repenter/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/changes-not-apply/#post-8787474)
 * Status: resolved