'; echo '

'.__("All in One Schema.org Rich Snippets - Dashboard","rich-snippets").'

'; echo '
'; echo '

'.__("Item Review","rich-snippets").'

'.__("Strings to be displayed on frontend for Item Review Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Events","rich-snippets").'

'.__("Strings to be displayed on frontend for Events Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Person","rich-snippets").'

'.__("Strings to be displayed on frontend for Person's Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Product","rich-snippets").'

'.__("Strings to be displayed on frontend for Product Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Recipe","rich-snippets").'

'.__("Strings to be displayed on frontend for Recipe Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Software Application","rich-snippets").'

'.__("Strings to be displayed on frontend for Software Application Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Video","rich-snippets").'

'.__("Strings to be displayed on frontend for Video Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'

'.__("Article","rich-snippets").'

'.__("Strings to be displayed on frontend for Article Rich Snippets —","rich-snippets").'

   '.__('Reset ','rich-snippets').'
'.get_support(1).'

'.__("Usage Instructions","rich-snippets").'

'.get_support(2).'

'.__("Plugins FAQs","rich-snippets").'

  1. '.__("Where I can see preview of my search results?","rich-snippets").'
  2. '.__("Here: http://www.google.com/webmasters/tools/richsnippets","rich-snippets").'

  3. '.__("Do I have to fill in all the details?","rich-snippets").'
  4. '.__("No. Though some fields are mandatory and required to by Google in order to display rich snippet.","rich-snippets").'

  5. '.__("Why does the plugin create extra content at the end of my page / post? Can I simply hide / customise it? It's messing my design! ","rich-snippets").'
  6. '.__("We understand you don't like the content that gets displayed on your page / post. However as per the strong recommendation of Google, the MicroData should be clearly visible to the user.","rich-snippets").'

    '.__("Here is a reference link of what Google says. https://sites.google.com/site/webmasterhelpforum/en/faq-rich-snippets#display","rich-snippets").'

    '.__("If you don't like the default design the content box created by plugin, you can always customise it or edit CSS located here or request professional service at $25", "rich-snippets").'

  7. '.__(" How does this plugin work with other plugins like WordPress SEO, wooCommerce, etc?","rich-snippets").'
  8. '.__('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 give you power to add Rich Snippets MicroData in your pages and posts easily.

    If you find any it conflicting with any other plugin, please do not hesitate to report an issue.','rich-snippets').'

  9. '.__("How much time does it take to show up rich snippets for my search results? My search results are still not coming up with rich snippets.","rich-snippets").'
  10. '.__("Most probably rich snippets are displayed in for you search results as soon as search engines crawl the MicroData the plugin has created. However it's totally upto search engines to display rich snippets for your search result (which mostly depends on your website authority)","rich-snippets").'

    '.__("If rich snippets are not appearing in your search results yet, most probably they will start appearing soon as Google / other search engines finds your website more authoritative.","rich-snippets").'

    '.__("Meanwhile - you can validate and see preview of your rich snippets on [Google Structured Data Testing Tool here] .","rich-snippets").'

  11. '.__(" I don't see the feature I want. How can I get it?","rich-snippets").'
  12. '.__("[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 to better, we have a couple of options for you -","rich-snippets").'

    1. '.__('Code the new feature if you are a developer and submit your code. If we include this feature in our releases, credits will be given to you.', 'rich-snippets').'
    2. '.__(' Offer a sponsorship to get this feature done for all plugin users OR request a professional customisation service.', 'rich-snippets').'
  13. '.__("Is Google Authorship part of your plugin as well?","rich-snippets").'
  14. '.__("Unfortunately, not at the moment. Though this is definitely in our roadmap and the development will complete soon. Stay tuned!","rich-snippets").'

'.get_support(3).'

'.__("Customize the look and feel of rich snippet box","rich-snippets").'

   '.__('Reset ','rich-snippets').'
'.get_support(4).'
'; echo ' '; } // Update options if(isset($_POST['item_submit'])) { foreach(array('review_title','item_reviewer','review_date','item_name','item_rating') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_review',$args); displayStatus($status); } if(isset($_POST['event_submit'])) { foreach(array('snippet_title','event_title','event_location','start_time','end_time') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_event',$args); displayStatus($status); } if(isset($_POST['person_submit'])) { foreach(array('snippet_title','person_name','person_nickname','person_job_title','person_website','person_company','person_address') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_person',$args); displayStatus($status); } if(isset($_POST['product_submit'])) { foreach(array('snippet_title','product_rating','product_brand','product_name','product_agr','product_price','product_avail') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_product',$args); displayStatus($status); } if(isset($_POST['recipe_submit'])) { foreach(array('snippet_title','recipe_name','recipe_pub','recipe_prep','recipe_cook','recipe_time','recipe_rating') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_recipe',$args); displayStatus($status); } if(isset($_POST['software_submit'])) { foreach(array('snippet_title','software_rating','software_price','software_name','software_os','software_website') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_software',$args); displayStatus($status); } if(isset($_POST['video_submit'])) { foreach(array('snippet_title','video_title','video_desc','video_time','video_date') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_video',$args); displayStatus($status); } if(isset($_POST['article_submit'])) { foreach(array('snippet_title','article_name','article_author','article_desc','article_image') as $option) { if(isset($_POST[$option])) { $args[$option] = $_POST[$option]; } } $status = update_option('bsf_article',$args); displayStatus($status); } function displayStatus($status) { if($status) { echo '

' . __('Success! Your changes were successfully saved!', 'rich-snippets') . '

'; } else { echo '

' . __('Sorry, Your changes are not saved!', 'rich-snippets') . '

'; } } if(isset($_GET['action'])) { if($_GET['action'] == 'reset') { $option_to_reset = $_GET['options']; if($option_to_reset == 'review') delete_option('bsf_review'); if($option_to_reset == 'event') delete_option('bsf_event'); if($option_to_reset == 'person') delete_option('bsf_person'); if($option_to_reset == 'product') delete_option('bsf_product'); if($option_to_reset == 'recipe') delete_option('bsf_recipe'); if($option_to_reset == 'software') delete_option('bsf_software'); if($option_to_reset == 'video') delete_option('bsf_video'); if($option_to_reset == 'article') delete_option('bsf_article'); if($option_to_reset == 'color') delete_option('bsf_custom'); bsf_reset_options($option_to_reset); } } function bsf_reset_options($option_to_reset) { require_once(dirname(__FILE__) .'/../settings.php'); if($option_to_reset == 'review') add_review_option(); if($option_to_reset == 'event') add_event_option(); if($option_to_reset == 'person') add_person_option(); if($option_to_reset == 'product') add_product_option(); if($option_to_reset == 'recipe') add_recipe_option(); if($option_to_reset == 'software') add_software_option(); if($option_to_reset == 'video') add_video_option(); if($option_to_reset == 'article') add_article_option(); if($option_to_reset == 'color') add_color_option(); header("location:?page=rich_snippet_dashboard"); } function add_footer_script() {?>

'.__("Get in touch with the Plugin Developers","rich-snippets").'

'.__( 'Just fill out the form below and your message will be emailed to the Plugin Developers at contact@brainstormforce.com', 'rich-snippets' ).'

'; return $html; } ?>