Forums
(@togebi33)
6 years, 7 months ago
What if i add them to tag and category pages and hide them with css {display: block;} Can google punish me for that ?
Yeah but if i add those fields to that pages there will be a lots of stuff on page. It will be so complicated. Is there any way to block google check these stuffs on category and tag pages ?
I already posted what errors i got on that pages on first post. Google considering tag and category pages as article page.
Any help for category and tag pages ?
https://text-share.com/view/b6a43ed1#JE2WY8CRYeQeYvpjADZkivI1v3uRTbGt
I made some changes on single.php to better look. But idk what should i do for index , category and tag pages.
Last Updated : <?php the_time(); ?>
Google would punish me if i use this.
<?php get_post_modified_time( $d, $gmt, $post, $translate ); ?>
This function would be better to use.
Thanks but problem is it gives error on category , tag and index pages. Its fine on content pages. Can you check it please.
@alxmedia Anything about this problem ?