Advertisement:

Author Topic: Remove date from google search result  (Read 65 times)

mehdidjo

  • Newbie
  • *
  • Posts: 31
  • https://www.algeriahome.com
Remove date from google search result
« on: June 23, 2019, 06:17:04 pm »
hello
 someone know how i can make date doesn't appear in google search result of my website. example i type something in google and when i have my website page result i can get the post date mentionned in it, i want to me make it dissapear.

thank you

vivekshan

  • Jr. Member
  • **
  • Posts: 70
Re: Remove date from google search result
« Reply #1 on: June 24, 2019, 10:00:33 pm »
Here you go....!

If you are using bender theme

just go to
oc-content/themes/bender/item.php

remove this line

<div>
                <?php if ( osc_item_pub_date() !== '' ) { printf( __('<strong class="publish">Published date</strong>: %1$s', 'bender'), osc_format_date( osc_item_pub_date() ) ); } ?>
                </div>

and this will remove the date from your page and when google crawl your page again. They will remove the date from their search results.

and if this helps please mark this thread as solved