Page 1 of 1

Missing html

Posted: Fri Jun 25, 2021 8:52 am
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

Re: Missing html

Posted: Fri Jun 25, 2021 8:53 am
by Pablo
Where do I look for the code?
Can you please be more specific?

Re: Missing html

Posted: Fri Jun 25, 2021 5:50 pm
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.

Re: Missing html

Posted: Fri Jun 25, 2021 6:00 pm
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.

Re: Missing html

Posted: Sat Jun 26, 2021 8:46 am
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

Re: Missing html

Posted: Sat Jun 26, 2021 9:09 am
by Pablo
I do not see any other scripts on the page.
Maybe Google is confused?

Re: Missing html

Posted: Sat Jun 26, 2021 12:15 pm
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

Re: Missing html

Posted: Sat Jun 26, 2021 12:36 pm
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.