selfmade23
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] Jason Ld vs Inline Micro DataYou are a legend Sayan @infosatech . I will definitely ” buy you a coffee” when I get paid next. Thanks for all your help.
One last thing…
This morning I checked the schema testing tool and none of my pages showed Webpage and updated date. However they did yesterday.
I’m just wondering if this was due to an upgrade with the plugin. Did you just add the
Enhanced Schema Support from Plugin Setting > Misc Options today? After i turned this on it seems to be working again. Just want to make sure it wont dissapear again for some other reason.Thanks again
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersThat last one is a page . It looks like it is not working for all the pages except that one. See the navigation bar for links to all the pages.
any ideas how to fix?
Also, I see that my review posts are now showing webpage and review schema. However the review shows date published. Will google show this over date last modified?
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersHi @infosatech ,
I have tried to follow all of your prompts and looked at the support discussion re: Thrive themes issues but cannot get schema to show on testing tool correctly. Here are my settings for post https://www.screencast.com/t/My5HzMmS and pages https://www.screencast.com/t/np7XHEmz. Please help me show the correct date and schema in google. Here are is a post from my site and a page from my site. Any feedback will be greatly appreciated!.
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersHi @infosatech,
I tried to add the snippet:
function lmt_add_schema_attributes( $attr ) {
// return the new attribute
return $attr.’itemscope itemtype=”https://schema.org/WebPage”‘;
}
add_filter(‘language_attributes’, ‘lmt_add_schema_attributes’);to the end of my active theme’s (thrive themes) functions.php file as you recommended to @bperniciaro so that I can show last modified date in google search.
However I got this error message when trying to add:
Your PHP code changes were rolled back due to an error on line 1435 of file wp-content/themes/focusblog/functions.php. Please fix and try saving again.
Cannot redeclare lmt_add_schema_attributes() (previously declared in wp-content/plugins/wp-last-modified-info/includes/trigger.php:118)
Any feedback would be greatly appreciated
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersHey @bperniciaro, what option do you select in seopress to markup your standard blog posts. There is an article option but the sub categories are only news, tech article, social post etc?
Forum: Plugins
In reply to: [WP Last Modified Info] Text Appears under Page BuildersHi, is it ok to select the manual option and also add the shortcode on the same page? In thrive themes the manual option sets it below the content even when above is selected.
@bperniciaro how did you go with adding that code from @infosatech into the thrive theme? Did it help you show last modified in the google structured data?
Thanks