Title: Remove datePublished
Last modified: January 25, 2023

---

# Remove datePublished

 *  Resolved [abc_2025](https://wordpress.org/support/users/motionskicken/)
 * (@motionskicken)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-datepublished/)
 * Hi,
   I have problems that Google displays a wrong date snippet in the search results.
   I couldn’t understand where the date came from until I, after some googling and
   testing, noticed that Google uses the date from the latest published Review which
   is quiet annoying if you e.g. are hosting an event once a year and then the date
   from the review for last years event is shown in the search snippet. Is there
   a way to change/remove datePublished for the reviews?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-datepublished%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [pear8398](https://wordpress.org/support/users/pear8398/)
 * (@pear8398)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16411479)
 * Hi,
 * Thank you for using CusRev.
 * Our plugin does not support an option to remove the date publish of reviews. 
   If you are familiar with coding, you can follow this solution [How to Override Default Templates](https://help.cusrev.com/support/solutions/articles/43000608018-how-to-override-default-templates)
   
   to know how to override the default templates of our plugin.
 * Or use this custom CSS code to hide the date
 *     ```
       #reviews .commentlist li p.meta time.woocommerce-review__published-date {
           display: none;
       }
       ```
   
 * Let me know if it helps.
 *  Thread Starter [abc_2025](https://wordpress.org/support/users/motionskicken/)
 * (@motionskicken)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16411840)
 * Hi,
   Thanks for the reply, but the CSS only hides it from the website and not 
   from Google’s crawling, right?In the Override template, which template contains
   the datePublished that i need to copy to the child theme?BR
    -  This reply was modified 3 years, 4 months ago by [abc_2025](https://wordpress.org/support/users/motionskicken/).
 *  Plugin Support [pear8398](https://wordpress.org/support/users/pear8398/)
 * (@pear8398)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16421443)
 * Hi,
 * Thanks for your additional information.
 * >> Thanks for the reply, but the CSS only hides it from the website and not from
   Google’s crawling, right?
    I think yes. You can also read more on these URLs 
   [https://bayareaseosolutions.com/2015/11/30/does-google-crawl-css-displaynone-content/](https://bayareaseosolutions.com/2015/11/30/does-google-crawl-css-displaynone-content/)
   [https://pageoptimizer.pro/will-google-index-content-hidden-by-css/](https://pageoptimizer.pro/will-google-index-content-hidden-by-css/)
   You can also contact Google support for more information.
 * >> In the Override template, which template contains the datePublished that i
   need to copy to the child theme?
    You can take a look at two files wp-content/
   plugins/customer-reviews-woocommerce/templates/review-meta.php wp-content/plugins/
   customer-reviews-woocommerce/templates/cr-review.php and see if it helps.
 *  Thread Starter [abc_2025](https://wordpress.org/support/users/motionskicken/)
 * (@motionskicken)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16424132)
 * Hi,
   ok thanks!How would overriding the template affect Google Crawling? Would
   Google still find the datePublished?
 *  Plugin Support [pistachio6321](https://wordpress.org/support/users/pistachio6321/)
 * (@pistachio6321)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16497406)
 * Could you please clarify if you refer to the ‘datePublished’ property from Schema.
   org or to the html element which is showing the date when a review was published?
 *  Plugin Support [bagel1317](https://wordpress.org/support/users/bagel1317/)
 * (@bagel1317)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16547077)
 * We haven’t heard from you for more than two weeks. For this reason, I’ll assume
   that either you are not interested in this question/problem anymore or it has
   been resolved. If you still require any help, please start a new forum topic.
 *  [defin1eye](https://wordpress.org/support/users/defin1eye/)
 * (@defin1eye)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16871565)
 * Hi there,
 * Trying to hide the date for submitted reviews using the css code snippet provided
   in the thread – however it is not working. Are there alternatives or has there
   been an update in the backend affecting this snippet?
   #reviews .commentlist li
   p.meta time.woocommerce-review__published-date { display: none; }ThanksTerry

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

The topic ‘Remove datePublished’ is closed to new replies.

 * ![](https://ps.w.org/customer-reviews-woocommerce/assets/icon-256x256.png?rev
   =2532349)
 * [Customer Reviews for WooCommerce](https://wordpress.org/plugins/customer-reviews-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/customer-reviews-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/customer-reviews-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/customer-reviews-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/customer-reviews-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/customer-reviews-woocommerce/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [hide](https://wordpress.org/support/topic-tag/hide/)

 * 7 replies
 * 5 participants
 * Last reply from: [defin1eye](https://wordpress.org/support/users/defin1eye/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/remove-datepublished/#post-16871565)
 * Status: resolved