Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-03-2026, 05:01 PM   #1
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,300
Schema product markup (?)

Those who know how to use this, is the example below good enough or are there items missing that should be added to it?

Quote:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name - Brief Description",
"description": "Longer product description here ",
"image": "https://www.domain.com/images/1024.png",
"sku": "29",
"url": "https://www.domain.com/buy.php",
"brand": {
"@type": "Brand",
"name": "Product Name"
},
"offers": {
"@type": "Offer",
"price": "<?php echo $price; ?>",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"priceValidUntil": "<?php echo date('Y'); ?>-12-31",
"url": "https://www.domain.com/buy.php"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "487"
}
}
</script>
It currently pulls the vast majority of the data from a MySQL database.

We have a library of around 5000 products that we want to use this for, before we add it to the template system, I was wanting to know if this is 'good enough' or if it can be improved tp garner more clicks/sales for the products.

Thanks for any advice / feedback you can offer
__________________
Extreme Link List - v1.0
Publisher Bucks is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2026, 05:12 PM   #2
TheLegacy
SEO Connoisseur
 
TheLegacy's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Brantford, Ontario
Posts: 17,934
1. The PHP Tags Issue
2. Branding Logic
3. Recommended Improvements
Price Formatting
Review Requirement
Use Images

check with google

https://search.google.com/test/rich-results

There's a lot more but does this schema need to sync with a specific CMS like WordPress or Shopify, or are you building this on a custom PHP site?
__________________
SEO Connoisseur



Microsoft Teams: Robert Warren SEO
Telegram: @TheLegacy54
RobertWarrenSEO.com
TheLegacy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2026, 05:13 AM   #3
Duced
Confirmed User
 
Duced's Avatar
 
Industry Role:
Join Date: Feb 2026
Posts: 108
Quote:
Originally Posted by TheLegacy View Post
1. The PHP Tags Issue
2. Branding Logic
3. Recommended Improvements
Price Formatting
Review Requirement
Use Images

check with google

https://search.google.com/test/rich-results

There's a lot more but does this schema need to sync with a specific CMS like WordPress or Shopify, or are you building this on a custom PHP site?
As Rob said run it through the online checker.

Get Claude to read your database model/shape and it will give you the best suggestions
Duced is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2026, 08:19 AM   #4
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,545
i would use this.

Quote:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name - Brief Description",
"description": "Longer product description here",
"image": [
"https://www.domain.com/images/1024.png"
],
"sku": "29",
"url": "https://www.domain.com/buy.php",
"brand": {
"@type": "Brand",
"name": "Brand Name"
},
"offers": {
"@type": "Offer",
"price": "<?php echo number_format($price, 2, '.', ''); ?>",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"priceValidUntil": "<?php echo date('Y'); ?>-12-31",
"url": "https://www.domain.com/buy.php",
"seller": {
"@type": "Organization",
"name": "Your Store Name"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0.00",
"currency": "USD"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "US"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 1,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 3,
"maxValue": 7,
"unitCode": "DAY"
}
}
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "US",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"bestRating": "5",
"worstRating": "1",
"reviewCount": "487"
}
}
</script>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script / Gallery Scraper / WPXXX Theme / Free Templates
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
product, @type, description, products, offer, brand, url, aggregaterating, vast, majority, library, mysql, database, data, template, improved, garner, advice, clicks/sales, feedback, add, system, pulls, usd, missing
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.