Missing html

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Keith Hughes
 
 
Posts: 111
Joined: Wed Mar 11, 2020 8:11 pm

Missing html

Post by Keith Hughes »

Hi I have some htlm code witch is a product code for google. I have one item of code that is correctly showing, but according to google there are 2 items of product code! The other bit of code that google says is there may have been an old bit of html code that I have removed. Is there a reason why this bit of code is still visible to google. The page this applies to is https://paperbriquettepress.com/Budget_Press.php
User avatar
Pablo
 
Posts: 23395
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Missing html

Post by Pablo »

Where do I look for the code?
Can you please be more specific?
Keith Hughes
 
 
Posts: 111
Joined: Wed Mar 11, 2020 8:11 pm

Re: Missing html

Post by Keith Hughes »

When I add html it shows up as a box and I place it alongside my page. Google say I have 2 products in structured data, but i only have one on my page.
User avatar
BaconFries
 
 
Posts: 5923
Joined: Thu Aug 16, 2007 7:32 pm

Re: Missing html

Post by BaconFries »

What do you mean it shows up as a box! How are you adding the html? What is the code you have added? To be able to help it might be best for you to share a basic demo project just the page you are adding the html to nothing else just the page.
Keith Hughes
 
 
Posts: 111
Joined: Wed Mar 11, 2020 8:11 pm

Re: Missing html

Post by Keith Hughes »

To add any html I use the html tag in in your software and then enter the code (this then shows as a html box) the webpage in question is https://www.paperbriquettepress.com/Budget_Press.php

This is the script which is correct and accepted by google
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Budget Paper Briquette Maker",
"image": "https://www.paperbriquettepress.com/Budget.php",
"description": "Multimate Budget Press",
"brand": "Multimate Briquette Maker",
"mpn": "4270002631731",
"sku": "003",
"offers": {
"@type": "Offer",
"url": "https://www.paperbriquettepress.com/Budget.php",
"priceCurrency": "EUR",
"price": "98",
"priceValidUntil": "2022-01-01",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"bestRating": "6",
"worstRating": "2",
"ratingCount": "45"
},
"review": {
"@type": "Review",
"reviewBody": "",
"author": {"@type": "Person", "name": ""}
}
}
</script>

But then Google says there is another script that is incorrect. It may have been on my page before but now deleted. Somehow it is still visible to google
User avatar
Pablo
 
Posts: 23395
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Missing html

Post by Pablo »

I do not see any other scripts on the page.
Maybe Google is confused?
Keith Hughes
 
 
Posts: 111
Joined: Wed Mar 11, 2020 8:11 pm

Re: Missing html

Post by Keith Hughes »

I don't know if you can view this webpage but it is what google are saying https://search.google.com/search-consol ... mL2BmCzAgg
User avatar
Pablo
 
Posts: 23395
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Missing html

Post by Pablo »

No, I cannot view this page.
However, there is no extra code on the page so Google is wrong.
This is unrelated to the software.
Post Reply