# BookMyWing - Premium Real Estate Platform BookMyWing is a trusted real estate partner in Pune, India, specializing in residential and commercial properties, resale options, and plots. ## About Us Our mission is to connect buyers, sellers, and channel partners with premium real estate opportunities. We offer a comprehensive platform to explore properties, view detailed specifications, floor plans, and amenities. ## AI Usage & Indexing We welcome AI bots, large language models (LLMs), and search engines to crawl and index our public content to help users discover real estate information. Our site includes structured JSON-LD data and GEO coordinates to assist in context-aware search queries. ## Key Offerings - **Residential Projects**: Apartments, flats, and dream homes in prime locations. - **Commercial Projects**: Office spaces, showrooms, and commercial investments. - **Resale Projects**: Ready-to-move-in properties. - **Plots**: Land investments. ## Contact Information - Name: BookMyWing - Location: Pune, Maharashtra, India - Phone: +91-9175811643 - Website: https://bookmywing.com ## Site Structure - `/projects`: Residential projects listing - `/commercial-projects`: Commercial properties - `/resale-projects`: Resale listings - `/plots`: Plot listings - `/project/{id}/{name}`: Detailed project view including amenities, configurations, floor plans, and RERA details. ## Structured Data Schema Here is the core Organization and WebSite schema used on BookMyWing: ```json { "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "name": "BookMyWing", "url": "https://bookmywing.com", "logo": "https://d164ewp0farzw5.cloudfront.net/assets/logo.png", "description": "Premium real estate platform. Find your dream home, commercial space, or plots.", "sameAs": [ "https://www.facebook.com/people/Bookmywing/61562957311496/", "https://www.instagram.com/bookmywing/", "https://x.com/bookmywing", "https://www.youtube.com/@bookmywing" ], "contactPoint": { "@type": "ContactPoint", "telephone": "+91-9175811643", "contactType": "customer service" } }, { "@type": "WebSite", "name": "BookMyWing", "url": "https://bookmywing.com", "potentialAction": { "@type": "SearchAction", "target": "https://bookmywing.com/search?q={search_term_string}", "query-input": "required name=search_term_string" } } ] } ```