=== Hide My Dates ===
Contributors: Flector
Donate link: http://goo.gl/CcxWYg
Tags: date, time, hidden, hide, google, snippet
Requires at least: 3.0
Tested up to: 4.9.2
Stable tag: 1.03
The plugin hides post and comment publishing dates from Google.
== Description ==
The plugin uses a CSS hack to show the date – your visitors see it, but Google takes it for the "title" parameter of a "span" element and does not consider it to be a part of the page content. Therefore, the publishing date is not shown in the search snippet.
The plugin requires that the date in your theme be rendered directly though WordPress date functions.
If you liked my plugin, please rate it.
== Installation ==
1. Upload hide-my-dates folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the Plugins menu in WordPress.
3. That's all.
Plugin settings are available in "Settings\Hide My Dates".
== Frequently Asked Questions ==
= Does the plugin support localization? =
Yes, please use [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/hide-my-dates).
== Screenshots ==
1. Example post.
== Changelog ==
= 1.03 =
* minor bug fixes
= 1.02 =
* removed the bundled languages in favour of language packs from translate.wordpress.org.
= 1.01 =
* first public version