{"id":11,"date":"2026-05-19T09:44:11","date_gmt":"2026-05-19T09:44:11","guid":{"rendered":"https:\/\/propyreviews.com\/?page_id=11"},"modified":"2026-05-19T10:54:09","modified_gmt":"2026-05-19T10:54:09","slug":"11-2","status":"publish","type":"page","link":"https:\/\/propyreviews.com\/","title":{"rendered":""},"content":{"rendered":"\n<!-- ============================================================\n  PROPYREVIEWS.COM \u2014 WordPress Custom HTML Block\n\n  HOW TO ADD THIS TO WORDPRESS:\n  1. Log into your WordPress dashboard\n  2. Go to Pages \u2192 Add New\n  3. Title it \"Home\" (or whatever you like)\n  4. Click the \"+\" button to add a block \u2192 search \"Custom HTML\" \u2192 select it\n  5. Paste this ENTIRE file into the block\n  6. Click \"Publish\"\n\n  HOW TO ADD A NEW REVIEW:\n  Scroll down to the \"ADD YOUR REVIEWS HERE\" section.\n  Copy one of the existing review blocks and fill in the details.\n  Save\/Update the page.\n  That's it \u2014 no coding knowledge needed!\n============================================================ -->\n\n<style>\n  .pr-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* \u2500\u2500 FULL-SCREEN TAKEOVER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n     JS below moves .pr-wrap to <body> level and makes it cover\n     the entire screen, hiding the WordPress header\/footer\/sidebar.\n     This works on every theme without any extra settings.\n  \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .pr-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    background: #F8F7FF;\n    padding: 0 0 60px;\n    color: #1a1a2e;\n    \/* set by JS \u2014 position:fixed, inset:0, overflow-y:auto *\/\n  }\n\n  \/* HERO *\/\n  .pr-hero {\n    background: linear-gradient(135deg, #3730A3 0%, #5B4FE9 55%, #7C3AED 100%);\n    padding: 64px 24px 100px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .pr-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0; right: 0;\n    height: 60px;\n    background: #F8F7FF;\n    clip-path: ellipse(55% 100% at 50% 100%);\n  }\n  .pr-logo {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(255,255,255,0.15);\n    border-radius: 50px;\n    padding: 8px 20px 8px 12px;\n    margin-bottom: 28px;\n  }\n  .pr-logo-icon {\n    width: 32px; height: 32px;\n    background: white;\n    border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 18px;\n  }\n  .pr-logo-text {\n    font-size: 18px; font-weight: 800;\n    color: white; letter-spacing: -0.3px;\n  }\n  .pr-hero h1 {\n    font-size: clamp(26px, 5vw, 50px);\n    font-weight: 900;\n    color: white;\n    letter-spacing: -1px;\n    line-height: 1.1;\n    margin-bottom: 14px;\n  }\n  .pr-hero p {\n    color: rgba(255,255,255,0.82);\n    font-size: clamp(15px, 2.5vw, 18px);\n    max-width: 500px;\n    margin: 0 auto 36px;\n    line-height: 1.6;\n  }\n  .pr-hero-stats {\n    display: inline-flex;\n    gap: 32px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 16px;\n    padding: 16px 32px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n  .pr-stat { text-align: center; }\n  .pr-stat-num { font-size: 28px; font-weight: 900; color: white; line-height: 1; }\n  .pr-stat-label { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 4px; }\n\n  \/* SUMMARY CARD *\/\n  .pr-summary-wrap {\n    max-width: 860px;\n    margin: -40px auto 40px;\n    padding: 0 20px;\n    position: relative;\n    z-index: 5;\n  }\n  .pr-summary {\n    background: white;\n    border-radius: 20px;\n    box-shadow: 0 12px 48px rgba(91,79,233,0.14);\n    padding: 28px 32px;\n    display: flex;\n    align-items: center;\n    gap: 32px;\n    flex-wrap: wrap;\n  }\n  .pr-score-big { font-size: 64px; font-weight: 900; color: #5B4FE9; line-height: 1; }\n  .pr-score-stars { display: flex; gap: 3px; margin: 6px 0 4px; }\n  .pr-score-stars span { color: #F59E0B; font-size: 22px; }\n  .pr-score-label { font-size: 13px; color: #9CA3AF; }\n  .pr-summary-divider { width: 1px; height: 70px; background: #E5E7EB; flex-shrink: 0; }\n  .pr-bars { flex: 1; min-width: 180px; }\n  .pr-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; font-size: 13px; }\n  .pr-bar-lbl { width: 28px; color: #9CA3AF; text-align: right; flex-shrink: 0; }\n  .pr-bar-track { flex: 1; height: 7px; background: #F3F4F6; border-radius: 99px; overflow: hidden; }\n  .pr-bar-fill { height: 100%; background: linear-gradient(90deg, #5B4FE9, #7C3AED); border-radius: 99px; }\n  .pr-bar-n { width: 24px; color: #9CA3AF; font-size: 11px; }\n  .pr-google-badge {\n    flex-shrink: 0;\n    display: flex; flex-direction: column; align-items: center; gap: 8px;\n  }\n  .pr-g-pill {\n    display: inline-flex; align-items: center; gap: 8px;\n    border: 1.5px solid #E5E7EB;\n    border-radius: 10px; padding: 8px 14px;\n    font-size: 13px; color: #6B7280; font-weight: 500;\n  }\n  .pr-g-circle {\n    width: 22px; height: 22px; border-radius: 50%;\n    background: linear-gradient(135deg,#4285F4 0%,#34A853 40%,#FBBC05 70%,#EA4335 100%);\n    display:flex;align-items:center;justify-content:center;\n    color:white;font-size:11px;font-weight:900;\n  }\n\n  \/* FILTER TABS *\/\n  .pr-controls {\n    max-width: 860px;\n    margin: 0 auto 28px;\n    padding: 0 20px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n  .pr-chips { display: flex; gap: 8px; flex-wrap: wrap; }\n  .pr-chip {\n    padding: 7px 18px; border-radius: 99px;\n    border: 1.5px solid #E5E7EB;\n    background: white; cursor: pointer;\n    font-size: 13px; font-weight: 600;\n    color: #6B7280; transition: all 0.15s;\n  }\n  .pr-chip:hover { border-color: #5B4FE9; color: #5B4FE9; }\n  .pr-chip.pr-active { background: #5B4FE9; border-color: #5B4FE9; color: white; }\n  .pr-count-label { font-size: 13px; color: #9CA3AF; }\n\n  \/* GRID *\/\n  .pr-grid {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 20px;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 18px;\n  }\n\n  \/* CARD *\/\n  .pr-card {\n    background: white;\n    border-radius: 16px;\n    padding: 22px;\n    border: 1px solid #EDE9FF;\n    display: flex; flex-direction: column; gap: 12px;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .pr-card:hover {\n    box-shadow: 0 8px 32px rgba(91,79,233,0.13);\n    transform: translateY(-2px);\n  }\n  .pr-card-top { display: flex; align-items: center; gap: 12px; }\n  .pr-avatar {\n    width: 42px; height: 42px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 16px; font-weight: 800; color: white; flex-shrink: 0;\n  }\n  .pr-author { font-weight: 700; font-size: 15px; color: #111827; }\n  .pr-card-stars { display: flex; gap: 2px; }\n  .pr-card-stars span { font-size: 15px; }\n  .pr-card-stars .on { color: #F59E0B; }\n  .pr-card-stars .off { color: #E5E7EB; }\n  .pr-text {\n    font-size: 14px; color: #4B5563; line-height: 1.65;\n    display: -webkit-box;\n    -webkit-line-clamp: 5;\n    -webkit-box-orient: vertical;\n    overflow: hidden;\n  }\n  .pr-text.expanded { display: block; }\n  .pr-read-more {\n    font-size: 13px; color: #5B4FE9; font-weight: 600;\n    background: none; border: none; cursor: pointer; padding: 0;\n    align-self: flex-start;\n  }\n  .pr-read-more:hover { text-decoration: underline; }\n  .pr-card-footer {\n    margin-top: 4px;\n    padding-top: 12px;\n    border-top: 1px solid #F3F4F6;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .pr-verified { font-size: 11px; color: #059669; font-weight: 600; display: flex; align-items: center; gap: 5px; }\n  .pr-verified-dot { width: 6px; height: 6px; background: #059669; border-radius: 50%; }\n  .pr-source-link { font-size: 11px; color: #9CA3AF; text-decoration: none; }\n  .pr-source-link:hover { color: #5B4FE9; }\n\n  \/* EMPTY *\/\n  .pr-empty { grid-column: 1\/-1; text-align: center; padding: 60px; color: #9CA3AF; font-size: 15px; }\n\n  \/* FOOTER *\/\n  .pr-footer { text-align: center; padding: 40px 24px 0; font-size: 12px; color: #9CA3AF; }\n  .pr-footer a { color: #5B4FE9; text-decoration: none; }\n\n  @media (max-width: 560px) {\n    .pr-summary { flex-direction: column; align-items: flex-start; }\n    .pr-summary-divider { display: none; }\n    .pr-score-big { font-size: 48px; }\n  }\n<\/style>\n\n<!-- ============================================================\n  \u2605 ADD YOUR REVIEWS HERE \u2605\n\n  Each review has these fields:\n    name:   Person's full name\n    rating: Number 1\u20135 (stars)\n    text:   The review text (use \\' for apostrophes inside the text)\n    link:   URL to their Google review or profile (use \"\" if you don\\'t have one)\n    date:   When they wrote it (any text, e.g. \"May 2025\")\n\n  TO ADD A NEW REVIEW:\n  Copy the block between the { } brackets below and add a comma after the last one.\n============================================================ -->\n\n<div class=\"pr-wrap\">\n  <div class=\"pr-hero\">\n    <div class=\"pr-logo\">\n      <div class=\"pr-logo-icon\">\ud83c\udfe0<\/div>\n      <div class=\"pr-logo-text\">PropyReviews<\/div>\n    <\/div>\n    <h1>Real Stories from Real Clients<\/h1>\n    <p>See what buyers, sellers, and agents say about closing real estate deals with Propy.<\/p>\n    <div class=\"pr-hero-stats\">\n      <div class=\"pr-stat\">\n        <div class=\"pr-stat-num\" id=\"pr-total\">\u2014<\/div>\n        <div class=\"pr-stat-label\">Total Reviews<\/div>\n      <\/div>\n      <div class=\"pr-stat\">\n        <div class=\"pr-stat-num\" id=\"pr-avg\">\u2014<\/div>\n        <div class=\"pr-stat-label\">Average Rating<\/div>\n      <\/div>\n      <div class=\"pr-stat\">\n        <div class=\"pr-stat-num\" id=\"pr-pct\">\u2014<\/div>\n        <div class=\"pr-stat-label\">5-Star Reviews<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"pr-summary-wrap\">\n    <div class=\"pr-summary\">\n      <div>\n        <div class=\"pr-score-big\" id=\"pr-score-big\">\u2014<\/div>\n        <div class=\"pr-score-stars\" id=\"pr-score-stars\"><\/div>\n        <div class=\"pr-score-label\" id=\"pr-score-label\"><\/div>\n      <\/div>\n      <div class=\"pr-summary-divider\"><\/div>\n      <div class=\"pr-bars\" id=\"pr-bars\"><\/div>\n      <div class=\"pr-summary-divider\"><\/div>\n      <div class=\"pr-google-badge\">\n        <div class=\"pr-g-pill\">\n          <div class=\"pr-g-circle\">G<\/div>\n          Google Reviews\n        <\/div>\n        <div style=\"font-size:11px;color:#9CA3AF\">Verified via Google Maps<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"pr-controls\">\n    <div class=\"pr-chips\" id=\"pr-chips\">\n      <button class=\"pr-chip pr-active\" data-f=\"all\">All<\/button>\n      <button class=\"pr-chip\" data-f=\"5\">\u2605 5 stars<\/button>\n      <button class=\"pr-chip\" data-f=\"4\">\u2605 4 stars<\/button>\n      <button class=\"pr-chip\" data-f=\"3\">\u2605 3 &amp; below<\/button>\n    <\/div>\n    <div class=\"pr-count-label\" id=\"pr-count-label\"><\/div>\n  <\/div>\n\n  <div class=\"pr-grid\" id=\"pr-grid\"><\/div>\n\n  <div class=\"pr-footer\">\n    Reviews sourced from <a href=\"https:\/\/maps.google.com\" target=\"_blank\">Google Maps<\/a> \u00b7\n    <a href=\"https:\/\/propy.com\" target=\"_blank\">propy.com<\/a>\n  <\/div>\n<\/div>\n\n<script>\n\/\/ ============================================================\n\/\/  \u2605 STEP 1 OF 2 \u2014 PASTE YOUR GOOGLE API KEY HERE \u2605\n\/\/ ============================================================\nvar API_KEY = 'AIzaSyAXPckX1Tsnx0wXDBQG_MfTvRLIj5TGZ1w';\n\nvar PLACE_IDS = [\n  'ChIJtTEemYi7j4ARJ-scw7brgC8',  \/\/ Propy Title and Escrow, Miami\n  'ChIJi9pusYXmwogRs3Wri2jxzyc',  \/\/ Boss Law, St. Petersburg\n  'ChIJK0SAHtZTmogRb5KZcUXCy_8'   \/\/ Delta South Title, Mobile AL\n];\n\n\/\/ ============================================================\n\/\/  \u2605 YOUR STATIC REVIEWS (already collected) \u2605\n\/\/  These always show even if the API is unavailable.\n\/\/  Add new ones manually here any time.\n\/\/ ============================================================\nvar REVIEWS = [\n\n  \/\/ \u2500\u2500 PROPY TITLE & ESCROW \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  {\n    name:   \"Morgan Rose Smith\",\n    rating: 5,\n    text:   \"I represented buyers at the Ritz Carlton Singer Island and we closed in 11 business days which is unheard of! Penelope was wonderful to work with \u2014 available, responsive, honest and on top of the entire transaction. I will definitely be using Propy Title for future transactions!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"2 months ago\"\n  },\n\n  {\n    name:   \"Tara Kieser\",\n    rating: 5,\n    text:   \"Kathryn was so responsive and on top of everything with my file. I would choose her again and again!!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"2 months ago\"\n  },\n\n  {\n    name:   \"Andrew Seickel\",\n    rating: 5,\n    text:   \"This was my second transaction with Propy Title. I have closed many transactions as a real estate agent and this has been one of, if not the best, closing experience I have had. We came in with a one week close contract. Penelope, our closer, kept everything moving and we closed on time. Amazing experience.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"3 months ago\"\n  },\n\n  {\n    name:   \"Dr. Ian Rainey\",\n    rating: 5,\n    text:   \"I closed on my house and requested Propy to be the title company. I couldn\\'t be happier with the transaction and how smoothly everything went.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"3 months ago\"\n  },\n\n  {\n    name:   \"Tia Hockensmith\",\n    rating: 5,\n    text:   \"Penelope was in constant contact and managed the transaction beautifully from start to finish!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"3 months ago\"\n  },\n\n  {\n    name:   \"Loralei Matisse\",\n    rating: 5,\n    text:   \"Kathryn @ Propy is one of the best people to work with. She was amazing all the way through and kept me informed throughout the entire process. Signing was easy and house purchase handled effortlessly. Cannot say enough good things about Kathryn and her team.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"4 months ago\"\n  },\n\n  {\n    name:   \"Karla Adorno\",\n    rating: 5,\n    text:   \"I recently sold my home and worked with Propy Title and Escrow through the process. Their team was organized, communicative, and made each step easy to understand. The closing was handled efficiently, all documents were prepared on time, and I always knew what was happening. Great experience overall.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"JEPPY BRUCI\",\n    rating: 5,\n    text:   \"Kathryn from Propy has been amazing. She is a very helpful agent. She worked a long shift to make the process move faster and smoothly for everyone and every time you call her she\\'s ready to answer the phone and help. She closed my property really fast with no issues. I\\'m glad she was my agent for this closing.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Tricia Shotzberger\",\n    rating: 5,\n    text:   \"I want to extend my gratitude to Kathryn P. for her unwavering persistence and diligent follow-up with all parties involved in this probate deal. Her efforts were crucial in bringing this deal to the closing table. If Kathryn is your title agent, you can rest assured that you are in excellent hands.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Sissi Echevarria\",\n    rating: 5,\n    text:   \"The transparency and efficiency that the blockchain integration provided was incredible. It streamlined the documentation process, reduced the potential for errors, and offered a secure, immutable record of the transaction. Kathryn from Propy went the 1000 extra mile to assist. Thanks Propy and all the team!!!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Javier Caracheo\",\n    rating: 5,\n    text:   \"I want to thank Ms. Kathryn Plouffe for her wonderful and dedicated attention. With her great help we were able to close before Thanksgiving \u2014 she worked until late in the evening to get this loan ready. I give her a 10 out of 10 for the great effort she puts into her work. Thank you, Ms. Kathryn! \u263a\ufe0f\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Michael Alexich\",\n    rating: 5,\n    text:   \"Kathryn and her team are very polite and knowledgeable. Their communication is excellent and customer service is top notch.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Jay Vermette\",\n    rating: 5,\n    text:   \"Kathryn & team were great to close with and are truly top drawer.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Odetta Thomas\",\n    rating: 5,\n    text:   \"Working with Propy Title Company has been an absolute pleasure. Ms. Caruthers and Ms. Myriam were very pleasant and professional. I wish nothing but the best for these ladies and this company. Thank you.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Pilar Lecha\",\n    rating: 5,\n    text:   \"I had an excellent experience working with Penelope from Propy Title. The entire process \u2014 including a crypto transaction \u2014 was handled smoothly, professionally, and with great communication. Everything went perfectly from start to finish. Highly recommended!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Brooke Stanfill\",\n    rating: 5,\n    text:   \"Penelope with Propy Title did an excellent job. She was quick to respond to any questions and was in constant communication with parties involved. Very professional. I would highly recommend Propy Title and will most definitely use them again.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Yasmina Santana Ramirez\",\n    rating: 5,\n    text:   \"I love working with Propy Title. As a realtor, we need a team that is always available to answer phone calls, messages and emails \u2014 and they are excellent at that. I highly recommend them. I appreciate the attention, support, and professionalism of Propy Title, especially from Myriam and Penelope.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Felipe Pena-Diaz\",\n    rating: 5,\n    text:   \"I\\'ve been involved in a few transactions with Propy already as an agent, an investor, and through one of the agents on my team. Their system is revolutionary to the title world. Kathryn is amazing and ever since she has come onboard things have gotten even better!! I HIGHLY recommend them.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Alison Avayu\",\n    rating: 5,\n    text:   \"Penelope and the entire team from Propy made our transaction a BREEZE and a pleasure. Very professional, quick communication\/response time and handling the transfer of crypto to cash for my seller was incredible! Thank you \u2014 I look forward to working together again soon!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Ryan Cox\",\n    rating: 5,\n    text:   \"As a mortgage lender Propy offers everything I look for in a Title partner. Service accessibility via SMS, prompt disbursement of closing funds, no wire fees and mobile notaries. Great experience with Shannon & Kathryn so far!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Claude Hache\",\n    rating: 5,\n    text:   \"Professional, made me feel comfortable and they treated me as if I was the only client they have. Very attentive to my needs, ensured I had a good understanding of the process. Thanks wonderful team.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Steven Calabrese\",\n    rating: 5,\n    text:   \"Vic Niles is fantastic to work with. She and her team communicate clearly and efficiently, making the process smooth from start to finish.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Cindy Sullivan\",\n    rating: 5,\n    text:   \"Kathryn Plouffe at Propy Title made the closing process smooth and seamless. She is a great communicator. Kathryn was quick to respond to any requests and very professional at every turn.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Shelly Worden\",\n    rating: 5,\n    text:   \"We had the pleasure of working with Propy Title on the purchase of our new home. I don\\'t think that I have ever had such a quick response to questions and requests in my life! A huge thank you to LaMaiah Flowers for all of his hard work and help!!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Orlando Cano\",\n    rating: 5,\n    text:   \"The best closing experience of my life! Everything was SO easy and all done from the comfort of my own home through video calls and e-signatures. They went above and beyond to make my closing experience the best possible!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Debra Lahlou\",\n    rating: 5,\n    text:   \"Absolutely love working with Victoria Niles & Ashley Morgan! I have sold real estate in Tampa Bay area for over 9 years! They truly have made closings so seamless and effortless! My clients appreciate the ability to use crypto to pay for their closing costs \u2014 it truly is the future of real estate!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Jessica Christianson\",\n    rating: 5,\n    text:   \"This was my first closing with Propy Title. Ashley got this one together quickly and all parties met their deadlines. Happy buyers and happy seller make this a win in my book!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"8 months ago\"\n  },\n\n  {\n    name:   \"Marlon Mitchell\",\n    rating: 5,\n    text:   \"Just want to say thank you Propy Title Company. Great service, very professional. Ashley and her team \u2014 thank you so much, we will recommend Propy to our friends and family.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"8 months ago\"\n  },\n\n  {\n    name:   \"Carla Olivares\",\n    rating: 5,\n    text:   \"Thank you so much Ashley Morgan, Javante Vasquez & team. It was a smooth and seamless closing process. I really appreciated the excellent communication, real-time updates, and the convenience of using the Propy platform \u2014 especially being able to order title 24\/7. Looking forward to many more closings together!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"9 months ago\"\n  },\n\n  {\n    name:   \"Michael Thompson\",\n    rating: 5,\n    text:   \"I had a great experience working with Propy Title. Their attention to detail, communication, and fast closing is welcomed and appreciated as a listing broker. I highly recommend you give them an opportunity to close your real estate transaction. 5 STARS.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"9 months ago\"\n  },\n\n  {\n    name:   \"Esther Platt\",\n    rating: 5,\n    text:   \"Propy Title and Escrow is a game changer! As a real estate professional, working with a title company that\\'s responsive, organized, and tech-savvy makes all the difference \u2014 and Propy delivers every single time.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"10 months ago\"\n  },\n\n  {\n    name:   \"Eddie Boan\",\n    rating: 5,\n    text:   \"It was a very smooth transaction. Jessica & her professional team kept us informed throughout the process till the end of the transaction. Joseph Kemp, the mobile notary, was on time for our appointment and was very thorough, explaining what I was signing. I would recommend Propy Title to handle your home sale closing.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"1 year ago\"\n  },\n\n  {\n    name:   \"Rosa Gil\",\n    rating: 5,\n    text:   \"This was my first time using Propy, and it was a fantastic experience. Ilko and Jessica were a pleasure to work with \u2014 their attentiveness and clear communication stood out. These qualities are exactly what I look for when choosing services for my clients. Highly recommend!\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"1 year ago\"\n  },\n\n  {\n    name:   \"Shane Guamos\",\n    rating: 5,\n    text:   \"Jessica went above and beyond! She kept everyone informed at all times. Her expertise and clear communication made the process seamless and stress-free. We will definitely use her services again.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"1 year ago\"\n  },\n\n  {\n    name:   \"R W Redlin\",\n    rating: 5,\n    text:   \"Had a great experience with Propy for the closing on my condo. Kathryn and Myriam were wonderful \u2014 all documents either online or uploaded and located in one common site for all parties. Nice experience.\",\n    link:   \"https:\/\/maps.app.goo.gl\/GCnVz5MDBgfuW7un8\",\n    date:   \"5 months ago\"\n  },\n\n  \/\/ \u2500\u2500 BOSS LAW \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  {\n    name:   \"Leo DaLynx\",\n    rating: 5,\n    text:   \"The best decision we could have made to get help closing on our first home. In Florida it\\'s not required to have a lawyer but I personally feel it\\'s a no brainer. Alysa saved us from costly issues in the future and had our back every step of the way.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Katie Patterson\",\n    rating: 5,\n    text:   \"I am so appreciative of Kristina and Sophia at Boss Law. I was representing the buyers in a transaction and we had several issues related to our lender. Kristina and Kelli handled the entire transaction wonderfully and accommodated us to get to the closing table. Outstanding team!\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Ashley Woodruff\",\n    rating: 5,\n    text:   \"Sophia and Kristina were absolutely amazing during the closing of our home. Displayed the utmost professionalism, patience and positivity.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"7 months ago\"\n  },\n\n  {\n    name:   \"Trevor Mallory\",\n    rating: 5,\n    text:   \"First experience with Boss Law and I was very impressed. They were very friendly and welcoming with their customer service starting as soon as I opened the front door. Office was clean and in order with a good variety of snack options. Very efficient \u2014 in and out in no time.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"6 months ago\"\n  },\n\n  {\n    name:   \"Vita Gonzalez\",\n    rating: 5,\n    text:   \"Kristina was our closer and she was great. We had a great experience and would recommend this title company to anyone looking to buy or sell a property in Florida.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"5 months ago\"\n  },\n\n  {\n    name:   \"Rose\",\n    rating: 5,\n    text:   \"Boss Law made my closing process smooth and stress-free. The staff was professional, efficient, and very attentive to details. They kept me updated throughout the entire process and explained everything clearly so I always felt confident about each step.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"8 months ago\"\n  },\n\n  {\n    name:   \"Steve Semonich\",\n    rating: 5,\n    text:   \"My wife and I just closed on our house and were recommended to use Boss Law. This was such a pleasant process and everything leading up to the closing was flawless. Kristina and the team at Boss Law worked very efficiently. Highly recommend!\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"9 months ago\"\n  },\n\n  {\n    name:   \"Richard Valway\",\n    rating: 5,\n    text:   \"Easy, efficient and professional. Closed on a new house with ease. I\\'d highly recommend Boss Law for title or legal work. Kristina was fantastic! Thanks for the great experience!\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"11 months ago\"\n  },\n\n  {\n    name:   \"Christine Harper\",\n    rating: 5,\n    text:   \"Joshua Perez is the most knowledgeable lawyer I know!! He assisted with our probate and was there every step of the way. Highly recommend Boss Law for any real estate or legal needs.\",\n    link:   \"https:\/\/maps.app.goo.gl\/k7VxEUtoFUCQhP6R7\",\n    date:   \"3 months ago\"\n  },\n\n  \/\/ \u2500\u2500 DELTA SOUTH TITLE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  {\n    name:   \"Kathi Mills\",\n    rating: 5,\n    text:   \"Everything and everyone were wonderful. Parking was simple and right at the front door. The people are welcoming, calm, and efficient. I honestly have only positive things to say and I\\'ve gone through this process many times and have never been able to say that. Thanks to Jennifer and all.\",\n    link:   \"https:\/\/maps.app.goo.gl\/Biyz1jcT4SQhdGpW8\",\n    date:   \"4 years ago\"\n  },\n\n  {\n    name:   \"Sam Thullesen\",\n    rating: 5,\n    text:   \"The closing process was a breeze and they were all friendly and professional. Highly recommend!\",\n    link:   \"https:\/\/maps.app.goo.gl\/Biyz1jcT4SQhdGpW8\",\n    date:   \"1 year ago\"\n  }\n\n]; \/\/ \u2190 Do not delete this line\n\n\/\/ ============================================================\n\/\/  Everything below powers the page \u2014 no need to edit\n\/\/ ============================================================\n\nvar COLORS = ['#5B4FE9','#7C3AED','#3730A3','#2563EB','#059669','#D97706','#DC2626','#0891B2'];\nvar activeFilter = 'all';\n\nfunction initials(name) {\n  return name.split(' ').map(function(w){ return w[0] || ''; }).join('').slice(0,2).toUpperCase();\n}\n\nfunction starsHtml(r, cls) {\n  var h = '';\n  for (var i = 1; i <= 5; i++) {\n    h += '<span class=\"' + (i <= r ? 'on' : 'off') + '\">\u2605<\/span>';\n  }\n  return '<div class=\"pr-card-stars\">' + h + '<\/div>';\n}\n\nfunction calcStats() {\n  var total = REVIEWS.length;\n  var sum = 0, five = 0;\n  var counts = {5:0,4:0,3:0,2:0,1:0};\n  REVIEWS.forEach(function(r){\n    sum += r.rating;\n    if (r.rating === 5) five++;\n    if (counts[r.rating] !== undefined) counts[r.rating]++;\n  });\n  var avg = total ? (sum \/ total) : 0;\n  return { total: total, avg: avg, five: five, counts: counts };\n}\n\nfunction headerStars(avg) {\n  var h = '';\n  for (var i = 1; i <= 5; i++) {\n    if (i <= Math.floor(avg)) h += '<span style=\"color:#F59E0B;font-size:22px\">\u2605<\/span>';\n    else if (i - avg < 1) h += '<span style=\"color:#F59E0B;font-size:22px;opacity:0.5\">\u2605<\/span>';\n    else h += '<span style=\"color:#E5E7EB;font-size:22px\">\u2605<\/span>';\n  }\n  return h;\n}\n\nfunction renderSummary() {\n  var s = calcStats();\n  document.getElementById('pr-total').textContent = s.total;\n  document.getElementById('pr-avg').textContent = s.avg.toFixed(1) + '\u2605';\n  document.getElementById('pr-pct').textContent = s.total ? Math.round(s.five\/s.total*100) + '%' : '\u2014';\n  document.getElementById('pr-score-big').textContent = s.avg.toFixed(1);\n  document.getElementById('pr-score-stars').innerHTML = headerStars(s.avg);\n  document.getElementById('pr-score-label').textContent = s.total + ' reviews';\n\n  var maxC = Math.max.apply(null, [s.counts[5],s.counts[4],s.counts[3],s.counts[2],s.counts[1],1]);\n  var barsHtml = '';\n  for (var star = 5; star >= 1; star--) {\n    var pct = Math.round(s.counts[star] \/ maxC * 100);\n    barsHtml += '<div class=\"pr-bar-row\">'\n      + '<div class=\"pr-bar-lbl\">' + star + '\u2605<\/div>'\n      + '<div class=\"pr-bar-track\"><div class=\"pr-bar-fill\" style=\"width:' + pct + '%\"><\/div><\/div>'\n      + '<div class=\"pr-bar-n\">' + s.counts[star] + '<\/div>'\n      + '<\/div>';\n  }\n  document.getElementById('pr-bars').innerHTML = barsHtml;\n}\n\nfunction getFiltered() {\n  if (activeFilter === 'all') return REVIEWS;\n  if (activeFilter === '5') return REVIEWS.filter(function(r){ return r.rating === 5; });\n  if (activeFilter === '4') return REVIEWS.filter(function(r){ return r.rating === 4; });\n  if (activeFilter === '3') return REVIEWS.filter(function(r){ return r.rating <= 3; });\n  return REVIEWS;\n}\n\nfunction renderGrid() {\n  var reviews = getFiltered();\n  document.getElementById('pr-count-label').textContent = reviews.length + ' review' + (reviews.length !== 1 ? 's' : '');\n\n  if (reviews.length === 0) {\n    document.getElementById('pr-grid').innerHTML = '<div class=\"pr-empty\">No reviews match this filter.<\/div>';\n    return;\n  }\n\n  var html = '';\n  reviews.forEach(function(r, i) {\n    var color = COLORS[i % COLORS.length];\n    var ini = initials(r.name);\n    var longText = r.text && r.text.length > 180;\n    var tid = 'pr-t-' + i;\n    var bid = 'pr-b-' + i;\n    var linkHtml = r.link\n      ? '<a class=\"pr-source-link\" href=\"' + r.link + '\" target=\"_blank\" rel=\"noopener\">View on Google \u2197<\/a>'\n      : '<span class=\"pr-source-label\" style=\"font-size:11px;color:#9CA3AF;\">Google Review<\/span>';\n\n    html += '<div class=\"pr-card\">'\n      + '<div class=\"pr-card-top\">'\n      + '<div class=\"pr-avatar\" style=\"background:' + color + '\">' + ini + '<\/div>'\n      + '<div><div class=\"pr-author\">' + r.name + '<\/div>'\n      + '<div style=\"font-size:12px;color:#9CA3AF;\">' + (r.date || '') + '<\/div><\/div>'\n      + '<\/div>'\n      + starsHtml(r.rating)\n      + '<div class=\"pr-text' + (longText ? '' : '') + '\" id=\"' + tid + '\">' + r.text + '<\/div>'\n      + (longText ? '<button class=\"pr-read-more\" id=\"' + bid + '\" onclick=\"prToggle(\\'' + tid + '\\',\\'' + bid + '\\')\">Read more<\/button>' : '')\n      + '<div class=\"pr-card-footer\">'\n      + '<span class=\"pr-verified\"><span class=\"pr-verified-dot\"><\/span>Verified<\/span>'\n      + linkHtml\n      + '<\/div>'\n      + '<\/div>';\n  });\n\n  document.getElementById('pr-grid').innerHTML = html;\n}\n\nfunction prToggle(tid, bid) {\n  var el = document.getElementById(tid);\n  var btn = document.getElementById(bid);\n  if (el.classList.contains('expanded')) {\n    el.classList.remove('expanded');\n    btn.textContent = 'Read more';\n  } else {\n    el.classList.add('expanded');\n    btn.textContent = 'Show less';\n  }\n}\n\n\/\/ Filter chips\ndocument.getElementById('pr-chips').addEventListener('click', function(e) {\n  var chip = e.target.closest('.pr-chip');\n  if (!chip) return;\n  document.querySelectorAll('.pr-chip').forEach(function(c){ c.classList.remove('pr-active'); });\n  chip.classList.add('pr-active');\n  activeFilter = chip.getAttribute('data-f');\n  renderGrid();\n});\n\nrenderSummary();\nrenderGrid();\n\n\/\/ ============================================================\n\/\/  LIVE GOOGLE PLACES API \u2014 fetches 5 newest reviews per listing\n\/\/  and adds them to the top of the page automatically.\n\/\/  Only runs if API_KEY and PLACE_IDs are filled in above.\n\/\/ ============================================================\nif (API_KEY !== 'YOUR_API_KEY' && PLACE_IDS[0] !== 'YOUR_PLACE_ID_PROPY_TITLE') {\n  var _mapsScript = document.createElement('script');\n  _mapsScript.src = 'https:\/\/maps.googleapis.com\/maps\/api\/js?key=' + API_KEY + '&libraries=places&callback=_initPlaces';\n  _mapsScript.async = true;\n  document.head.appendChild(_mapsScript);\n}\n\nwindow._initPlaces = function() {\n  \/\/ PlacesService needs a real DOM element\n  var _mapDiv = document.createElement('div');\n  _mapDiv.style.display = 'none';\n  document.body.appendChild(_mapDiv);\n  var _map = new google.maps.Map(_mapDiv, { center: { lat: 0, lng: 0 }, zoom: 1 });\n  var _svc = new google.maps.places.PlacesService(_map);\n\n  var _pending = PLACE_IDS.length;\n  var _fresh = [];\n\n  PLACE_IDS.forEach(function(pid) {\n    if (!pid || pid.indexOf('YOUR_') === 0) { _pending--; return; }\n    _svc.getDetails(\n      { placeId: pid, fields: ['reviews', 'rating', 'user_ratings_total', 'name'] },\n      function(result, status) {\n        if (status === google.maps.places.PlacesServiceStatus.OK && result.reviews) {\n          result.reviews.forEach(function(r) {\n            _fresh.push({\n              name:   r.author_name || 'Anonymous',\n              rating: r.rating || 5,\n              text:   r.text || '',\n              link:   r.author_url || '',\n              date:   r.relative_time_description || ''\n            });\n          });\n        }\n        _pending--;\n        if (_pending === 0 && _fresh.length > 0) {\n          \/\/ Deduplicate: skip fresh reviews already in static list\n          var seen = new Set(REVIEWS.map(function(r) {\n            return (r.name + r.text.substring(0, 40)).toLowerCase();\n          }));\n          var added = 0;\n          _fresh.forEach(function(r) {\n            var key = (r.name + r.text.substring(0, 40)).toLowerCase();\n            if (!seen.has(key) && r.text.length > 5) {\n              REVIEWS.unshift(r); \/\/ add to top\n              seen.add(key);\n              added++;\n            }\n          });\n          if (added > 0) {\n            renderSummary();\n            renderGrid();\n          }\n        }\n      }\n    );\n  });\n};\n\n\/\/ \u2500\u2500 FULL-SCREEN TAKEOVER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\/\/ Moves .pr-wrap to <body> level and makes it cover the full\n\/\/ screen \u2014 hides the WordPress header, footer, sidebar, and nav.\n\/\/ Works on every theme, no settings needed.\n(function () {\n  function takeover() {\n    var wrap = document.querySelector('.pr-wrap');\n    if (!wrap) return;\n\n    \/\/ Move to direct child of <body> so nothing clips it\n    document.body.appendChild(wrap);\n\n    \/\/ Make it cover the entire viewport and scroll independently\n    wrap.style.cssText = [\n      'position:fixed',\n      'top:0', 'left:0', 'right:0', 'bottom:0',\n      'width:100%', 'height:100%',\n      'overflow-y:auto',\n      'z-index:999999',\n      'background:#F8F7FF'\n    ].join(';');\n\n    \/\/ Hide all WordPress chrome (header, footer, nav, sidebar, admin bar)\n    var hide = [\n      '#wpadminbar',\n      'header', 'footer', 'nav',\n      '.site-header', '.site-footer', '.site-navigation',\n      '.wp-site-blocks > *:not(.pr-wrap)',\n      '.entry-header', '.entry-footer',\n      '#masthead', '#colophon', '#secondary',\n      '.navigation-top', '.menu-toggle'\n    ];\n    hide.forEach(function (sel) {\n      document.querySelectorAll(sel).forEach(function (el) {\n        if (!el.contains(wrap)) el.style.display = 'none';\n      });\n    });\n\n    \/\/ Prevent body from scrolling behind our overlay\n    document.body.style.overflow = 'hidden';\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', takeover);\n  } else {\n    takeover();\n  }\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfe0 PropyReviews Real Stories from Real Clients See what buyers, sellers, and agents say about closing real estate deals with Propy. \u2014 Total Reviews \u2014 Average Rating \u2014 5-Star Reviews \u2014 G Google Reviews Verified via Google Maps All \u2605 5 stars \u2605 4 stars \u2605 3 &amp; below Reviews sourced from Google Maps \u00b7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/propyreviews.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":5,"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":16,"href":"https:\/\/propyreviews.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/16"}],"wp:attachment":[{"href":"https:\/\/propyreviews.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}