Sayan Datta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] Schema mark-up not showingMost welcome 🙂
Forum: Plugins
In reply to: [WP Last Modified Info] Schema mark-up not showingHi @anthonyco
Please check it: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fveganliftz.com%2Fbest-vegan-bodybuilding-supplements%2F
Go to the end of CreativeWork block.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Schema mark-up not showingYes, you have configured the plugin settings correctly. Please try to clear the cache of your site and check it on google structured data testing tool.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Formatting_Date_and_TimeGreat! I will surely try it out. But when you release the update in the plugin will I have to reinstall it since this is a RC/beta version outside the wordpress?
When I released plugin v1.4.6 to WordPress.org, you can update this beta plugin from plugin update page as normal update process. You no need to manually install the latest version.
When do you think it officially will be released?
Maybe in February. Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Last update pages and Posts in a widgetHi, currently it is not possible to show the list of last modified posts within a widget. I have included it to upcoming features list.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Formatting_Date_and_Timecan I place fontawesome html icon code in the text=”→” ?
Yes you can. Use this way for fa 5:
[lmt-post-modified-info id="4690" text="<i class='fas fa-address-book'></i>"]or for fa 4 use this way:[lmt-post-modified-info id="4690" text="<i class='fa fa-address-book' aria-hidden='true'></i>]please let me know this one as well so I have capital letters and January instead of january.
I this case, I need to visit your website to investigate this issue. My Email id: hello@sayandatta.com
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Formatting_Date_and_TimeUse this way:
[lmt-post-modified-info id="2082" text=""]for no text or[lmt-post-modified-info id="2082" text="→"]with iconThanks!
- This reply was modified 7 years, 4 months ago by Sayan Datta.
Forum: Plugins
In reply to: [WP Last Modified Info] Jason Ld vs Inline Micro DataHi @selfmade23
Yes I have added an option to on/off schema support in v1.4.5 as it helps to keep this option off to other schema supported theme users. You need to just keep enable this.
And thanks for your complement. 🙂
Thanks for your 5 star review. Please add this snippets to the end of your active theme’s functions.php file:
add_filter( 'wpar_supported_post_types', 'wpar_add_custom_post_types' ); function wpar_add_custom_post_types( $output ) { $post_types = array( 'product' ); return array_merge( $output, $post_types ); }Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Formatting_Date_and_TimeHi @alriksson
Actually I am currently working on the shortcode attributes. It will be available in the future version. But if you can’t wait, you can download this beta zip from this link and manually install and activate it to you site.
Shortcode Usage:
[lmt-post-modified-info id="2082"]and[lmt-page-modified-info id="2082"]Change 2082 with any post or page id.Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Jason Ld vs Inline Micro DataHi @selfmade23
Let me clarify this:
1. What is Microdata and JSON-LD Markup?
Microdata is basically the attributes of html codes and on the other hand, JSON-LD is the json type JavaScript code.
2. Which will be placed first according to Google?
Now Google always give first priority to JSON-LD markup. But it depends upon the schema type. Suppose you are using any SEO plugins and those plugins insert JSON-LD Article/BlogPosting/NewsArticle type codes (it always contains datePublished info as well as dateModified info) to your website’s head. But in this case google will display datePublished info every time. But now here is a tweak, now your theme supports basic schema type like WebPage (thrive theme does not support that – need need to enable support for it: Plugin Setting > Misc Options > Turn on Enhanced Schema Support.) and you are using this plugin’s inline markup. Then google will show the dateModified info to SERPs as Article/BlogPosting/NewsArticle is the childern schemas of WebPage Schema type. So in this case your Article/BlogPosting/NewsArticle’s dateModified markup will be ignored.
Now the JSON-LD schema type added by this plugin is CreativeWork (used by the popular websites like wpbeginner) which is the top parent category of all schema types. So, if you enable JSON-LD markup Google will give first priority to it and shows dateModified info to SERPs. It becomes useful if you want to show modified info to the Google only.
Nowadays most of the themes supports default WebPage type schema and adds datePublished schema to post published date. In this situation if you use Inline Macrodata method, Google will always show published date to SERPs. To avoid this you need to use JSON-LD markup of this plugin as WebPage is also a sub category of CreativeWork schema type.
For Thrive themes users I would recommend you to go with Inline Markup and turn on Enhanced Schema Support from Plugin Setting > Misc Options.
I think it would clear all the doubts about schema markup.
Thanks!
- This reply was modified 7 years, 4 months ago by Sayan Datta.
Forum: Plugins
In reply to: [WP Last Modified Info] Formatting_Date_and_TimeSorry, it is not possible to display last modified info for a specific page on another page right now.
Neither do I see JSON-LD or Microformat picked up by googles Structured data testing tool?
Please give me the post or page link.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersI have seen that now schema markup is working perfectly on that page: http://prntscr.com/m88ri2
Please give me a link of your review post.
Thanks!
- This reply was modified 7 years, 4 months ago by Sayan Datta.
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersHi @selfmade23
Post of your site: https://verticaljumpworld.com/vince-carter-vertical-jump/
Schema Screenshot of the above post: http://prntscr.com/m88jjyPage of your site: https://verticaljumpworld.com/vertical-jump-training-articles-videos/
Schema Screenshot of the above page: http://prntscr.com/m88jwyThose are working perfectly.
But which type of post this is: https://verticaljumpworld.com/vertical-jump-testing-guide-plus-equipment/
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Post modified info missing on archive pagesHi, I have released v1.4.4 of this plugin and tested it with Genesis child theme. It works perfectly. You need to just update the plugin and go to Plugins Settings > Post Options and set “Show on archives” to yes and now check it on all the archive pages.
Thanks!