{"id":282,"date":"2026-04-07T04:02:56","date_gmt":"2026-04-07T04:02:56","guid":{"rendered":"https:\/\/proptrustverified.com\/?p=282"},"modified":"2026-04-07T06:11:56","modified_gmt":"2026-04-07T06:11:56","slug":"certificado-prop-trust-verified","status":"publish","type":"post","link":"https:\/\/proptrustverified.com\/en\/certificado-prop-trust-verified\/","title":{"rendered":"Certificado Prop Trust Verified"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Certificado PropTrust Verified &#8211; [C\u00d3DIGO CERTIFICADO]<\/title>\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');\n    \n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    \n    body {\n      font-family: 'Inter', sans-serif;\n      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n      min-height: 100vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n    }\n    \n    .certificate-container {\n      max-width: 1123px;\n      width: 100%;\n      background: #FFFFFF;\n      box-shadow: 0 25px 50px rgba(0,0,0,0.3);\n      position: relative;\n      overflow: hidden;\n    }\n    \n    \/* Border Decorativo *\/\n    .certificate-border {\n      border: 20px solid #1A365D;\n      padding: 40px;\n      position: relative;\n    }\n    \n    .certificate-border::before {\n      content: '';\n      position: absolute;\n      top: 10px;\n      left: 10px;\n      right: 10px;\n      bottom: 10px;\n      border: 3px solid #D4AF37;\n      pointer-events: none;\n    }\n    \n    .certificate-border::after {\n      content: '';\n      position: absolute;\n      top: 15px;\n      left: 15px;\n      right: 15px;\n      bottom: 15px;\n      border: 1px solid #D4AF37;\n      pointer-events: none;\n    }\n    \n    \/* Header *\/\n    .certificate-header {\n      text-align: center;\n      margin-bottom: 40px;\n      position: relative;\n    }\n    \n    .logo-container {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n    \n    .logo-icon {\n      width: 80px;\n      height: 80px;\n      background: linear-gradient(135deg, #1A365D, #2C4A75);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 3px solid #D4AF37;\n    }\n    \n    .logo-icon svg {\n      width: 50px;\n      height: 50px;\n      fill: #FFFFFF;\n    }\n    \n    .certificate-title {\n      font-family: 'Cinzel', serif;\n      font-size: 48px;\n      font-weight: 700;\n      color: #1A365D;\n      letter-spacing: 3px;\n      margin-bottom: 10px;\n    }\n    \n    .certificate-subtitle {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      font-style: italic;\n      color: #6B7280;\n      font-weight: 500;\n    }\n    \n    \/* Seal *\/\n    .official-seal {\n      position: absolute;\n      top: -20px;\n      right: 40px;\n      width: 120px;\n      height: 120px;\n    }\n    \n    .seal-outer {\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(135deg, #D4AF37, #F5D98A);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 4px solid #B8962E;\n      box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);\n    }\n    \n    .seal-inner {\n      width: 90px;\n      height: 90px;\n      background: #FFFFFF;\n      border-radius: 50%;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      border: 2px solid #D4AF37;\n    }\n    \n    .seal-text {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      font-weight: 600;\n      color: #1A365D;\n      text-align: center;\n      line-height: 1.3;\n    }\n    \n    \/* Certificate Number *\/\n    .certificate-number {\n      text-align: center;\n      font-family: 'Inter', sans-serif;\n      font-size: 14px;\n      color: #6B7280;\n      margin-bottom: 30px;\n      letter-spacing: 2px;\n    }\n    \n    .certificate-number strong {\n      color: #1A365D;\n      font-weight: 600;\n    }\n    \n    \/* Main Content *\/\n    .certificate-content {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n    \n    .presented-to {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      color: #6B7280;\n      margin-bottom: 10px;\n      font-style: italic;\n    }\n    \n    .client-name {\n      font-family: 'Cinzel', serif;\n      font-size: 36px;\n      font-weight: 700;\n      color: #1A365D;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid #D4AF37;\n      display: inline-block;\n      min-width: 400px;\n    }\n    \n    .verification-text {\n      font-family: 'Inter', sans-serif;\n      font-size: 16px;\n      color: #4B5563;\n      line-height: 1.8;\n      max-width: 800px;\n      margin: 0 auto 30px;\n    }\n    \n    \/* Property Details *\/\n    .property-details {\n      background: linear-gradient(135deg, #F9FAFB, #F3F4F6);\n      border: 2px solid #E5E7EB;\n      border-radius: 12px;\n      padding: 30px;\n      margin: 30px auto;\n      max-width: 800px;\n      text-align: left;\n    }\n    \n    .detail-row {\n      display: flex;\n      justify-content: space-between;\n      padding: 12px 0;\n      border-bottom: 1px solid #E5E7EB;\n    }\n    \n    .detail-row:last-child {\n      border-bottom: none;\n    }\n    \n    .detail-label {\n      font-weight: 600;\n      color: #6B7280;\n      font-size: 14px;\n    }\n    \n    .detail-value {\n      font-weight: 500;\n      color: #1A365D;\n      font-size: 14px;\n      text-align: right;\n    }\n    \n    \/* Verification Badge *\/\n    .verification-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: linear-gradient(135deg, #10B981, #059669);\n      color: #FFFFFF;\n      padding: 12px 24px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin: 20px 0;\n      box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);\n    }\n    \n    .verification-badge svg {\n      width: 24px;\n      height: 24px;\n      fill: #FFFFFF;\n    }\n    \n    \/* QR Code Section *\/\n    .qr-section {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 30px;\n      margin: 40px 0;\n      padding: 30px;\n      background: linear-gradient(135deg, #F9FAFB, #F3F4F6);\n      border-radius: 12px;\n      border: 2px solid #E5E7EB;\n    }\n    \n    .qr-code {\n      width: 150px;\n      height: 150px;\n      background: #FFFFFF;\n      padding: 10px;\n      border: 2px solid #1A365D;\n      border-radius: 8px;\n    }\n    \n    .qr-info {\n      text-align: left;\n    }\n    \n    .qr-info h4 {\n      font-family: 'Inter', sans-serif;\n      font-size: 16px;\n      font-weight: 600;\n      color: #1A365D;\n      margin-bottom: 10px;\n    }\n    \n    .qr-info p {\n      font-size: 14px;\n      color: #6B7280;\n      line-height: 1.6;\n    }\n    \n    .verify-url {\n      font-family: 'Inter', sans-serif;\n      font-size: 13px;\n      color: #10B981;\n      font-weight: 600;\n      margin-top: 10px;\n      display: block;\n    }\n    \n    \/* Signatures *\/\n    .signatures-section {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-end;\n      margin-top: 60px;\n      padding-top: 40px;\n      border-top: 2px solid #E5E7EB;\n    }\n    \n    .signature-block {\n      text-align: center;\n      flex: 1;\n    }\n    \n    .signature-line {\n      width: 250px;\n      height: 2px;\n      background: #1A365D;\n      margin: 0 auto 10px;\n    }\n    \n    .signature-name {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      font-weight: 600;\n      color: #1A365D;\n      margin-bottom: 5px;\n    }\n    \n    .signature-title {\n      font-family: 'Inter', sans-serif;\n      font-size: 13px;\n      color: #6B7280;\n      line-height: 1.5;\n    }\n    \n    .signature-title strong {\n      color: #1A365D;\n      display: block;\n      margin-bottom: 4px;\n    }\n    \n    \/* Footer *\/\n    .certificate-footer {\n      text-align: center;\n      margin-top: 50px;\n      padding-top: 30px;\n      border-top: 1px solid #E5E7EB;\n    }\n    \n    .trademark-info {\n      font-family: 'Inter', sans-serif;\n      font-size: 11px;\n      color: #9CA3AF;\n      line-height: 1.6;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n    \n    .trademark-info strong {\n      color: #1A365D;\n    }\n    \n    \/* Decorative Elements *\/\n    .corner-ornament {\n      position: absolute;\n      width: 60px;\n      height: 60px;\n    }\n    \n    .corner-ornament.top-left {\n      top: 20px;\n      left: 20px;\n    }\n    \n    .corner-ornament.top-right {\n      top: 20px;\n      right: 20px;\n      transform: rotate(90deg);\n    }\n    \n    .corner-ornament.bottom-left {\n      bottom: 20px;\n      left: 20px;\n      transform: rotate(-90deg);\n    }\n    \n    .corner-ornament.bottom-right {\n      bottom: 20px;\n      right: 20px;\n      transform: rotate(180deg);\n    }\n    \n    \/* Print Styles *\/\n    @media print {\n      body {\n        background: #FFFFFF;\n        padding: 0;\n      }\n      \n      .certificate-container {\n        box-shadow: none;\n        max-width: 100%;\n      }\n      \n      .no-print {\n        display: none;\n      }\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .certificate-border {\n        padding: 20px;\n        border-width: 10px;\n      }\n      \n      .certificate-title {\n        font-size: 32px;\n      }\n      \n      .client-name {\n        font-size: 24px;\n        min-width: auto;\n        width: 100%;\n      }\n      \n      .signatures-section {\n        flex-direction: column;\n        gap: 40px;\n      }\n      \n      .signature-line {\n        width: 200px;\n      }\n      \n      .qr-section {\n        flex-direction: column;\n        text-align: center;\n      }\n      \n      .qr-info {\n        text-align: center;\n      }\n      \n      .property-details {\n        padding: 20px;\n      }\n      \n      .detail-row {\n        flex-direction: column;\n        gap: 5px;\n      }\n      \n      .detail-value {\n        text-align: left;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  \n  <div class=\"certificate-container\">\n    <div class=\"certificate-border\">\n      \n      <!-- Corner Ornaments -->\n      <svg class=\"corner-ornament top-left\" viewBox=\"0 0 60 60\" fill=\"none\">\n        <path d=\"M0 0 L60 0 L60 10 L10 10 L10 60 L0 60 Z\" fill=\"#D4AF37\"\/>\n      <\/svg>\n      <svg class=\"corner-ornament top-right\" viewBox=\"0 0 60 60\" fill=\"none\">\n        <path d=\"M0 0 L60 0 L60 10 L10 10 L10 60 L0 60 Z\" fill=\"#D4AF37\"\/>\n      <\/svg>\n      <svg class=\"corner-ornament bottom-left\" viewBox=\"0 0 60 60\" fill=\"none\">\n        <path d=\"M0 0 L60 0 L60 10 L10 10 L10 60 L0 60 Z\" fill=\"#D4AF37\"\/>\n      <\/svg>\n      <svg class=\"corner-ornament bottom-right\" viewBox=\"0 0 60 60\" fill=\"none\">\n        <path d=\"M0 0 L60 0 L60 10 L10 10 L10 60 L0 60 Z\" fill=\"#D4AF37\"\/>\n      <\/svg>\n      \n      <!-- Official Seal -->\n      <div class=\"official-seal\">\n        <div class=\"seal-outer\">\n          <div class=\"seal-inner\">\n            <div class=\"seal-text\">\n              PROP<br>TRUST<br>VERIFIED\u2122\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Header -->\n      <div class=\"certificate-header\">\n        <div class=\"logo-container\">\n          <div class=\"logo-icon\">\n            <svg viewBox=\"0 0 24 24\">\n              <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/>\n              <polyline points=\"9 22 9 12 15 12 15 22\"\/>\n              <path d=\"M12 3v4\"\/>\n              <circle cx=\"12\" cy=\"8\" r=\"2\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <h1 class=\"certificate-title\">CERTIFICADO DE VERIFICACI\u00d3N<\/h1>\n        <p class=\"certificate-subtitle\">Propiedad <a href=\"https:\/\/proptrustverified.com\/verificacion-inmobiliaria-profesional-agentes-valencia\/\" title=\"Verificaci\u00f3n Inmobiliaria Profesional | Agentes Valencia |\"  data-wpil-monitor-id=\"33\">Inmobiliaria Verificada Profesionalmente<\/a><\/p>\n      <\/div>\n      \n      <!-- Certificate Number -->\n      <div class=\"certificate-number\">\n        C\u00d3DIGO DE VERIFICACI\u00d3N: <strong>PT-ES-2026-AB12X<\/strong>\n      <\/div>\n      \n      <!-- Main Content -->\n      <div class=\"certificate-content\">\n        <p class=\"presented-to\">Este certificado se expide a favor de:<\/p>\n        <div class=\"client-name\">D.\/D\u00f1a. [NOMBRE COMPLETO DEL CLIENTE]<\/div>\n        \n        <p class=\"verification-text\">\n          Por la presente se CERTIFICA que la propiedad descrita a continuaci\u00f3n ha sido verificada \n          t\u00e9cnicamente conforme a la metodolog\u00eda estandarizada de <strong>PropTrust Verified\u2122<\/strong>, \n          incluyendo inspecci\u00f3n presencial de 50+ puntos, verificaci\u00f3n documental y an\u00e1lisis t\u00e9cnico \n          por <a href=\"https:\/\/proptrustverified.com\/trabaja-con-nosotros-directorio-de-peritos-colegiados\/\" title=\"Trabaja con Nosotros | Directorio de Peritos Colegiados\"  data-wpil-monitor-id=\"34\">perito judicial colegiado<\/a>.\n        <\/p>\n        \n        <!-- Verification Badge -->\n        <div class=\"verification-badge\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/>\n          <\/svg>\n          <span>PROPIEDAD VERIFICADA<\/span>\n        <\/div>\n        \n        <!-- Property Details -->\n        <div class=\"property-details\">\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83d\udccd Direcci\u00f3n de la Propiedad:<\/span>\n            <span class=\"detail-value\">[CALLE, N\u00daMERO, PISO, PUERTA]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83c\udff7\ufe0f Referencia Catastral:<\/span>\n            <span class=\"detail-value\">[REFERENCIA CATASTRAL]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83d\udcd0 Superficie:<\/span>\n            <span class=\"detail-value\">[XXX] m\u00b2 construidos<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83d\udccb Tipo de Propiedad:<\/span>\n            <span class=\"detail-value\">[PISO\/CASA\/LOCAL\/TERRENO]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83d\udcc5 Fecha de Verificaci\u00f3n:<\/span>\n            <span class=\"detail-value\">[DD] de [MES] de 2026<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\ud83d\udd0d Tipo de Servicio:<\/span>\n            <span class=\"detail-value\">[BASIC\/PREMIUM\/JUDICIAL]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">\u2705 Estado General:<\/span>\n            <span class=\"detail-value\" style=\"color: #10B981; font-weight: 600;\">VERIFICADO SIN INCIDENCIAS GRAVES<\/span>\n          <\/div>\n        <\/div>\n        \n        <!-- QR Code Section -->\n        <div class=\"qr-section\">\n          <div class=\"qr-code\">\n            <!-- QR Code Placeholder - Replace with actual QR -->\n            <svg viewBox=\"0 0 100 100\" fill=\"#000000\">\n              <rect x=\"0\" y=\"0\" width=\"100\" height=\"100\" fill=\"#FFFFFF\"\/>\n              <rect x=\"10\" y=\"10\" width=\"20\" height=\"20\"\/>\n              <rect x=\"70\" y=\"10\" width=\"20\" height=\"20\"\/>\n              <rect x=\"10\" y=\"70\" width=\"20\" height=\"20\"\/>\n              <rect x=\"40\" y=\"40\" width=\"20\" height=\"20\"\/>\n              <rect x=\"10\" y=\"40\" width=\"10\" height=\"10\"\/>\n              <rect x=\"70\" y=\"70\" width=\"10\" height=\"10\"\/>\n              <rect x=\"40\" y=\"10\" width=\"10\" height=\"10\"\/>\n              <rect x=\"70\" y=\"40\" width=\"10\" height=\"10\"\/>\n              <rect x=\"40\" y=\"70\" width=\"10\" height=\"10\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"qr-info\">\n            <h4>\ud83d\udd10 Verificar Autenticidad<\/h4>\n            <p>Escanea este c\u00f3digo QR o visita nuestra web para verificar la autenticidad de este certificado y consultar el informe t\u00e9cnico completo.<\/p>\n            <a href=\"https:\/\/proptrustverified.com\/verify\/PT-ES-2026-AB12X\" class=\"verify-url\" target=\"_blank\">\n              proptrustverified.com\/verify\/PT-ES-2026-AB12X\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Signatures -->\n      <div class=\"signatures-section\">\n        <div class=\"signature-block\">\n          <div class=\"signature-line\"><\/div>\n          <div class=\"signature-name\">Aurelio Tamarit Blay<\/div>\n          <div class=\"signature-title\">\n            <strong>Perito Judicial Colegiado<\/strong>\n            N\u00ba Colegiado: [N\u00daMERO]<br>\n            Fundador PropTrust Verified\u2122\n          <\/div>\n        <\/div>\n        \n        <div class=\"signature-block\">\n          <div class=\"signature-line\"><\/div>\n          <div class=\"signature-name\">[Fecha de Emisi\u00f3n]<\/div>\n          <div class=\"signature-title\">\n            <strong>Fecha de Emisi\u00f3n<\/strong>\n            [DD] de [MES] de 2026<br>\n            Valencia, Espa\u00f1a\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Footer -->\n      <div class=\"certificate-footer\">\n        <div class=\"trademark-info\">\n          <strong>Prop Trust Verified\u2122<\/strong> &#8211; Solicitud de Marca OEPM N0498420 (30\/03\/2026 17:09:42)<br>\n          Clase 36: Servicios Inmobiliarios | Titular: Aurelio Tamarit Blay (NIF: 52725512J)<br>\n          Domicilio: Avinguda d&#8217;Ausi\u00e0s March, 66, 46026 Valencia | Establecimiento: Carrera de la Fuente de San Luis 17, Valencia<br>\n          Tel: 662 221 582 | Email: aureliot96@gmail.com | Web: proptrustverified.com<br><br>\n          <em>Este certificado tiene validez t\u00e9cnica y contractual. Puede ser utilizado como prueba en procedimientos judiciales. \n          La verificaci\u00f3n no sustituye la diligencia debida del comprador ni constituye garant\u00eda de ausencia total de defectos.<\/em>\n        <\/div>\n      <\/div>\n      \n    <\/div>\n  <\/div>\n  \n  <!-- Print Button -->\n  <div class=\"no-print\" style=\"text-align: center; margin-top: 30px;\">\n    <button onclick=\"window.print()\" style=\"\n      background: #1A365D;\n      color: #FFFFFF;\n      padding: 16px 32px;\n      font-size: 16px;\n      font-weight: 600;\n      border: none;\n      border-radius: 8px;\n      cursor: pointer;\n      box-shadow: 0 4px 12px rgba(26, 54, 93, 0.3);\n      transition: all 0.2s;\n    \" onmouseover=\"this.style.background='#152238'; this.style.transform='translateY(-2px)'\" onmouseout=\"this.style.background='#1A365D'; this.style.transform='translateY(0)'\">\n      \ud83d\udda8\ufe0f Imprimir Certificado\n    <\/button>\n    <p style=\"color: #FFFFFF; margin-top: 15px; font-size: 14px; opacity: 0.9;\">\n      \ud83d\udca1 Consejo: Guarda como PDF para env\u00edo digital o imprime en papel de alta calidad\n    <\/p>\n  <\/div>\n  \n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Certificado PropTrust Verified &#8211; [C\u00d3DIGO CERTIFICADO] PROPTRUSTVERIFIED\u2122 CERTIFICADO DE VERIFICACI\u00d3N Propiedad Inmobiliaria Verificada Profesionalmente C\u00d3DIGO DE VERIFICACI\u00d3N: PT-ES-2026-AB12X Este certificado se expide a favor de: D.\/D\u00f1a. [NOMBRE COMPLETO DEL CLIENTE] Por la presente se CERTIFICA que la propiedad descrita a continuaci\u00f3n ha sido verificada t\u00e9cnicamente conforme a la metodolog\u00eda estandarizada de PropTrust Verified\u2122, incluyendo inspecci\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":54,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[28],"tags":[],"class_list":["post-282","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proptrust"],"acf":[],"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=282"}],"version-history":[{"count":2,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/282\/revisions"}],"predecessor-version":[{"id":306,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/282\/revisions\/306"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media\/54"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/categories?post=282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/tags?post=282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}