Hi, i have an blog on Wordpress.org and i have a problem: when my blog appear in google results, it appear like that: My Title (exemple) May 17, 2009 ... Description.. Description...Description...Description...Description www.My-Urlll.com(ex.) My problem is that at begining of site Description it appear this time and date, while my competition don't have this issues. What can i do to remove this date and time? Thank you.
it's default value of meta plugin so you need to change that value with the use of below source code.. http://codex.wordpress.org/Post_Meta_Data_Section#Changing_the_Time_and_Date
You can make changes in you wordpress code files. Just remove the date and time options and your will not get it in your description.
thanks for help, well i'm not a professional in sites area, so i want to ask you: i should go in Editor then i make changes in my index.php, right? i should remove from here <?php the_time('l, F jS, Y') ?> , right? This changes wich i want to make, will not affect in various ways my site, my position in search results? Thank you again.
You can find solution of your query at http://www.dollarshower.com/how-to-remove-date-stamp-from-google-serp-description/ This is a great resource and provide every information to remove the time stamp from the SERPs. Please do let me know if you have any issues.
In a blog, date and time is the most important part. You can use JS to display the date and time so that crawlers can not read that section rather than complete removal of time stamp.