diff --git a/admin/bsf-analytics/class-bsf-analytics.php b/admin/bsf-analytics/class-bsf-analytics.php index b3ce8e1..46424e9 100644 --- a/admin/bsf-analytics/class-bsf-analytics.php +++ b/admin/bsf-analytics/class-bsf-analytics.php @@ -208,7 +208,7 @@ public function option_notice() { } /* translators: %s product name */ - $notice_string = __( 'Want to help make %1s even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ', 'all-in-one-schemaorg-rich-snippets' ); + $notice_string = wp_kses_post(__( 'Want to help make %s even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ', 'all-in-one-schemaorg-rich-snippets' )); if ( is_multisite() ) { $notice_string .= __( 'This will be applicable for all sites from the network.', 'all-in-one-schemaorg-rich-snippets' ); diff --git a/admin/index.php b/admin/index.php index 78999e8..7340cae 100644 --- a/admin/index.php +++ b/admin/index.php @@ -106,7 +106,7 @@ function rich_snippet_dashboard() {
' . esc_html__( 'You can use the standard Google Structured Data Testing Tool to test your schema markup implementation. You can also take a look at the preview of how your search result might look.', 'all-in-one-schemaorg-rich-snippets' ) . ' Click Here.
' . esc_html__( 'No. But, every schema type has some fields that HAVE to be filled as stated by Google. Therefore, it is recommended to fill these required fields in the schema markup you are implementing.', 'all-in-one-schemaorg-rich-snippets' ) . '
We understand that you don't like the content that gets displayed on your page / post. However, as per the strong recommendation of Google, MicroData should be clearly visible to the user.
-Here is a reference link of what Google says. https://sites.google.com/site/webmasterhelpforum/en/faq-rich-snippets#display
-If you still do not want your schema markup to affect your frontend design, you can use Schema Pro - our advanced Schema markup plugin that is built with the latest JSON- LD technology which does not require a content box to be displayed on the front-end.
+' . esc_html__( 'We understand that you don\'t like the content that gets displayed on your page / post. However, as per the strong recommendation of Google, MicroData should be clearly visible to the user.', 'all-in-one-schemaorg-rich-snippets' ) . '
+' . esc_html__('Here is a reference link of what Google says: ', 'all-in-one-schemaorg-rich-snippets') . ' https://sites.google.com/site/webmasterhelpforum/en/faq-rich-snippets#display
+' . sprintf(esc_html__( 'If you still do not want your schema markup to affect your frontend design, you can use %1$sSchema Pro%2$s - our advanced Schema markup plugin that is built with the latest JSON-LD technology which does not require a content box to be displayed on the front-end.', 'all-in-one-schemaorg-rich-snippets' ),'','') . '
Well, the plugin works perfectly with most of the other plugins as the only thing "All in One Schema.org Rich Snippets" does is - it gives you power to add Rich Snippets MicroData to your pages and posts easily.
If you come across a conflict with any other plugin, please do not hesitate to report an issue.
' . esc_html__( 'Well, the plugin works perfectly with most of the other plugins as the only thing "All in One Schema.org Rich Snippets" does is - it gives you power to add Rich Snippets MicroData to your pages and posts easily.', 'all-in-one-schemaorg-rich-snippets' ) . '
' . esc_html__( 'If you come across a conflict with any other plugin, please do not hesitate to report an issue.', 'all-in-one-schemaorg-rich-snippets', 'all-in-one-schemaorg-rich-snippets' ) . '
We cannot assure the time it will take to display a rich snippet for your search results. This is completely dependent on when your website is crawled by the search engine. However, there are many more factors, such as your website authority that contribute to the time taken for your website to be crawled and a rich snippet displayed.
-If rich snippets are not appearing in your search results as of yet, most probably they might start appearing as soon as Google or other search engines find your website more authoritative.
-Meanwhile - you can validate and see the preview of your rich snippets on [ Google Structured Data Testing Tool ] .
+' . esc_html__( 'We cannot assure the time it will take to display a rich snippet for your search results. This is completely dependent on when your website is crawled by the search engine. However, there are many more factors, such as your website authority that contribute to the time taken for your website to be crawled and a rich snippet displayed.', 'all-in-one-schemaorg-rich-snippets' ) . '
+' . esc_html__( 'If rich snippets are not appearing in your search results as of yet, most probably they might start appearing as soon as Google or other search engines find your website more authoritative.', 'all-in-one-schemaorg-rich-snippets' ) . '
+' . sprintf(esc_html__( 'Meanwhile - you can validate and see the preview of your rich snippets on %1$s[ Google Structured Data Testing Tool ]%2$s.', 'all-in-one-schemaorg-rich-snippets' ),'','') . '
' . wp_kses_post( __( "Get in touch with us to ask if this feature is in our development roadmap. If it is not in our roadmap, and if you still think this feature would make the plugin better, we have a couple of options for you:", 'all-in-one-schemaorg-rich-snippets' ) ) . '
@@ -801,7 +801,7 @@ function rich_snippet_dashboard() {