Advertisement
jaideep06

Schema code

Aug 18th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org/",
  3. "@graph": [
  4. {
  5. "@type": "Product",
  6. "@context": "https://schema.org/",
  7. "name": "Buy Before You Sell Mortgage",
  8. "image": "https://hurstlending.com/wp-content/uploads/2023/03/Buy-Before-You-Sell.png",
  9. "description": "Use our funds to buy the house of your dreams, and move on your schedule.",
  10. "brand": "Hurst Lending",
  11. "aggregateRating": {
  12. "@type": "AggregateRating",
  13. "ratingValue": "5",
  14. "bestRating": "5",
  15. "worstRating": "4",
  16. "ratingCount": "114"
  17. }
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement