{"id":19849,"date":"2026-03-12T15:32:00","date_gmt":"2026-03-12T10:02:00","guid":{"rendered":"https:\/\/bigproperty.in\/blog\/?page_id=19849"},"modified":"2026-03-12T15:54:58","modified_gmt":"2026-03-12T10:24:58","slug":"write-to-us","status":"publish","type":"page","link":"https:\/\/bigproperty.in\/blog\/write-to-us\/","title":{"rendered":"Write To Us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Write To Us \u2013 BigProperty.in<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Merriweather:wght@700;900&#038;family=Nunito+Sans:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --red:#E8212B; --red-dark:#c01920; --red-soft:#fdf2f2;\n    --grey-dark:#2e2e2e; --grey-mid:#666; --grey-bg:#f6f6f6;\n    --border:#e3e3e3; --white:#ffffff;\n  }\n  body { font-family:'Nunito Sans',sans-serif; background:var(--white); color:var(--grey-dark); line-height:1.72; }\n  .hero { background:var(--red); padding:60px 24px 52px; text-align:center; position:relative; overflow:hidden; }\n  .hero::before { content:''; position:absolute; top:-70px; right:-50px; width:270px; height:270px; background:rgba(255,255,255,0.06); border-radius:50%; pointer-events:none; }\n  .hero-eyebrow { display:inline-block; background:rgba(255,255,255,0.18); border:1px solid rgba(255,255,255,0.35); color:#fff; font-size:10.5px; font-weight:700; letter-spacing:2.8px; text-transform:uppercase; padding:6px 16px; border-radius:2px; margin-bottom:20px; position:relative; }\n  .hero h1 { font-family:'Merriweather',serif; font-size:clamp(2rem,5vw,3rem); color:#fff; line-height:1.18; margin-bottom:14px; position:relative; }\n  .hero p { color:rgba(255,255,255,0.88); font-size:1rem; max-width:520px; margin:0 auto; font-weight:300; position:relative; }\n  .breadcrumb { background:var(--grey-bg); border-bottom:1px solid var(--border); padding:10px 24px; font-size:0.78rem; color:var(--grey-mid); }\n  .breadcrumb a { color:var(--red); text-decoration:none; font-weight:700; }\n  .breadcrumb a:hover { text-decoration:underline; }\n  .page-wrap { max-width:1060px; margin:0 auto; padding:52px 24px 60px; display:grid; grid-template-columns:1fr 400px; gap:48px; align-items:start; }\n  @media(max-width:840px){ .page-wrap { grid-template-columns:1fr; gap:36px; } }\n  .info-panel h2 { font-family:'Merriweather',serif; font-size:1.6rem; color:var(--grey-dark); margin-bottom:10px; line-height:1.3; }\n  .red-rule { width:40px; height:4px; background:var(--red); border-radius:2px; margin-bottom:16px; }\n  .info-panel > p { color:var(--grey-mid); font-size:0.94rem; margin-bottom:28px; }\n  .resp-badge { display:inline-flex; align-items:center; gap:7px; background:var(--red-soft); border:1px solid rgba(232,33,43,0.2); color:var(--red-dark); font-size:0.82rem; font-weight:700; padding:8px 16px; border-radius:4px; margin-bottom:28px; }\n  .contact-cards { display:flex; flex-direction:column; gap:12px; margin-bottom:32px; }\n  .c-card { display:flex; align-items:center; gap:14px; background:var(--white); border:1px solid var(--border); border-left:4px solid var(--red); border-radius:6px; padding:15px 18px; transition:box-shadow 0.2s,transform 0.15s; }\n  .c-card:hover { box-shadow:0 4px 16px rgba(232,33,43,0.1); transform:translateX(2px); }\n  .c-icon { width:38px; height:38px; background:var(--red-soft); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }\n  .c-label { font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:1.4px; color:var(--grey-mid); margin-bottom:2px; }\n  .c-card a,.c-card span { font-size:0.92rem; font-weight:700; color:var(--grey-dark); text-decoration:none; }\n  .c-card a:hover { color:var(--red); }\n  .reasons-box { background:var(--grey-bg); border:1px solid var(--border); border-top:4px solid var(--red); border-radius:6px; padding:22px 24px; }\n  .reasons-box h3 { font-family:'Merriweather',serif; font-size:0.98rem; color:var(--grey-dark); margin-bottom:14px; }\n  .reason-item { display:flex; gap:10px; align-items:flex-start; font-size:0.87rem; color:var(--grey-mid); padding:6px 0; border-bottom:1px solid var(--border); }\n  .reason-item:last-child { border-bottom:none; }\n  .reason-item::before { content:'\u0015B8'; color:var(--red); font-size:11px; margin-top:4px; flex-shrink:0; }\n  .form-panel { background:var(--white); border:1px solid var(--border); border-top:4px solid var(--red); border-radius:8px; padding:34px 30px; box-shadow:0 6px 32px rgba(0,0,0,0.07); }\n  .form-panel h3 { font-family:'Merriweather',serif; font-size:1.35rem; color:var(--grey-dark); margin-bottom:4px; }\n  .form-panel .sub { font-size:0.84rem; color:var(--grey-mid); margin-bottom:26px; }\n  .form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }\n  @media(max-width:480px){ .form-row { grid-template-columns:1fr; } }\n  .form-group { margin-bottom:16px; }\n  .form-group label { display:block; font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--grey-dark); margin-bottom:6px; }\n  .form-group input,.form-group select,.form-group textarea { width:100%; padding:10px 13px; border:1.5px solid var(--border); border-radius:5px; font-family:'Nunito Sans',sans-serif; font-size:0.92rem; color:var(--grey-dark); background:#fafafa; outline:none; transition:border-color 0.2s,box-shadow 0.2s; -webkit-appearance:none; }\n  .form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color:var(--red); background:var(--white); box-shadow:0 0 0 3px rgba(232,33,43,0.08); }\n  .form-group textarea { resize:vertical; min-height:118px; }\n  .btn-submit { width:100%; padding:13px; background:var(--red); color:#fff; font-family:'Nunito Sans',sans-serif; font-size:0.88rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; border:none; border-radius:5px; cursor:pointer; margin-top:6px; transition:background 0.2s,transform 0.15s; }\n  .btn-submit:hover { background:var(--red-dark); transform:translateY(-1px); }\n  .form-note { font-size:0.76rem; color:var(--grey-mid); text-align:center; margin-top:12px; }\n\/* \u2500\u2500 SHARED INTERNAL LINKS SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.internal-links-section {\n  background: #f6f6f6;\n  border-top: 1px solid #e3e3e3;\n  border-bottom: 1px solid #e3e3e3;\n  padding: 40px 24px;\n  margin-bottom: 0;\n}\n.il-inner { max-width: 1060px; margin: 0 auto; }\n.il-label {\n  font-size: 0.72rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: #999;\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.il-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: #e3e3e3;\n}\n.il-cards {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 14px;\n}\n.il-card {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  background: #ffffff;\n  border: 1.5px solid #e3e3e3;\n  border-radius: 7px;\n  padding: 16px 18px;\n  text-decoration: none;\n  color: #2e2e2e;\n  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;\n}\n.il-card:hover {\n  border-color: #E8212B;\n  box-shadow: 0 4px 16px rgba(232,33,43,0.1);\n  transform: translateY(-1px);\n}\n.il-card.active {\n  border-color: #E8212B;\n  background: #fdf2f2;\n  pointer-events: none;\n}\n.il-icon {\n  font-size: 22px;\n  flex-shrink: 0;\n  width: 44px; height: 44px;\n  background: #f6f6f6;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n}\n.il-card.active .il-icon { background: rgba(232,33,43,0.1); }\n.il-title {\n  font-size: 0.93rem;\n  font-weight: 700;\n  color: #2e2e2e;\n  margin-bottom: 3px;\n}\n.il-card.active .il-title { color: #E8212B; }\n.il-desc { font-size: 0.78rem; color: #888; line-height: 1.4; }\n.il-arrow {\n  margin-left: auto;\n  color: #E8212B;\n  font-size: 1.1rem;\n  font-weight: 700;\n  flex-shrink: 0;\n  opacity: 0;\n  transition: opacity 0.2s;\n}\n.il-card:hover .il-arrow { opacity: 1; }\n.il-card.active .il-arrow { opacity: 0; }\n\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <div class=\"hero-eyebrow\">&#128236; &nbsp;BigProperty.in &mdash; India&rsquo;s Property Portal<\/div>\n  <h1>Write To Us<\/h1>\n  <p>Have a question, feedback, or partnership enquiry? Our editorial team is ready to assist you with all property-related queries across India.<\/p>\n<\/div>\n\n<div class=\"breadcrumb\">\n  <a href=\"\/\">Home<\/a> &nbsp;&rsaquo;&nbsp; Write To Us\n<\/div>\n\n<div class=\"page-wrap\">\n  <div class=\"info-panel\">\n    <h2>Get in Touch With Our Team<\/h2>\n    <div class=\"red-rule\"><\/div>\n    <p>Whether you&rsquo;re a home buyer, seller, real estate developer, or media partner &mdash; we&rsquo;re here to help across all of India&rsquo;s property markets.<\/p>\n    <div class=\"resp-badge\">&#9201; &nbsp;We respond within 24&ndash;48 business hours<\/div>\n    <div class=\"contact-cards\">\n      <div class=\"c-card\"><div class=\"c-icon\">&#9993;<\/div><div><div class=\"c-label\">Email Us<\/div><a href=\"mailto:info@bigproperty.in\">info@bigproperty.in<\/a><\/div><\/div>\n      <div class=\"c-card\"><div class=\"c-icon\">&#128222;<\/div><div><div class=\"c-label\">Call \/ WhatsApp<\/div><a href=\"tel:+919000056756\">+91 90000 56756<\/a><\/div><\/div>\n      <div class=\"c-card\"><div class=\"c-icon\">&#128205;<\/div><div><div class=\"c-label\">Headquarters<\/div><span>Hyderabad, India<\/span><\/div><\/div>\n    <\/div>\n    <div class=\"reasons-box\">\n      <h3>What Can You Write To Us About?<\/h3>\n      <div class=\"reason-item\">Editorial corrections or feedback on articles<\/div>\n      <div class=\"reason-item\">Property listings and project-related queries<\/div>\n      <div class=\"reason-item\">Press releases and news submissions<\/div>\n      <div class=\"reason-item\">Guest blogging and content collaboration<\/div>\n      <div class=\"reason-item\">Advertising and brand partnership enquiries<\/div>\n      <div class=\"reason-item\">Home loan, legal, and financial property queries<\/div>\n      <div class=\"reason-item\">NRI investment and general real estate guidance<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"form-panel\">\n    <h3>Send Us a Message<\/h3>\n    <p class=\"sub\">Fill in the form below and we&rsquo;ll get back to you shortly.<\/p>\n    <div class=\"form-row\">\n      <div class=\"form-group\"><label>First Name *<\/label><input type=\"text\" placeholder=\"Rahul\" required\/><\/div>\n      <div class=\"form-group\"><label>Last Name *<\/label><input type=\"text\" placeholder=\"Sharma\" required\/><\/div>\n    <\/div>\n    <div class=\"form-group\"><label>Email Address *<\/label><input type=\"email\" placeholder=\"rahul@example.com\" required\/><\/div>\n    <div class=\"form-group\"><label>Phone Number<\/label><input type=\"tel\" placeholder=\"+91 98765 43210\"\/><\/div>\n    <div class=\"form-group\">\n      <label>Subject \/ Category *<\/label>\n      <select required>\n        <option value=\"\">&#8212; Select a topic &#8212;<\/option>\n        <option>Editorial Feedback<\/option>\n        <option>Property \/ Project Query<\/option>\n        <option>Press Release Submission<\/option>\n        <option>Guest Blog Enquiry<\/option>\n        <option>Advertising \/ Sponsorship<\/option>\n        <option>Home Loan Guidance<\/option>\n        <option>Legal \/ Financial Query<\/option>\n        <option>NRI Property Investment<\/option>\n        <option>Other<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"form-group\"><label>Your Message *<\/label><textarea placeholder=\"Write your message here...\" required><\/textarea><\/div>\n    <button type=\"submit\" class=\"btn-submit\">Send Message &nbsp;&rarr;<\/button>\n    <p class=\"form-note\">&#128274; Your information is confidential and will never be shared.<\/p>\n  <\/div>\n<\/div>\n\n<!-- INTERNAL LINKS -->\n<div class=\"internal-links-section\">\n  <div class=\"il-inner\">\n    <div class=\"il-label\">Explore More on BigProperty.in<\/div>\n    <div class=\"il-cards\">\n      <a href=\"\/write-to-us\/\" class=\"il-card active\">\n        <div class=\"il-icon\">&#128236;<\/div>\n        <div><div class=\"il-title\">Write To Us<\/div><div class=\"il-desc\">You are currently on this page &mdash; send us your queries, feedback or press releases.<\/div><\/div>\n        <div class=\"il-arrow\">&rarr;<\/div>\n      <\/a>\n      <a href=\"\/blog\/guest-posting\/\" class=\"il-card\">\n        <div class=\"il-icon\">&#9997;<\/div>\n        <div><div class=\"il-title\">Guest Posting<\/div><div class=\"il-desc\">Publish your article on BigProperty.in and earn quality do-follow backlinks from a DA 25 real estate site.<\/div><\/div>\n        <div class=\"il-arrow\">&rarr;<\/div>\n      <\/a>\n      <a href=\"\/blog\/advertise-with-us\/\" class=\"il-card\">\n        <div class=\"il-icon\">&#128225;<\/div>\n        <div><div class=\"il-title\">Advertise With Us<\/div><div class=\"il-desc\">Reach 50,000+ monthly property seekers through banners, sponsored posts, project reviews &amp; more.<\/div><\/div>\n        <div class=\"il-arrow\">&rarr;<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Write To Us \u2013 BigProperty.in &#128236; &nbsp;BigProperty.in &mdash; India&rsquo;s Property Portal Write To Us Have a question, feedback, or partnership enquiry? Our editorial team is ready to assist you with all property-related queries across India. Home &nbsp;&rsaquo;&nbsp; Write To Us Get in Touch With Our Team Whether you&rsquo;re a home buyer, seller, real estate developer, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-pagebuilder-overlay.php","meta":{"footnotes":""},"class_list":["post-19849","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Write To Us | BigProperty.in \u2013 India&#039;s Property Portal<\/title>\n<meta name=\"description\" content=\"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bigproperty.in\/blog\/write-to-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Write To Us | BigProperty.in \u2013 India&#039;s Property Portal\" \/>\n<meta property=\"og:description\" content=\"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bigproperty.in\/blog\/write-to-us\/\" \/>\n<meta property=\"og:site_name\" content=\"indias Real estate latest News Updates\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bigpropertyofficial\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-12T10:24:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/write-to-us\\\/\",\"url\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/write-to-us\\\/\",\"name\":\"Write To Us | BigProperty.in \u2013 India's Property Portal\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#website\"},\"datePublished\":\"2026-03-12T10:02:00+00:00\",\"dateModified\":\"2026-03-12T10:24:58+00:00\",\"description\":\"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/write-to-us\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bigproperty.in\\\/blog\\\/write-to-us\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/write-to-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Write To Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/\",\"name\":\"India's Real Estate Property Site Buy Sell rent properties portal\",\"description\":\"real estate news updates property portal\",\"publisher\":{\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#organization\",\"name\":\"BIG PROPERTY\",\"url\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/BIG-PROPERTY-designed-by-sbvrgroups.in-fotter.png\",\"contentUrl\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/BIG-PROPERTY-designed-by-sbvrgroups.in-fotter.png\",\"width\":138,\"height\":50,\"caption\":\"BIG PROPERTY\"},\"image\":{\"@id\":\"https:\\\/\\\/bigproperty.in\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/bigpropertyofficial\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Write To Us | BigProperty.in \u2013 India's Property Portal","description":"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,","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:\/\/bigproperty.in\/blog\/write-to-us\/","og_locale":"en_US","og_type":"article","og_title":"Write To Us | BigProperty.in \u2013 India's Property Portal","og_description":"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,","og_url":"https:\/\/bigproperty.in\/blog\/write-to-us\/","og_site_name":"indias Real estate latest News Updates","article_publisher":"https:\/\/www.facebook.com\/bigpropertyofficial\/","article_modified_time":"2026-03-12T10:24:58+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bigproperty.in\/blog\/write-to-us\/","url":"https:\/\/bigproperty.in\/blog\/write-to-us\/","name":"Write To Us | BigProperty.in \u2013 India's Property Portal","isPartOf":{"@id":"https:\/\/bigproperty.in\/blog\/#website"},"datePublished":"2026-03-12T10:02:00+00:00","dateModified":"2026-03-12T10:24:58+00:00","description":"Have a query, feedback or press release? Write to the BigProperty.in editorial team. We cover real estate, home loans, legal advice,","breadcrumb":{"@id":"https:\/\/bigproperty.in\/blog\/write-to-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bigproperty.in\/blog\/write-to-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bigproperty.in\/blog\/write-to-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bigproperty.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Write To Us"}]},{"@type":"WebSite","@id":"https:\/\/bigproperty.in\/blog\/#website","url":"https:\/\/bigproperty.in\/blog\/","name":"India's Real Estate Property Site Buy Sell rent properties portal","description":"real estate news updates property portal","publisher":{"@id":"https:\/\/bigproperty.in\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bigproperty.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bigproperty.in\/blog\/#organization","name":"BIG PROPERTY","url":"https:\/\/bigproperty.in\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bigproperty.in\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/bigproperty.in\/blog\/wp-content\/uploads\/2020\/10\/BIG-PROPERTY-designed-by-sbvrgroups.in-fotter.png","contentUrl":"https:\/\/bigproperty.in\/blog\/wp-content\/uploads\/2020\/10\/BIG-PROPERTY-designed-by-sbvrgroups.in-fotter.png","width":138,"height":50,"caption":"BIG PROPERTY"},"image":{"@id":"https:\/\/bigproperty.in\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/bigpropertyofficial\/"]}]}},"_links":{"self":[{"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/pages\/19849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/comments?post=19849"}],"version-history":[{"count":2,"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/pages\/19849\/revisions"}],"predecessor-version":[{"id":19856,"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/pages\/19849\/revisions\/19856"}],"wp:attachment":[{"href":"https:\/\/bigproperty.in\/blog\/wp-json\/wp\/v2\/media?parent=19849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}