Spencer Field
  • Career
  • Business Resources
  • Hire Spencer
  • Side Projects
  • About Spencer
  • More
Spencer Field
FacebookInstagramLinkedInTwitchSpotify

Reviews

‣
Page Notes Notes
Product Reviews Database

https://spencerfield.me/reviews

  • Product Review Database: https://spencerfield.me/reviews/products

URL Structure

  • /reviews/products
  • brand/Item Name/model number
    • Model number is optional.
‣
Markup

Product Reviews

Product Reviews Database

Review of PRODUCTIPSUM by BRANDIPSUM
Review of PRODUCTIPSUM by BRANDIPSUM
Test Item 2
Test Item 2
Item Name
Item Name

Software Review

{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "ProductNameipsum",
  "description": "OVERVIEWOFREVIEWipsum",
  "sku": "ipsum",
  "mpn": "ipsum",
  "brand": {
    "@type": "Brand",
    "name": "Brandipsum"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "ipsumrating",
    "reviewCount": "1",
    "bestRating": "ipsumrating"
  },
  "review": {
    "@type": "Review",
    "reviewRating": {
      "@type": "Rating",
      "ratingValue": "ipsumrating",
      "bestRating": "ipsumrating"
    },
    "author": {
      "@type": "Person",
      "name": "Spencer Field"
    },
    "datePublished": "ipsumdate",
    "reviewBody": "OVERVIEWOFREVIEWipsum",
    "name": "ipsum",
    "publisher": {
      "@type": "Organization",
      "name": "SpencerField.me",
      "logo": {
        "@type": "ImageObject",
        "url": "https://res.cloudinary.com/dwyugowdo/image/upload/v1753366908/Spencer_Field_Logo_ghbxop.png"
      }
    }
  }
}