{"id":282,"date":"2026-04-07T04:02:56","date_gmt":"2026-04-07T04:02:56","guid":{"rendered":"https:\/\/proptrustverified.com\/?p=282"},"modified":"2026-06-17T16:42:36","modified_gmt":"2026-06-17T16:42:36","slug":"certificado-prop-trust-verified","status":"publish","type":"post","link":"https:\/\/proptrustverified.com\/en\/certificado-prop-trust-verified\/","title":{"rendered":"Certificate Prop Trust Verified"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>PropTrust Verified Certificate &#8211; [CERTIFY CERTIFY]<\/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\"><\/path>\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\"><\/path>\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\"><\/path>\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\"><\/path>\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\">PROP<br>TRUST<br>VERIFIEDTM\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\"><\/path>\n              <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n              <path d=\"M12 3v4\"><\/path>\n              <circle cx=\"12\" cy=\"8\" r=\"2\"><\/circle>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <h1 class=\"certificate-title\">CERTIFICATE OF VERIFICATION<\/h1>\n        <p class=\"certificate-subtitle\">Property <a href=\"https:\/\/proptrustverified.com\/verificacion-inmobiliaria-profesional-agentes-valencia\/\" title=\"Verificaci&oacute;n Inmobiliaria Profesional | Agentes Valencia |\" data-wpil-monitor-id=\"33\">Professionally Verified Real Estate<\/a><\/p>\n      <\/div>\n      \n      <!-- Certificate Number -->\n      <div class=\"certificate-number\">VERIFICATION CODE: <strong>PT-ES-2026-AB12X<\/strong>\n      <\/div>\n      \n      <!-- Main Content -->\n      <div class=\"certificate-content\">\n        <p class=\"presented-to\">This certificate is issued in favour of:<\/p>\n        <div class=\"client-name\">D.\/D&ntilde;a. [Complete name of the CLIENT]<\/div>\n        \n        <p class=\"verification-text\">At present, the property described below has been verified\ntechnically according to standardized methodology <strong><a href=\"https:\/\/proptrustverified.com\/en\/proptrust-verified-verificacion-tecnica-independiente-blockchain-perito-judicial-valencia\/\" title=\"PropTrust Verified | Verificaci&oacute;n T&eacute;cnica Independiente + Blockchain\" data-wpil-monitor-id=\"217\">PropTrust<\/a> VerifiedTM<\/strong>,\nincluding presence inspection of 50+ points, <a href=\"https:\/\/proptrustverified.com\/en\/inversores-rwa-verificacion-tecnica-con-blockchain\/\" title=\"Inversores RWA | Verificaci&oacute;n T&eacute;cnica con Blockchain\" data-wpil-monitor-id=\"218\">documentary verification and technical analysis<\/a> for <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\">legal expert<\/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\"><\/path>\n          <\/svg>\n          <span>VERIFICATE PROPERTY<\/span>\n        <\/div>\n        \n        <!-- Property Details -->\n        <div class=\"property-details\">\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">  Property Management:<\/span>\n            <span class=\"detail-value\">[CALLE, NUMBER, PISO, PUERTAIN]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">:&#65039; Reference Catastral:<\/span>\n            <span class=\"detail-value\">[ CATASTRAL REFERENCE]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">  Area:<\/span>\n            <span class=\"detail-value\">[XXX] m2 built<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\"> Tipo Property type:<\/span>\n            <span class=\"detail-value\">[PISO\/CASA\/LOCAL\/TERRENE]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">  Verification date:<\/span>\n            <span class=\"detail-value\">[DD] of [MES] of 2026<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">  Type of Service:<\/span>\n            <span class=\"detail-value\">[BASIC\/PREMIUM\/JUDICIAL]<\/span>\n          <\/div>\n          <div class=\"detail-row\">\n            <span class=\"detail-label\">&#9655; General State:<\/span>\n            <span class=\"detail-value\" style=\"color: #10B981; font-weight: 600;\">VERIFICATE WITHOUT SERIOUS INCIDENCES<\/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\"><\/rect>\n              <rect x=\"10\" y=\"10\" width=\"20\" height=\"20\"><\/rect>\n              <rect x=\"70\" y=\"10\" width=\"20\" height=\"20\"><\/rect>\n              <rect x=\"10\" y=\"70\" width=\"20\" height=\"20\"><\/rect>\n              <rect x=\"40\" y=\"40\" width=\"20\" height=\"20\"><\/rect>\n              <rect x=\"10\" y=\"40\" width=\"10\" height=\"10\"><\/rect>\n              <rect x=\"70\" y=\"70\" width=\"10\" height=\"10\"><\/rect>\n              <rect x=\"40\" y=\"10\" width=\"10\" height=\"10\"><\/rect>\n              <rect x=\"70\" y=\"40\" width=\"10\" height=\"10\"><\/rect>\n              <rect x=\"40\" y=\"70\" width=\"10\" height=\"10\"><\/rect>\n            <\/svg>\n          <\/div>\n          <div class=\"qr-info\">\n            <h4>  Verify Authenticity<\/h4>\n            <p>Scan this QR code or visit our website <a href=\"https:\/\/proptrustverified.com\/es\/verificar-informe\/\" title=\"Verificar Informe\" data-wpil-monitor-id=\"151\">verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify verify<\/a> the authenticity of this certificate and consult the complete technical report.<\/p>\n            <a href=\"https:\/\/proptrustverified.com\/verify\/PT-ES-2026-AB12X\" class=\"verify-url\" target=\"_blank\">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><a href=\"https:\/\/proptrustverified.com\/es\/join-our-network-international-directory-of-chartered-experts\/\" title=\"Trabaja con Nosotros | Directorio de Peritos Colegiados\" data-wpil-monitor-id=\"150\">Colegiate Judicial Perito<\/a><\/strong>Not collegiate:<br>PropTrust VerifiedTM Founder\n <\/div>\n        <\/div>\n        \n        <div class=\"signature-block\">\n          <div class=\"signature-line\"><\/div>\n          <div class=\"signature-name\">[Date of Emission]<\/div>\n          <div class=\"signature-title\">\n            <strong>Date of Emission<\/strong>[DD] of [MES] of 2026<br>Valencia, Spain\n <\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Footer -->\n      <div class=\"certificate-footer\">\n        <div class=\"trademark-info\">\n          <strong>Prop Trust VerifiedTM<\/strong> &#8211; OEPM Brand Request N0498420 (30\/03\/2026 17:09:42)<br>Class 36: Real Estate Services | Owner: Aurelio Tamarit Blay (NIF: 52725512J)<br>Home: Avinguda d&#8217;Ausi&agrave;s March, 66, 46026 Valencia | Establishment: Carrera de la Fuente de San Luis 17, Valencia<br>Tel: 662 221 582 | Email: aureliot96@gmail.com | Web: proptrustverified.com<br><br>\n          <em>This certificate has technical and contractual validity. It can be used as evidence in court proceedings.\nVerification does not replace the buyer &amp;apos; s due diligence or constitutes a guarantee of total absence of defects.<\/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)'\"> &#65039; Print Certificate\n <\/button>\n    <p style=\"color: #FFFFFF; margin-top: 15px; font-size: 14px; opacity: 0.9;\">&#9660; Tip: Save as PDF for digital shipment or print on high quality paper\n <\/p>\n  <\/div>\n  \n<\/body>\n<\/html><div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/en\/certificado-prop-trust-verified\/\"><\/div><div><a download=\"Certificate Prop Trust Verified.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>PropTrust Verified Certificate &#8211; [CERTIFY CERTIFY] PROPTRUSTVERIFIEDTM CERTIFICATE OF VERIFICATION Property Professionally Verified Real Estate VERIFICATION CODE: PT-ES-2026-AB12X This certificate is issued in favour of: D.\/D&ntilde;a. [Complete name of the CLIENT] At present, the property described below has been verified technically according to standardized methodology PropTrust VerifiedTM, including presence inspection of 50+ points, documentary verification [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":54,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-282","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proptrust"],"_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":5,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/282\/revisions"}],"predecessor-version":[{"id":1283,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/282\/revisions\/1283"}],"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}]}}