XooCode(){

Schema: MonetaryAmount

Schema: MonetaryAmount Example Markup

The following are examples of markup written in json+ld that include the correct usage for Schema: MonetaryAmount.

Product

In-depth Product JSON-LD example wired into the Xoo universe via XooTee, a premium t-shirt sold by Xoo Code Inc. at the Dunmore store. Covers Offer, AggregateRating, Review, and @id reuse in one example.

JobPosting

An in-depth JSON-LD example for JobPosting markup, wired into the Xoo universe as Xoo Code Inc. hiring a Senior Structured Data Engineer for the XooStructured team at Dunmore. Learn the Google for Jobs rich result requirements: the tricky baseSalary composition, employmentType enum, remote-work properties, and the requirements soup that trips up most authors.

Offer

Offer JSON-LD example for a product listing with price, currency, availability, item condition, seller cross-reference, valid-through date, and merchant return policy. The building block that makes Product, Event, and Service eligible for rich results.

HowTo

HowTo JSON-LD example for screen-printing a XooTee graphic tee at Xoo Code Shop Dunmore. Covers HowToStep with per-step URLs and images, HowToSupply and HowToTool for materials and equipment, MonetaryAmount for estimatedCost, ISO 8601 totalTime, and the 2023 Google rich result changes.

DietarySupplement

DietarySupplement JSON-LD example for a vitamin product. DietarySupplement has 10 unique properties covering active ingredients, dosage, safety, and legal status for supplements taken orally.

MonetaryAmount

MonetaryAmount JSON-LD example for a salary range. Reference page covering all 6 MonetaryAmount properties: value, minValue, maxValue, currency, validFrom, validThrough. Used across schema.org for prices, salaries, fees, and any monetary value.

StructuredValue

StructuredValue JSON-LD example for the parent type behind GeoCoordinates, MonetaryAmount, QuantitativeValue, PropertyValue, ContactPoint, OpeningHoursSpecification, OfferShippingDetails, PostalAddress, and many more. Covers when structured objects beat free-text strings and how the StructuredValue family composes inside other types.

MonetaryGrant

MonetaryGrant JSON-LD example for a cash grant or award. Grant subtype adding amount (MonetaryAmount or Number).

EmployeeRole

EmployeeRole JSON-LD example for the employee relationship inside an Organization. OrganizationRole subtype adding baseSalary and salaryCurrency. Used with Organization.employee to carry role-scoped data.

HowToSupply

HowToSupply JSON-LD example for a material consumed in a HowTo (ingredient, paint, lumber). HowToItem subtype with estimatedCost.

ReturnFeesEnumeration

ReturnFeesEnumeration JSON-LD reference. 5-value Enumeration for return-fee policies (free return, original shipping, restocking, customer-responsibility, return shipping). Used on MerchantReturnPolicy.returnFees.

MerchantReturnPolicy

MerchantReturnPolicy JSON-LD example for a product's return policy. Intangible with ~20 properties covering window, fees, methods, seasonal overrides. Required for Google's product return rich result.

OfferShippingDetails

OfferShippingDetails JSON-LD example for Google's merchant listing shippingDetails rich result. Carries shippingRate, shippingDestination, deliveryTime, and the product's dimensions / weight for carrier-aware rate quotes.

ShippingRateSettings

ShippingRateSettings JSON-LD example for a reusable, label-referenced shipping rate table. Lets a merchant publish one rate block and point many Offers at it via shippingSettingsLink.

PaymentCard

PaymentCard JSON-LD example for a credit or debit card product. Dual-inherits PaymentMethod + FinancialProduct, adding cashBack, contactlessPayment, floorLimit, and monthlyMinimumRepaymentAmount.

BankAccount

BankAccount JSON-LD example for checking, savings, and money-market accounts. FinancialProduct subtype adding bankAccountType, accountMinimumInflow, and accountOverdraftLimit.

LoanOrCredit

LoanOrCredit JSON-LD example for mortgages, auto loans, student loans, lines of credit. FinancialProduct subtype adding amount, loanTerm, loanType, gracePeriod, requiredCollateral, recourseLoan, renegotiableLoan.

InvestmentOrDeposit

InvestmentOrDeposit JSON-LD reference — FinancialProduct subtype carrying amount. Parent of BrokerageAccount, DepositAccount, InvestmentFund.