rahulmishra85
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Google Webmaster Tool Missing: "author" & "updated'Hi Guys,
I also have a same problem like as mentioned in above threads. But, the thing is I’m using divi child theme and implemented structured data on website pages & posts. Now, when I test these pages and posts in Google Structured Data Testing Tool, all showing green, no error no warning. Now when i check my website in Google webmaster tool under structured data section, it is showing error of Data type: hentry with Missing: author and Missing: updated error. I searched a lot everywhere nut never got any solution.
It will be great, if you guys can tell me about it.
Thanks,
RahulForum: Plugins
In reply to: [AMP] AMP Validation ErrorsNeed help………
Is it right Google Analytic code for AMP or I am missing anything here?
<amp-analytics type=”googleanalytics” id=”Account Name “>
<script type=”application/json”>
{
“vars”: {
“account”: “UA-12345678-9”
},
“triggers”: {
“trackPageviewWithAmpdocUrl”: {
“on”: “visible”,
“request”: “pageview”,
“vars”: {
“title”: “Write Page title here”,
“ampdocUrl”: “write page url here”
}
}
}
</script>
</amp-analytics>Forum: Plugins
In reply to: [AMP] AMP Validation ErrorsOn my site, it is also properly configured as https
<script src=”https://cdn.ampproject.org/v0.js” async></script>
Forum: Plugins
In reply to: [AMP] AMP Validation ErrorsThanks for your reply. I will do it.
I also want to know, is there any way to check and verify Google AMP Analytic Code, whether it is working or not??