-
AuthorPosts
-
November 23, 2016 at 2:18 pm #715935
Hallo,
ich veröffentliche meinen Content mittels Beiträge. Ich habe das Veröffentlichungsdatum in der live Verison ausgeblendet, aber Google zeigt es trotzdem an, da dieses als structured data im Quellcode steht. Dies kann man auch mit dem Google Structured Testing Tool sehen…
Ich würde das Datum gerne rausbekommen, so dass es nicht in den Suchergebnissen angezeigt werden.
Ich habe mal bei einem anderen Beitrag gelesen, dass es so mit der functions.php im child theme gelöst werden kann? Das funktioniert bei mir leider nicht:function jl_remove_post_dates() {
add_filter(‘the_date’, ‘__return_false’);
add_filter(‘the_time’, ‘__return_false’);
add_filter(‘the_modified_date’, ‘__return_false’);
add_filter(‘get_the_date’, ‘__return_false’);
add_filter(‘get_the_time’, ‘__return_false’);
add_filter(‘get_the_modified_date’, ‘__return_false’);
} add_action(‘loop_start’, ‘jl_remove_post_dates’);Im private Content feld findet man die URL und einen LInk zur Google Suchergebnisseite wo man sieht was ich meine.
November 24, 2016 at 8:12 am #716293Hi Eisi101!
Thank you for using Enfold.
If you want to remove the date, you can modify the inludes > loop-index.php file and remove this line.
echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
Note that it may take a while before google re-index the url so it might still display in the SERPS. You can ask google to re-crawl the url.
// https://support.google.com/webmasters/answer/6065812?hl=en
Regards,
IsmaelNovember 24, 2016 at 5:59 pm #716533Hi,
ok i put the loop-index.php in child theme and deleted this line.
In the private content section you can find a link – can you check the source code if it should work like this?
Thank you !Alex
November 25, 2016 at 2:03 pm #716840Hi,
Note that you have to place the loop-index.php file inside the includes folder on the child theme directory.
Let us know if you still need some help with this.
Best regards,
AndyNovember 25, 2016 at 7:43 pm #717018Hello Andy,
yes thank you i have the loop-index.php file in the childe theme: /includes/loop-index.php
I hope it will work and google won`t show the dates anymore, thank you!
Best regards,
AlexNovember 28, 2016 at 10:38 am #717649Hi,
alright! Note that it will take some time for Google to re-crawl your website.
Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.Best regards,
Andy -
AuthorPosts
- The topic ‘Veröffentlichungsdatum (datepublished) aus den Google Suchergebnissen entfernen’ is closed to new replies.