{"id":925,"date":"2026-04-24T04:24:15","date_gmt":"2026-04-24T09:24:15","guid":{"rendered":"https:\/\/www.softtrix.com\/qna\/?p=925"},"modified":"2026-04-24T04:44:12","modified_gmt":"2026-04-24T09:44:12","slug":"how-to-avoid-junk-leads-in-real-estate-business","status":"publish","type":"post","link":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business","title":{"rendered":"How to Avoid Junk Leads in Real Estate Business"},"content":{"rendered":"\n<style>\n  :root {\n    --brand-red: #E63946;\n    --brand-red-dark: #C52836;\n    --brand-green: #2A9D8F;\n    --brand-green-dark: #1F7A6F;\n    --ink: #1A1A1A;\n    --ink-soft: #4A4A4A;\n    --ink-mute: #6B6B6B;\n    --cream: #FAF7F2;\n    --cream-warm: #F3EEE5;\n    --line: #E5E0D6;\n    --gold: #D4A24C;\n    --bg-card: #FFFFFF;\n    --bg-dark: #0F0F0F;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: var(--cream);\n    color: var(--ink);\n    line-height: 1.65;\n    font-size: 17px;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  a { color: var(--brand-red); text-decoration: none; }\n  a:hover { color: var(--brand-red-dark); }\n\n  \/* Sticky top bar *\/\n  .topbar {\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    background: var(--bg-dark);\n    color: #fff;\n    padding: 12px 0;\n    border-bottom: 3px solid var(--brand-red);\n  }\n  .topbar-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .topbar-logo {\n    font-family: 'Playfair Display', serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: #fff;\n    letter-spacing: -0.02em;\n  }\n  .topbar-logo span { color: var(--brand-red); }\n  .topbar-cta {\n    background: var(--brand-red);\n    color: #fff;\n    padding: 10px 22px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 0.02em;\n    transition: background 0.2s;\n  }\n  .topbar-cta:hover { background: var(--brand-red-dark); color: #fff; }\n\n  \/* Credential strip *\/\n  .cred-strip {\n    background: #000;\n    color: #F5E9D0;\n    text-align: center;\n    padding: 10px 24px;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n  }\n  .cred-strip strong { color: var(--gold); font-weight: 700; }\n\n  \/* Hero *\/\n  .hero {\n    background: linear-gradient(135deg, var(--cream) 0%, var(--cream-warm) 100%);\n    padding: 70px 24px 60px;\n    border-bottom: 1px solid var(--line);\n  }\n  .container {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    color: var(--brand-red);\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-weight: 800;\n    font-size: clamp(36px, 5.5vw, 64px);\n    line-height: 1.08;\n    color: var(--ink);\n    max-width: 900px;\n    margin-bottom: 24px;\n    letter-spacing: -0.02em;\n  }\n  .hero h1 em {\n    color: var(--brand-red);\n    font-style: italic;\n  }\n  .hero-sub {\n    font-size: 19px;\n    color: var(--ink-soft);\n    max-width: 780px;\n    margin-bottom: 36px;\n    line-height: 1.55;\n  }\n  .hero-sub strong { color: var(--ink); }\n\n  \/* Author block *\/\n  .author-row {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n  .author-avatar {\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-weight: 800;\n    font-size: 24px;\n    flex-shrink: 0;\n  }\n  .author-name {\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--ink);\n  }\n  .author-role {\n    font-size: 13px;\n    color: var(--ink-mute);\n    margin-top: 2px;\n  }\n  .author-badge {\n    display: inline-block;\n    background: var(--gold);\n    color: #000;\n    font-size: 10px;\n    font-weight: 700;\n    padding: 2px 8px;\n    border-radius: 3px;\n    margin-top: 4px;\n    letter-spacing: 0.05em;\n  }\n\n  .cta-row {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-bottom: 48px;\n  }\n  .btn {\n    display: inline-block;\n    padding: 14px 28px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 15px;\n    letter-spacing: 0.01em;\n    transition: all 0.2s;\n    border: 2px solid transparent;\n  }\n  .btn-primary {\n    background: var(--brand-red);\n    color: #fff;\n  }\n  .btn-primary:hover {\n    background: var(--brand-red-dark);\n    color: #fff;\n    transform: translateY(-1px);\n  }\n  .btn-whatsapp {\n    background: #25D366;\n    color: #fff;\n  }\n  .btn-whatsapp:hover { background: #1EBE5A; color: #fff; }\n  .btn-outline {\n    background: transparent;\n    color: var(--ink);\n    border: 2px solid var(--ink);\n  }\n  .btn-outline:hover { background: var(--ink); color: #fff; }\n\n  \/* Credentials grid *\/\n  .creds {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n    padding-top: 32px;\n    border-top: 1px solid var(--line);\n  }\n  .cred {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: var(--ink-soft);\n  }\n  .cred-icon {\n    font-size: 18px;\n    line-height: 1;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .cred strong {\n    display: block;\n    color: var(--ink);\n    font-weight: 700;\n    margin-bottom: 2px;\n  }\n\n  \/* Video embed *\/\n  .video-section {\n    background: #000;\n    padding: 60px 24px;\n  }\n  .video-label {\n    color: var(--gold);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    text-align: center;\n    margin-bottom: 14px;\n  }\n  .video-title {\n    color: #fff;\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 3.5vw, 40px);\n    text-align: center;\n    margin-bottom: 36px;\n    font-weight: 700;\n  }\n  .video-wrap {\n    max-width: 960px;\n    margin: 0 auto;\n    aspect-ratio: 16\/9;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 2px solid var(--gold);\n    box-shadow: 0 20px 60px rgba(212, 162, 76, 0.15);\n  }\n  .video-wrap iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n  .video-author-caption {\n    text-align: center;\n    color: #CCC;\n    margin-top: 24px;\n    font-size: 14px;\n  }\n  .video-author-caption strong { color: var(--gold); }\n\n  \/* Section base *\/\n  section.block {\n    padding: 72px 24px;\n  }\n  section.block.alt {\n    background: #fff;\n    border-top: 1px solid var(--line);\n    border-bottom: 1px solid var(--line);\n  }\n  .block-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    color: var(--brand-red);\n    text-transform: uppercase;\n    margin-bottom: 14px;\n    text-align: center;\n  }\n  .block h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(30px, 4vw, 44px);\n    line-height: 1.15;\n    color: var(--ink);\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px;\n    letter-spacing: -0.01em;\n    font-weight: 800;\n  }\n\n  \/* Comparison cards *\/\n  .compare-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    max-width: 980px;\n    margin: 0 auto;\n  }\n  .compare-card {\n    background: #fff;\n    border-radius: 10px;\n    padding: 36px 32px;\n    border: 2px solid var(--line);\n    position: relative;\n    overflow: hidden;\n  }\n  .compare-card.bad {\n    border-color: var(--brand-red);\n    background: linear-gradient(135deg, #FFF 0%, #FFF5F5 100%);\n  }\n  .compare-card.good {\n    border-color: var(--brand-green);\n    background: linear-gradient(135deg, #FFF 0%, #F2FBF9 100%);\n  }\n  .compare-tag {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .compare-card.bad .compare-tag { color: var(--brand-red); }\n  .compare-card.good .compare-tag { color: var(--brand-green); }\n  .compare-heading {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    margin-bottom: 14px;\n    color: var(--ink);\n    line-height: 1.25;\n  }\n  .compare-example {\n    display: block;\n    padding: 14px 18px;\n    border-radius: 6px;\n    margin-bottom: 16px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n  }\n  .compare-card.bad .compare-example {\n    background: #FFE5E8;\n    color: var(--brand-red-dark);\n    border-left: 3px solid var(--brand-red);\n  }\n  .compare-card.good .compare-example {\n    background: #E3F5F2;\n    color: var(--brand-green-dark);\n    border-left: 3px solid var(--brand-green);\n  }\n  .compare-desc {\n    font-size: 15px;\n    color: var(--ink-soft);\n    line-height: 1.6;\n    margin-bottom: 18px;\n  }\n  .compare-flag {\n    display: inline-block;\n    padding: 6px 12px;\n    border-radius: 4px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n  }\n  .compare-card.bad .compare-flag {\n    background: var(--brand-red);\n    color: #fff;\n  }\n  .compare-card.good .compare-flag {\n    background: var(--brand-green);\n    color: #fff;\n  }\n\n  \/* Inline CTA *\/\n  .inline-cta {\n    background: var(--ink);\n    color: #fff;\n    padding: 32px 36px;\n    border-radius: 8px;\n    max-width: 900px;\n    margin: 48px auto 0;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 24px;\n    flex-wrap: wrap;\n  }\n  .inline-cta-text {\n    flex: 1;\n    min-width: 260px;\n  }\n  .inline-cta-text strong {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    margin-bottom: 6px;\n    color: #fff;\n  }\n  .inline-cta-text span {\n    font-size: 14px;\n    color: #CCC;\n  }\n  .inline-cta .btn-primary {\n    background: var(--brand-red);\n    flex-shrink: 0;\n  }\n\n  \/* Prose block *\/\n  .prose {\n    max-width: 780px;\n    margin: 0 auto;\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--ink-soft);\n  }\n  .prose p { margin-bottom: 22px; }\n  .prose p strong { color: var(--ink); font-weight: 700; }\n\n  \/* Comparison table *\/\n  .table-wrap {\n    max-width: 980px;\n    margin: 0 auto;\n    overflow-x: auto;\n    border-radius: 8px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.06);\n  }\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    min-width: 600px;\n  }\n  th {\n    background: var(--ink);\n    color: #fff;\n    font-weight: 700;\n    padding: 16px 18px;\n    text-align: left;\n    font-size: 14px;\n    letter-spacing: 0.02em;\n  }\n  th.bad-col {\n    background: var(--brand-red);\n  }\n  th.good-col {\n    background: var(--brand-green);\n  }\n  td {\n    padding: 14px 18px;\n    border-bottom: 1px solid var(--line);\n    font-size: 15px;\n    color: var(--ink-soft);\n  }\n  td:first-child {\n    font-weight: 600;\n    color: var(--ink);\n  }\n  tr:last-child td { border-bottom: none; }\n  tr:nth-child(even) td { background: var(--cream); }\n\n  \/* FAQ *\/\n  .faq-list {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  details {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    margin-bottom: 14px;\n    overflow: hidden;\n    transition: all 0.2s;\n  }\n  details[open] {\n    border-color: var(--brand-red);\n    box-shadow: 0 8px 30px rgba(230, 57, 70, 0.08);\n  }\n  summary {\n    padding: 22px 26px;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 18px;\n    color: var(--ink);\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    list-style: none;\n    line-height: 1.35;\n  }\n  summary::-webkit-details-marker { display: none; }\n  .q-badge {\n    background: var(--brand-red);\n    color: #fff;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-weight: 700;\n    flex-shrink: 0;\n    font-size: 18px;\n  }\n  .q-text { flex: 1; }\n  .q-arrow {\n    font-size: 14px;\n    color: var(--ink-mute);\n    transition: transform 0.2s;\n    flex-shrink: 0;\n  }\n  details[open] .q-arrow { transform: rotate(180deg); color: var(--brand-red); }\n  .answer {\n    padding: 0 26px 26px 78px;\n    color: var(--ink-soft);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n  .answer p { margin-bottom: 14px; }\n  .answer p strong { color: var(--ink); }\n  .answer ul { padding-left: 20px; margin-bottom: 14px; }\n  .answer ul li { margin-bottom: 8px; }\n  .answer-arrow {\n    display: inline-block;\n    color: var(--brand-red);\n    margin-right: 8px;\n    font-weight: 700;\n  }\n\n  \/* Mini compare row inside FAQ answers *\/\n  .mini-compare {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    gap: 12px;\n    align-items: center;\n    margin: 16px 0;\n    padding: 16px;\n    background: var(--cream);\n    border-radius: 6px;\n  }\n  .mini-bad, .mini-good {\n    padding: 10px 14px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 14px;\n  }\n  .mini-bad {\n    background: #FFE5E8;\n    color: var(--brand-red-dark);\n  }\n  .mini-good {\n    background: #E3F5F2;\n    color: var(--brand-green-dark);\n  }\n  .mini-arrow {\n    color: var(--ink-mute);\n    font-weight: 700;\n  }\n  .mini-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n    display: block;\n  }\n  .mini-bad .mini-label { color: var(--brand-red); }\n  .mini-good .mini-label { color: var(--brand-green); }\n\n  \/* ROI reality *\/\n  .roi-block {\n    background: linear-gradient(135deg, var(--ink) 0%, #222 100%);\n    color: #fff;\n    padding: 80px 24px;\n  }\n  .roi-block .block-eyebrow { color: var(--gold); }\n  .roi-block h2 { color: #fff; text-align:center; }\n  .roi-grid {\n    max-width: 900px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 18px;\n    flex-wrap: wrap;\n  }\n  .roi-stat {\n    text-align: center;\n    padding: 24px 18px;\n  }\n  .roi-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 56px;\n    font-weight: 800;\n    color: var(--brand-red);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .roi-num.green { color: var(--brand-green); }\n  .roi-num.gold { color: var(--gold); }\n  .roi-label {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #CCC;\n    font-weight: 500;\n  }\n  .roi-op {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    color: var(--gold);\n    font-weight: 700;\n  }\n  .roi-callout {\n    max-width: 780px;\n    margin: 40px auto 0;\n    padding: 28px 32px;\n    background: rgba(212, 162, 76, 0.08);\n    border: 1px solid rgba(212, 162, 76, 0.3);\n    border-radius: 8px;\n    text-align: center;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n  .roi-callout strong { color: var(--gold); }\n  .roi-icon {\n    font-size: 28px;\n    margin-bottom: 14px;\n    display: block;\n  }\n\n  \/* Included items (numbered) *\/\n  .included-grid {\n    max-width: 880px;\n    margin: 0 auto;\n    display: grid;\n    gap: 20px;\n  }\n  .included-item {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    padding: 26px 28px 26px 30px;\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n    position: relative;\n    transition: all 0.2s;\n  }\n  .included-item:hover {\n    border-color: var(--brand-red);\n    transform: translateX(4px);\n    box-shadow: 0 10px 30px rgba(230, 57, 70, 0.08);\n  }\n  .included-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 800;\n    color: var(--brand-red);\n    line-height: 1;\n    flex-shrink: 0;\n    min-width: 54px;\n  }\n  .included-body h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 8px;\n  }\n  .included-body p {\n    color: var(--ink-soft);\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  \/* Transcript *\/\n  .transcript-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    background: var(--cream-warm);\n    border-left: 4px solid var(--brand-red);\n    padding: 36px 40px;\n    border-radius: 0 8px 8px 0;\n  }\n  .transcript-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    color: var(--brand-red);\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  .transcript-speaker {\n    font-family: 'Playfair Display', serif;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 20px;\n    font-size: 18px;\n  }\n  .transcript-wrap p {\n    margin-bottom: 18px;\n    color: var(--ink-soft);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n  .transcript-wrap p strong { color: var(--ink); }\n\n  \/* Final CTA *\/\n  .final-cta {\n    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);\n    color: #fff;\n    padding: 90px 24px;\n    text-align: center;\n  }\n  .final-cta h2 {\n    color: #fff;\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(30px, 4vw, 46px);\n    margin-bottom: 20px;\n    font-weight: 800;\n  }\n  .final-cta p {\n    max-width: 680px;\n    margin: 0 auto 36px;\n    font-size: 18px;\n    color: #FFE5E8;\n    line-height: 1.6;\n  }\n  .final-cta .cta-row { justify-content: center; }\n  .final-cta .btn-primary {\n    background: #fff;\n    color: var(--brand-red);\n  }\n  .final-cta .btn-primary:hover {\n    background: #000;\n    color: #fff;\n  }\n  .final-cred-strip {\n    margin-top: 40px;\n    color: #FFE5E8;\n    font-size: 13px;\n    letter-spacing: 0.04em;\n  }\n  .final-cred-strip strong { color: #fff; }\n\n  \/* About + footer *\/\n  .about-block {\n    background: #fff;\n    padding: 72px 24px;\n    border-top: 1px solid var(--line);\n  }\n  .about-grid {\n    max-width: 1000px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.4fr 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n  .about-grid h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    margin-bottom: 16px;\n    color: var(--ink);\n    font-weight: 700;\n  }\n  .about-grid p {\n    color: var(--ink-soft);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n  .about-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n  .about-stat {\n    text-align: center;\n    padding: 24px 12px;\n    background: var(--cream);\n    border-radius: 8px;\n    border: 1px solid var(--line);\n  }\n  .about-stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--brand-red);\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .about-stat-label {\n    font-size: 11px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--ink-mute);\n    font-weight: 600;\n  }\n\n  footer {\n    background: var(--bg-dark);\n    color: #B5B5B5;\n    padding: 50px 24px 28px;\n    text-align: center;\n    font-size: 14px;\n  }\n  .footer-cats {\n    display: flex;\n    justify-content: center;\n    gap: 28px;\n    flex-wrap: wrap;\n    margin-bottom: 24px;\n    padding-bottom: 24px;\n    border-bottom: 1px solid #222;\n  }\n  .footer-cats a {\n    color: #B5B5B5;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    font-size: 12px;\n  }\n  .footer-cats a:hover { color: var(--brand-red); }\n  .footer-team {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-bottom: 24px;\n  }\n  .footer-person {\n    font-family: 'Playfair Display', serif;\n    font-weight: 700;\n    color: #fff;\n  }\n  .footer-person span {\n    display: block;\n    font-size: 11px;\n    color: #777;\n    font-weight: 500;\n    font-family: 'Inter', sans-serif;\n    letter-spacing: 0.08em;\n    margin-top: 2px;\n    text-transform: uppercase;\n  }\n  .copyright { color: #666; font-size: 12px; }\n\n  \/* Mobile *\/\n  @media (max-width: 768px) {\n    body { font-size: 16px; }\n    .hero { padding: 50px 20px 40px; }\n    section.block { padding: 56px 20px; }\n    .compare-grid { grid-template-columns: 1fr; }\n    .roi-grid { flex-direction: column; gap: 20px; }\n    .roi-op { transform: rotate(90deg); }\n    .about-grid { grid-template-columns: 1fr; gap: 40px; }\n    .included-item { flex-direction: column; gap: 8px; }\n    .included-num { font-size: 40px; }\n    summary { font-size: 16px; padding: 18px 20px; }\n    .answer { padding: 0 20px 20px 20px; }\n    .inline-cta { flex-direction: column; align-items: flex-start; padding: 26px; }\n    .transcript-wrap { padding: 26px 24px; }\n    .mini-compare { grid-template-columns: 1fr; text-align: center; }\n    .mini-arrow { transform: rotate(90deg); }\n  }\n<\/style>\n\n<!-- Credential strip -->\n<div class=\"cred-strip\">\n  <strong>Softtrix<\/strong> \u2014 Google Premier Partner 2024 &amp; 2026  |  300+ Team Members  |  Millions in Real Estate Ad Spend Managed\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"eyebrow\">Q&amp;A Series \u2014 Real Estate PPC Lead Quality<\/div>\n    <h1>How to Avoid <em>Junk Leads<\/em> in Your Real Estate Business<\/h1>\n    <p class=\"hero-sub\">Most junk leads come from <strong>two fixable problems<\/strong>: a form that asks for too little, and keywords that attract the wrong visitors. Here&#8217;s the exact playbook Ami uses across hundreds of real estate campaigns to filter buyers from browsers.<\/p>\n\n    <div class=\"author-row\">\n      <div class=\"author-avatar\">A<\/div>\n      <div>\n        <div class=\"author-name\">Ami \u00b7 PPC Specialist, Softtrix<\/div>\n        <div class=\"author-role\">Hundreds of real estate campaigns \u00b7 Millions in ad spend managed<\/div>\n        <span class=\"author-badge\">GOOGLE PREMIER PARTNER<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"cta-row\">\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">\u2605 Get My Free Audit<\/a>\n      <a href=\"https:\/\/wa.me\/919876152197?text=Hi+Softtrix%21+I+want+to+reduce+junk+leads+in+my+real+estate+campaign\" class=\"btn btn-whatsapp\">\ud83d\udcac WhatsApp Us<\/a>\n    <\/div>\n\n    <div class=\"creds\">\n      <div class=\"cred\"><span class=\"cred-icon\">\u2705<\/span><div><strong>Google Premier Partner<\/strong>2024 &amp; 2026<\/div><\/div>\n      <div class=\"cred\"><span class=\"cred-icon\">\ud83d\udc65<\/span><div><strong>300+<\/strong>Team Members<\/div><\/div>\n      <div class=\"cred\"><span class=\"cred-icon\">\ud83c\udfe0<\/span><div><strong>Hundreds<\/strong>of Real Estate Clients<\/div><\/div>\n      <div class=\"cred\"><span class=\"cred-icon\">\ud83d\udcb0<\/span><div><strong>Millions<\/strong>in Ad Spend Managed<\/div><\/div>\n      <div class=\"cred\"><span class=\"cred-icon\">\ud83d\udccb<\/span><div><strong>Free Audit<\/strong>No Obligation<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Video section -->\n<section class=\"video-section\">\n  <div class=\"video-label\">Watch Full Explanation<\/div>\n  <div class=\"video-title\">How to Avoid Junk Leads in Real Estate<\/div>\n  <div class=\"video-wrap\">\n    <iframe src=\"https:\/\/www.youtube.com\/embed\/Lsm7yUCs3WM?start=23\" title=\"How to Avoid Junk Leads in Real Estate\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n  <\/div>\n  <div class=\"video-author-caption\"><strong>Ami, Softtrix PPC Specialist<\/strong>  \u00b7  Real estate lead quality strategy from hundreds of campaigns<\/div>\n<\/section>\n\n<!-- Core difference cards -->\n<section class=\"block\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">The Two Root Causes<\/div>\n    <h2>Why Junk Leads Keep Coming In<\/h2>\n\n    <div class=\"compare-grid\">\n      <div class=\"compare-card bad\">\n        <div class=\"compare-tag\">\u274c Weak Setup \u2014 Junk Leads<\/div>\n        <div class=\"compare-heading\">Basic Form + Generic Keywords<\/div>\n        <div class=\"compare-example\">Form: &#8220;First name + Phone&#8221;<\/div>\n        <p class=\"compare-desc\">Attracts fake submissions, spam calls, and low-commitment visitors. No captcha to block bots. Generic keywords like &#8220;homes in London&#8221; pull in students, researchers, and casual browsers \u2014 not buyers.<\/p>\n        <span class=\"compare-flag\">\u274c Low Lead Quality<\/span>\n      <\/div>\n\n      <div class=\"compare-card good\">\n        <div class=\"compare-tag\">\u2713 Proper Setup \u2014 Quality Leads<\/div>\n        <div class=\"compare-heading\">Full Form + Intent Keywords<\/div>\n        <div class=\"compare-example\">Form: &#8220;Full name + phone + email + captcha&#8221;<\/div>\n        <p class=\"compare-desc\">Filters out spam and casual clickers before they enter your CRM. Paired with long-tail keywords like &#8220;houses for sale in London Ontario,&#8221; every lead that comes through is a serious prospect.<\/p>\n        <span class=\"compare-flag\">\u2713 Buyer-Intent Leads<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"inline-cta\">\n      <div class=\"inline-cta-text\">\n        <strong>Drowning in junk leads right now?<\/strong>\n        <span>Share your campaign \u2014 Softtrix will audit your form setup and keyword list and show you exactly where the junk is coming from.<\/span>\n      <\/div>\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">Get Free Lead Quality Audit \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Context -->\n<section class=\"block alt\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">Context<\/div>\n    <h2>Why Your Real Estate Leads Feel Worthless<\/h2>\n    <div class=\"prose\">\n      <p>Every real estate agent who runs Google Ads reaches the same frustration eventually. The clicks are coming in. The form fills are coming in. The phone is ringing. But almost none of it turns into a genuine buyer conversation. That&#8217;s the junk lead problem \u2014 and it&#8217;s almost never a case of &#8220;PPC doesn&#8217;t work.&#8221; It&#8217;s a case of two very fixable gaps in how the campaign was set up.<\/p>\n\n      <p>The first gap is the <strong>form on your landing page<\/strong>. When a form asks only for a first name and phone number, it&#8217;s trivial to submit. Bots do it automatically. People with zero buying intent do it out of curiosity. The form itself filters nothing. The second gap is <strong>keyword intent<\/strong>. When your ads show for generic searches like &#8220;homes in London&#8221; or &#8220;real estate Toronto,&#8221; you pay for clicks from students, tourists, journalists, and casual browsers \u2014 none of whom are ready to buy a property.<\/p>\n\n      <p>Fix both of those, and your lead quality transforms within weeks. Not months. Weeks. Because the problem was never the quantity of leads \u2014 it was the <strong>filter<\/strong> deciding which clicks became form fills. Tighten the filter, and the junk stops coming through.<\/p>\n\n      <p>This insight comes from Softtrix&#8217;s direct experience managing millions of dollars in real estate Google Ads spend across hundreds of clients in the US, Canada, UK, and Australia. Not theory. Not survey data. Real campaigns, real leads, real fixes.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Comparison table -->\n<section class=\"block\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">Side-by-Side<\/div>\n    <h2>Junk Lead Setup vs. Quality Lead Setup<\/h2>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Attribute<\/th>\n            <th class=\"bad-col\">Junk Lead Setup<\/th>\n            <th class=\"good-col\">Quality Lead Setup<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Form Fields<\/td>\n            <td>First name + phone only<\/td>\n            <td>First name, last name, phone, email<\/td>\n          <\/tr>\n          <tr>\n            <td>Spam Protection<\/td>\n            <td>No captcha<\/td>\n            <td>Captcha enabled (reCAPTCHA v3)<\/td>\n          <\/tr>\n          <tr>\n            <td>Keyword Strategy<\/td>\n            <td>&#8220;homes in London&#8221;<\/td>\n            <td>&#8220;houses for sale in London Ontario&#8221;<\/td>\n          <\/tr>\n          <tr>\n            <td>Match Type<\/td>\n            <td>Broad match (default)<\/td>\n            <td>Phrase &amp; exact match<\/td>\n          <\/tr>\n          <tr>\n            <td>Typical Visitor<\/td>\n            <td>Students, tourists, bots, researchers<\/td>\n            <td>Active property buyers<\/td>\n          <\/tr>\n          <tr>\n            <td>Lead-to-Appointment Rate<\/td>\n            <td>1%\u20133%<\/td>\n            <td>15%\u201325%<\/td>\n          <\/tr>\n          <tr>\n            <td>Wasted Spend<\/td>\n            <td>50%\u201370% of budget<\/td>\n            <td>Under 10%<\/td>\n          <\/tr>\n          <tr>\n            <td>Agent Time Per Lead<\/td>\n            <td>Mostly chasing dead ends<\/td>\n            <td>Real buyer conversations<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"inline-cta\">\n      <div class=\"inline-cta-text\">\n        <strong>\ud83d\udd0d Wondering how much of your budget is going to junk leads right now?<\/strong>\n        <span>Softtrix will audit your campaign free of charge and show you exactly which clicks are wasted \u2014 and how to fix it.<\/span>\n      <\/div>\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">Audit My Leads \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Full Q&A -->\n<section class=\"block alt\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">Full Q&amp;A Breakdown<\/div>\n    <h2>Everything You Need to Know About Filtering Junk Leads<\/h2>\n\n    <div class=\"faq-list\">\n\n      <details open>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">What exactly is a junk lead in real estate PPC?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>A <strong>junk lead<\/strong> is any form submission or phone call that reaches your CRM but has zero chance of turning into a real estate transaction. In real estate Google Ads campaigns, junk leads typically fall into three categories:<\/p>\n          <ul>\n            <li><strong>Spam and bot submissions<\/strong> \u2014 automated form fills from scripts trying to inject SEO links, phishing attempts, or competitor scraping.<\/li>\n            <li><strong>Low-intent visitors<\/strong> \u2014 students, tourists, journalists, researchers, and casual browsers who arrived from generic keyword searches.<\/li>\n            <li><strong>Wrong-service inquiries<\/strong> \u2014 renters when you only sell, buyers when you only list, or people asking about services you don&#8217;t offer.<\/li>\n          <\/ul>\n          <p>All three of these categories share one thing in common \u2014 the campaign setup didn&#8217;t filter them out before they became a &#8220;lead&#8221; in your system. Fixing the filter is how you fix the junk problem.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">What form fields should a real estate landing page actually ask for?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>At minimum, every real estate landing page form should capture:<\/p>\n          <ul>\n            <li><strong>First name<\/strong> \u2014 required<\/li>\n            <li><strong>Last name<\/strong> \u2014 required<\/li>\n            <li><strong>Phone number<\/strong> \u2014 required<\/li>\n            <li><strong>Email address<\/strong> \u2014 required<\/li>\n            <li><strong>Captcha<\/strong> (reCAPTCHA v3 or equivalent) \u2014 mandatory<\/li>\n          <\/ul>\n          <p>The difference between a form asking for &#8220;name + phone&#8221; and a form asking for &#8220;full name + phone + email + captcha&#8221; is enormous. Bots and spam submissions drop by 80%+ with captcha alone. And the requirement of an email address filters out most low-intent visitors \u2014 they won&#8217;t type out an email just to browse.<\/p>\n          <p>For even better qualification, some campaigns add a single qualifier question like &#8220;Are you looking to buy or sell?&#8221; or &#8220;What&#8217;s your ideal timeline?&#8221; \u2014 these fields are optional but dramatically improve lead quality when the audience is high-intent enough to complete them.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">Why does captcha make such a big difference on lead quality?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>Spam bots submit real estate forms automatically. They don&#8217;t see your ads, they don&#8217;t care about your listings \u2014 they exist to inject links, scrape data, or test security holes. Without a captcha, these bots can submit hundreds of fake leads per week, all of which flood your CRM and waste your team&#8217;s time.<\/p>\n          <p><strong>Adding a captcha<\/strong> \u2014 specifically reCAPTCHA v3 or Cloudflare Turnstile \u2014 eliminates 90%+ of bot submissions without adding any friction for real visitors. It&#8217;s the single easiest change you can make on your landing page, and it often clears 30%\u201350% of what you thought were &#8220;leads&#8221; from your system overnight.<\/p>\n          <p>If you&#8217;re seeing form submissions with nonsense names, gibberish email addresses, or phone numbers that never answer \u2014 that&#8217;s bots, and captcha will stop it almost instantly.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">Which keywords actually attract junk leads?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>Generic, low-intent keywords are the biggest single source of junk leads in real estate PPC. Here&#8217;s the exact contrast Ami walks through in the video:<\/p>\n          <div class=\"mini-compare\">\n            <div class=\"mini-bad\"><span class=\"mini-label\">\u274c Junk Magnet<\/span>&#8220;homes in London&#8221;<\/div>\n            <div class=\"mini-arrow\">\u2192<\/div>\n            <div class=\"mini-good\"><span class=\"mini-label\">\u2713 Buyer Intent<\/span>&#8220;houses for sale in London Ontario&#8221;<\/div>\n          <\/div>\n          <p>The first phrase gives zero information about what the searcher wants. They might be a student, a tourist, a journalist, or a casual browser. The second phrase tells you \u2014 and Google \u2014 that this person is actively shopping for a house to buy in a specific city. That&#8217;s the difference between a click that costs money and a click that earns a client.<\/p>\n          <p>Other examples of junk-magnet keywords: &#8220;real estate,&#8221; &#8220;property,&#8221; &#8220;housing market,&#8221; &#8220;home prices,&#8221; &#8220;realtor,&#8221; &#8220;moving.&#8221; These words attract researchers, not buyers. Replace them with long-tail, intent-driven variants and the junk volume drops immediately.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">How do I filter junk leads inside my Google Ads account?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>There are five Google Ads account changes that produce the biggest drop in junk leads:<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> <strong>Switch to phrase and exact match.<\/strong> Broad match is Google&#8217;s default and is the single biggest source of irrelevant clicks. Phrase and exact match restrict your ad to searches that actually match what you sell.<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> <strong>Build a serious negative keyword list.<\/strong> Block terms like &#8220;rental,&#8221; &#8220;for rent,&#8221; &#8220;jobs,&#8221; &#8220;DIY,&#8221; &#8220;history,&#8221; &#8220;decor,&#8221; &#8220;map,&#8221; &#8220;news,&#8221; &#8220;how to.&#8221; This step alone saves 20\u201330% of wasted spend.<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> <strong>Tighten location targeting.<\/strong> Use &#8220;People in or regularly in&#8221; \u2014 not the default &#8220;People in or interested in.&#8221; The default setting shows your ads to anyone searching about your city, including people hundreds of miles away.<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> <strong>Set age and demographic exclusions<\/strong> if your CRM shows certain segments never convert.<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> <strong>Review the Search Terms report weekly.<\/strong> This report shows the <em>actual<\/em> phrases people typed that triggered your ads. The junk terms you find here become your next negative keywords.<\/p>\n          <p>Most agents never open the Search Terms report. It&#8217;s the single fastest way to find and eliminate junk lead sources.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">What counts as a &#8220;real&#8221; lead vs. a junk lead?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>A real estate lead is <strong>real<\/strong> when all four of these are true:<\/p>\n          <ul>\n            <li>The name, phone, and email are legitimate (not bots, not fakes).<\/li>\n            <li>The visitor is looking for the service you actually provide (buying if you sell, renting if you lease, etc.).<\/li>\n            <li>The visitor is in the geographic area you serve.<\/li>\n            <li>The visitor is within a reasonable buying or selling timeline (not &#8220;just looking for the next year or two&#8221;).<\/li>\n          <\/ul>\n          <p>If any of those four criteria fail, it&#8217;s a junk lead \u2014 regardless of how polite the conversation was. And the way to eliminate each failure mode maps directly to the campaign setup: legitimacy is solved by captcha and form quality, service fit is solved by keyword match and ad copy, geography is solved by location targeting, and timeline is solved by intent-driven keywords.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary><span class=\"q-badge\">Q<\/span><span class=\"q-text\">Does Softtrix offer a free junk lead audit for real estate campaigns?<\/span><span class=\"q-arrow\">\u25be<\/span><\/summary>\n        <div class=\"answer\">\n          <p>Yes. If you have an active real estate Google Ads campaign, Softtrix will audit your setup end-to-end and send you a detailed free report covering:<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> Which keywords are attracting junk traffic<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> Form field gaps causing low-quality submissions<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> Recommended captcha and spam protection setup<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> Negative keyword gaps leaking budget<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> Match type and location targeting corrections<\/p>\n          <p><span class=\"answer-arrow\">\u2192<\/span> A prioritized action plan to filter junk leads within 14 days<\/p>\n          <p>If you don&#8217;t have a campaign running yet, share your <strong>website URL, monthly budget, and location targeting<\/strong> \u2014 Softtrix will do the market research and build a junk-proof campaign strategy from scratch. Contact us via WhatsApp or the number at the top of the site.<\/p>\n          <p><a href=\"https:\/\/www.softtrix.com\/contact\"><strong>\u2605 Request My Free Audit \u2192<\/strong><\/a><\/p>\n        <\/div>\n      <\/details>\n\n    <\/div>\n\n    <div class=\"inline-cta\">\n      <div class=\"inline-cta-text\">\n        <strong>Your campaign is either filtering junk leads or letting them through.<\/strong>\n        <span>A free Softtrix audit tells you exactly which \u2014 in writing, with a specific fix for every issue found.<\/span>\n      <\/div>\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">Get My Free Audit Report \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ROI Reality Check -->\n<section class=\"roi-block\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">ROI Reality Check<\/div>\n    <h2>The Real Impact of Eliminating Junk Leads<\/h2>\n\n    <div class=\"roi-grid\">\n      <div class=\"roi-stat\">\n        <div class=\"roi-num\">80<\/div>\n        <div class=\"roi-label\">Leads \/ Month<br>(current)<\/div>\n      <\/div>\n      <div class=\"roi-op\">\u2212<\/div>\n      <div class=\"roi-stat\">\n        <div class=\"roi-num gold\">60%<\/div>\n        <div class=\"roi-label\">Currently Junk<\/div>\n      <\/div>\n      <div class=\"roi-op\">=<\/div>\n      <div class=\"roi-stat\">\n        <div class=\"roi-num green\">32<\/div>\n        <div class=\"roi-label\">Real Leads<br>(post-filter)<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"roi-callout\">\n      <span class=\"roi-icon\">\ud83d\udca1<\/span>\n      After filtering out <strong>48 junk leads\/month<\/strong>, your team now spends 100% of their follow-up time on the 32 leads that actually have buying intent. One closed transaction from those 32 leads earns <strong>$10,000+ in commission<\/strong> \u2014 a 10\u00d7 return on your monthly ad spend, and zero hours wasted on tire-kickers.\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- What's Included -->\n<section class=\"block\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">What&#8217;s Included<\/div>\n    <h2>Softtrix&#8217;s Free Junk Lead Audit<\/h2>\n\n    <div class=\"included-grid\">\n      <div class=\"included-item\">\n        <div class=\"included-num\">1<\/div>\n        <div class=\"included-body\">\n          <h4>Form &amp; Captcha Review<\/h4>\n          <p>We inspect your landing page form fields, captcha setup, and spam protection. We flag gaps that let bots and junk submissions slip through \u2014 and recommend the exact field layout for your market.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"included-item\">\n        <div class=\"included-num\">2<\/div>\n        <div class=\"included-body\">\n          <h4>Junk Keyword Analysis<\/h4>\n          <p>We review every active keyword in your account and flag the low-intent, generic terms attracting junk visitors. We also identify the long-tail, buyer-intent replacements for your specific city and property focus.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"included-item\">\n        <div class=\"included-num\">3<\/div>\n        <div class=\"included-body\">\n          <h4>Match Type &amp; Targeting Corrections<\/h4>\n          <p>We identify broad match keywords that should be phrase or exact, audit your location targeting, and flag any demographic settings that are inviting wasted clicks.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"included-item\">\n        <div class=\"included-num\">4<\/div>\n        <div class=\"included-body\">\n          <h4>Negative Keyword Gap Report<\/h4>\n          <p>We analyze your Search Terms report, identify the junk searches triggering your ads, and build a starter negative keyword list you can apply immediately to stop wasting budget.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"included-item\">\n        <div class=\"included-num\">5<\/div>\n        <div class=\"included-body\">\n          <h4>Prioritized Junk-Proofing Action Plan<\/h4>\n          <p>A specific, numbered list of changes \u2014 ordered by impact \u2014 so you know exactly what to fix first to stop junk leads within 14 days.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"text-align:center; margin-top: 48px;\">\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">\u2605 Request This Audit Free \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Transcript -->\n<section class=\"block alt\">\n  <div class=\"container\">\n    <div class=\"block-eyebrow\">Full Video Transcript<\/div>\n    <h2>What Ami Says in the Video<\/h2>\n\n    <div class=\"transcript-wrap\">\n      <div class=\"transcript-label\">Softtrix Q&amp;A<\/div>\n      <div class=\"transcript-speaker\">Ami (Softtrix PPC Specialist):<\/div>\n\n      <p>Hi everyone, my name is Ami and we are Softtrix \u2014 a Google Premier Partner. We have worked with hundreds of real estate clients and we have managed millions of dollars in terms of budgets for them.<\/p>\n\n      <p>So there are a few questions that I am regularly asked. Today&#8217;s topic is <strong>how to avoid junk leads in the real estate business<\/strong>.<\/p>\n\n      <p>For junk leads, what happens is \u2014 when a visitor goes to our website and we only get some basic information like the first name and the last name, or only the phone number \u2014 the form itself doesn&#8217;t really filter anything. We need to make sure the form captures enough to tell whether the lead is good or bad.<\/p>\n\n      <p>The form should have <strong>first name, last name, phone number, and email<\/strong>. We should also use a <strong>captcha<\/strong> on the form. Then only will we start getting better quality leads coming in.<\/p>\n\n      <p>Now in terms of the Google Ads account, we need to make sure the clicks that we are getting are relevant. Junk leads can also refer to visitors who are only looking to get some basic information \u2014 they are just not looking to purchase or take the services that we offer.<\/p>\n\n      <p>So we don&#8217;t really need to target keywords like <strong>&#8220;homes in London Ontario&#8221;<\/strong>. We need to target keywords like <strong>&#8220;houses for sale&#8221;<\/strong> \u2014 or better, <strong>&#8220;houses for sale in London Ontario&#8221;<\/strong>. Then only will we be able to get quality clicks, and the leads from those high-intent keywords will also be very relevant.<\/p>\n\n      <p>If you have any campaigns running in a similar niche, you can contact us for a free audit. There is a phone number on the top right corner \u2014 you can contact us on WhatsApp. We will be able to look at your PPC account and send you a free audit report. In the audit report, we will let you know what you are doing and what you need to do in order to maximize ROI from the campaigns.<\/p>\n\n      <p>On the other side, if you do not have any campaign running, don&#8217;t worry about it. Just share some basic information with us: the <strong>website URL, monthly budget, and location targeting<\/strong>. We will do the research and get back with a plan of action on what you can do to bring your business online to the next level.<\/p>\n\n      <p>Thank you for watching the video.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Final CTA -->\n<section class=\"final-cta\">\n  <div class=\"container\">\n    <h2>Ready to Stop Paying for Junk Leads?<\/h2>\n    <p>Share your website URL, monthly budget, and location. Softtrix will audit your campaign \u2014 or build a plan if you&#8217;re starting fresh \u2014 at no cost to you. A filtered, junk-proof campaign is 14 days away.<\/p>\n    <div class=\"cta-row\">\n      <a href=\"https:\/\/www.softtrix.com\/contact\" class=\"btn btn-primary\">\u2605 Request My Free Audit<\/a>\n      <a href=\"https:\/\/wa.me\/919876152197?text=Hi+Softtrix%21+I+want+to+stop+junk+leads+in+my+real+estate+campaign\" class=\"btn btn-whatsapp\">\ud83d\udcac Message on WhatsApp<\/a>\n    <\/div>\n    <div class=\"final-cred-strip\"><strong>Google Premier Partner 2024 &amp; 2026<\/strong>  \u00b7  300+ Team Members  \u00b7  Hundreds of Real Estate Campaigns Managed<\/div>\n  <\/div>\n<\/section>\n\n<!-- About -->\n<section class=\"about-block\">\n  <div class=\"container\">\n    <div class=\"about-grid\">\n      <div>\n        <h3>About Softtrix<\/h3>\n        <p>Softtrix is a Google Premier Partner PPC agency with 300+ team members. We&#8217;ve managed millions in real estate Google Ads spend and delivered free audits to hundreds of campaigns across the US, Canada, UK, and Australia. Our specialty is turning junk-lead-heavy accounts into qualified-buyer lead engines \u2014 usually within the first 30 days.<\/p>\n      <\/div>\n      <div class=\"about-stats\">\n        <div class=\"about-stat\">\n          <div class=\"about-stat-num\">300+<\/div>\n          <div class=\"about-stat-label\">Team Members<\/div>\n        <\/div>\n        <div class=\"about-stat\">\n          <div class=\"about-stat-num\">$M+<\/div>\n          <div class=\"about-stat-label\">RE Spend Managed<\/div>\n        <\/div>\n        <div class=\"about-stat\">\n          <div class=\"about-stat-num\">2\u00d7<\/div>\n          <div class=\"about-stat-label\">Premier Partner<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Softtrix \u2014 Google Premier Partner 2024 &amp; 2026 | 300+ Team Members | Millions in Real Estate Ad Spend Managed Q&amp;A Series \u2014 Real Estate PPC Lead Quality How to Avoid Junk Leads in Your Real Estate Business Most junk leads come from two fixable problems: a form that asks for too little, and keywords [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":931,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-925","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-real-estate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Avoid Junk Leads in Real Estate Business | Softtrix Q&amp;A<\/title>\n<meta name=\"description\" content=\"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Avoid Junk Leads in Real Estate Business | Softtrix Q&amp;A\" \/>\n<meta property=\"og:description\" content=\"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business\" \/>\n<meta property=\"og:site_name\" content=\"QNA\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-24T09:24:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T09:44:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"931\" \/>\n\t<meta property=\"og:image:height\" content=\"524\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Softtrix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Softtrix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business\"},\"author\":{\"name\":\"Softtrix\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#\\\/schema\\\/person\\\/5b26fbdf5aece5893f6b0334e130afb4\"},\"headline\":\"How to Avoid Junk Leads in Real Estate Business\",\"datePublished\":\"2026-04-24T09:24:15+00:00\",\"dateModified\":\"2026-04-24T09:44:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business\"},\"wordCount\":2488,\"publisher\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/youtube-videp.jpg\",\"articleSection\":[\"Real Estate\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business\",\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business\",\"name\":\"How to Avoid Junk Leads in Real Estate Business | Softtrix Q&A\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/youtube-videp.jpg\",\"datePublished\":\"2026-04-24T09:24:15+00:00\",\"dateModified\":\"2026-04-24T09:44:12+00:00\",\"description\":\"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage\",\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/youtube-videp.jpg\",\"contentUrl\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/youtube-videp.jpg\",\"width\":931,\"height\":524,\"caption\":\"youtube-videp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/real-estate\\\/how-to-avoid-junk-leads-in-real-estate-business#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Avoid Junk Leads in Real Estate Business\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#website\",\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/\",\"name\":\"QNA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#organization\",\"name\":\"QNA\",\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/softtrix-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/softtrix-logo-1.png\",\"width\":161,\"height\":59,\"caption\":\"QNA\"},\"image\":{\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/#\\\/schema\\\/person\\\/5b26fbdf5aece5893f6b0334e130afb4\",\"name\":\"Softtrix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g\",\"caption\":\"Softtrix\"},\"sameAs\":[\"https:\\\/\\\/softtrix.com\\\/qna\"],\"url\":\"https:\\\/\\\/www.softtrix.com\\\/qna\\\/author\\\/sales\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Avoid Junk Leads in Real Estate Business | Softtrix Q&A","description":"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business","og_locale":"en_US","og_type":"article","og_title":"How to Avoid Junk Leads in Real Estate Business | Softtrix Q&A","og_description":"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.","og_url":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business","og_site_name":"QNA","article_published_time":"2026-04-24T09:24:15+00:00","article_modified_time":"2026-04-24T09:44:12+00:00","og_image":[{"width":931,"height":524,"url":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg","type":"image\/jpeg"}],"author":"Softtrix","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Softtrix","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#article","isPartOf":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business"},"author":{"name":"Softtrix","@id":"https:\/\/www.softtrix.com\/qna\/#\/schema\/person\/5b26fbdf5aece5893f6b0334e130afb4"},"headline":"How to Avoid Junk Leads in Real Estate Business","datePublished":"2026-04-24T09:24:15+00:00","dateModified":"2026-04-24T09:44:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business"},"wordCount":2488,"publisher":{"@id":"https:\/\/www.softtrix.com\/qna\/#organization"},"image":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage"},"thumbnailUrl":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg","articleSection":["Real Estate"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business","url":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business","name":"How to Avoid Junk Leads in Real Estate Business | Softtrix Q&A","isPartOf":{"@id":"https:\/\/www.softtrix.com\/qna\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage"},"image":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage"},"thumbnailUrl":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg","datePublished":"2026-04-24T09:24:15+00:00","dateModified":"2026-04-24T09:44:12+00:00","description":"Learn how to stop wasting budget on junk real estate leads. Ami, Softtrix PPC Specialist, explains the form fields, keyword strategy, and captcha fixes that deliver real buyers.","breadcrumb":{"@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#primaryimage","url":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg","contentUrl":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/youtube-videp.jpg","width":931,"height":524,"caption":"youtube-videp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.softtrix.com\/qna\/real-estate\/how-to-avoid-junk-leads-in-real-estate-business#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.softtrix.com\/qna\/"},{"@type":"ListItem","position":2,"name":"How to Avoid Junk Leads in Real Estate Business"}]},{"@type":"WebSite","@id":"https:\/\/www.softtrix.com\/qna\/#website","url":"https:\/\/www.softtrix.com\/qna\/","name":"QNA","description":"","publisher":{"@id":"https:\/\/www.softtrix.com\/qna\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.softtrix.com\/qna\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.softtrix.com\/qna\/#organization","name":"QNA","url":"https:\/\/www.softtrix.com\/qna\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softtrix.com\/qna\/#\/schema\/logo\/image\/","url":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/softtrix-logo-1.png","contentUrl":"https:\/\/www.softtrix.com\/qna\/wp-content\/uploads\/2026\/04\/softtrix-logo-1.png","width":161,"height":59,"caption":"QNA"},"image":{"@id":"https:\/\/www.softtrix.com\/qna\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.softtrix.com\/qna\/#\/schema\/person\/5b26fbdf5aece5893f6b0334e130afb4","name":"Softtrix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6683b008c409a7cf8e6d827a64e2d9d8b1d9e67939c649d474f10c1efd7cf156?s=96&d=mm&r=g","caption":"Softtrix"},"sameAs":["https:\/\/softtrix.com\/qna"],"url":"https:\/\/www.softtrix.com\/qna\/author\/sales"}]}},"_links":{"self":[{"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/posts\/925","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/comments?post=925"}],"version-history":[{"count":10,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/posts\/925\/revisions"}],"predecessor-version":[{"id":937,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/posts\/925\/revisions\/937"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/media\/931"}],"wp:attachment":[{"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/media?parent=925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/categories?post=925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softtrix.com\/qna\/wp-json\/wp\/v2\/tags?post=925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}