idealabs77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Modified (Date:Time) Same for Major PostThank you @rokmeglic
I do have backup, Need to check on same.
Thank you @gappiah
I checking inside the DB via PHPMyAdmin and yes all the posts Modified date was changed in a loop with in few seconds to a mintute most.
<meta property=”og:updated_time” content=”2023-12-21T10:40:18-05:00″ /> as pulls from same source.
Forum: Plugins
In reply to: [AMP] AMP pages show parts oft adsense scriptsYup the amp plugin update solved it.
Forum: Plugins
In reply to: [AMP] Unknown syntax error on Amp PostsSuddenly few hours back, these errors came up :
The tag ‘li’ is disallowed.
The tag ‘amp-img’ is disallowed.
The tag ‘amp-ad’ is disallowed.
The tag ‘a’ is disallowed.
The tag ‘strong’ is disallowed.amp-img & amp-ad disallowed…. Some bug ? (Note: AMP VALIDATIONS SHOWS SUCCESSFUL)
Hey Mark & Quan88,
Got success for featured image markup ? i am still struggling. Any help appreciated. Below is my markup structure for wordpress posts.
ERROR : The attribute itemtype has an invalid value.(For Featured Image as detailed below)
<html itemscope itemtype=”http://schema.org/Blog” …
…
…
<body>
<div itemscope=”itemscope” itemtype=”http://schema.org/BlogPosting” itemprop=”blogPosts”><img src=”http:……jpg” itemtype=”http://schema.org/ImageObject” itemprop=”image” …/>
<div itemprop=”articleBody” class=”article-content clearfix”>
etc etc
Forum: Plugins
In reply to: [AMP] Google Webmaster Tools reporting AMP errorsThank You Jshare,
Nicomon, many old attributes are not supported in AMP, i has similar issues for ‘font’ .. where at old post i used to use it like <font color=”#….> etc
I removed the same and waiting for re crawl and error section to check back.
Forum: Plugins
In reply to: [AMP] YouTubeYes, almost all embedded youtube video pages has. below is the error code :
Unkown syntax errors: src=http://www.youtube.com/embed/5YAz4LIzy4g, src=http://www.youtube.com/embed/bMEvf33CtKY, src=http://www.youtube.com/embed/8ick9QPOiK8, src=http://www.youtube.com/embed/aENBq3IZtMU, src=http://www.youtube.com/embed/Ilae45P9-nQ
Forum: Plugins
In reply to: [AMP] Google Webmaster Tools reporting AMP errorsHi,
Not all of my posts have image (featured or any) and JSON+LD in amp at “https://developers.google.com/structured-data/testing-tool” shows
“image: missing and required”.Looking out for a solution to add a single image (common to all post) to get rid off the error.
Any ideas ?
Forum: Plugins
In reply to: [AMP] AMP pages show parts oft adsense scriptsThat’s Gr8, Please help with fix. Thanks
Forum: Plugins
In reply to: [AMP] AMP pages show parts oft adsense scriptsAdsense Ads seen if AMP url seen from DESKTOP, But same shows blank space if seeing from MOBILE (Plugin Updated).
Adsense format used:
<amp-ad width=300 height=200
type=”adsense”
data-ad-client=”ca-pub-XXXXXXXXXXXXXXXXX”
data-ad-slot=”7783467241″>
</amp-ad>Anyone else success?