{"id":1355,"date":"2026-02-06T12:14:51","date_gmt":"2026-02-06T12:14:51","guid":{"rendered":"https:\/\/ipcpestcontrol.com\/?page_id=1355"},"modified":"2026-02-06T12:14:52","modified_gmt":"2026-02-06T12:14:52","slug":"pest-control-near-me-ipc-pest-control","status":"publish","type":"page","link":"https:\/\/ipcpestcontrol.com\/?page_id=1355","title":{"rendered":"pest control near me | ipc pest control"},"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>PestControl Pune | Pest Control Near Me | Call: 8767174297<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Minimal Header *\/\n        .minimal-header {\n            background: linear-gradient(to right, #1a5c36, #2e8b57);\n            color: white;\n            padding: 15px 0;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n        \n        .business-name {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: white;\n            letter-spacing: 1px;\n        }\n        \n        .business-name span {\n            color: #ffcc00;\n        }\n        \n        .contact-header {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #ffcc00;\n            margin-top: 8px;\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: #1a5c36;\n            color: white;\n            padding: 60px 0;\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .hero h1 {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .hero p {\n            font-size: 1.4rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            opacity: 0.9;\n        }\n        \n        .highlight {\n            background-color: #ffcc00;\n            color: #1a5c36;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 700;\n            display: inline-block;\n            margin-bottom: 25px;\n            font-size: 1.5rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: #ff5722;\n            color: white;\n            padding: 18px 40px;\n            font-size: 1.3rem;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background-color: #e64a19;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(255, 87, 34, 0.6);\n        }\n        \n        \/* Services Section *\/\n        .section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            color: #1a5c36;\n            margin: 40px 0 30px;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            display: block;\n            width: 100px;\n            height: 4px;\n            background-color: #ffcc00;\n            margin: 10px auto;\n        }\n        \n        .services {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n        \n        .service-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .service-icon {\n            background-color: #1a5c36;\n            color: white;\n            padding: 25px;\n            text-align: center;\n            font-size: 2.5rem;\n        }\n        \n        .service-content {\n            padding: 25px;\n        }\n        \n        .service-content h3 {\n            color: #1a5c36;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n        \n        .service-content ul {\n            list-style-type: none;\n            margin-bottom: 20px;\n        }\n        \n        .service-content li {\n            padding: 8px 0;\n            border-bottom: 1px dashed #eee;\n        }\n        \n        .service-content li:last-child {\n            border-bottom: none;\n        }\n        \n        .service-content li i {\n            color: #2e8b57;\n            margin-right: 10px;\n        }\n        \n        .warranty {\n            display: inline-block;\n            background-color: #ffcc00;\n            color: #1a5c36;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-top: 10px;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            background-color: #1a5c36;\n            color: white;\n            padding: 60px 0;\n            margin: 60px 0;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n        \n        .feature-item {\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            color: #ffcc00;\n            margin-bottom: 20px;\n        }\n        \n        .feature-item h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n        }\n        \n        \/* Offer Section *\/\n        .offer {\n            text-align: center;\n            background-color: #ffcc00;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n            box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);\n        }\n        \n        .offer h3 {\n            font-size: 2rem;\n            color: #1a5c36;\n            margin-bottom: 15px;\n        }\n        \n        .offer p {\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n            color: #333;\n        }\n        \n        \/* About Section *\/\n        .about {\n            background-color: white;\n            padding: 50px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            margin-bottom: 50px;\n        }\n        \n        .about h3 {\n            color: #1a5c36;\n            margin-bottom: 20px;\n            font-size: 1.8rem;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: #1a5c36;\n            color: white;\n            padding: 50px 0 20px;\n            margin-top: 50px;\n        }\n        \n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n        \n        .footer-section h3 {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: #ffcc00;\n        }\n        \n        .footer-section ul {\n            list-style-type: none;\n        }\n        \n        .footer-section ul li {\n            padding: 8px 0;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            font-size: 0.9rem;\n            opacity: 0.8;\n        }\n        \n        \/* Floating Action Buttons *\/\n        .floating-buttons {\n            position: fixed;\n            bottom: 30px;\n            right: 30px;\n            z-index: 1000;\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n        \n        .floating-btn {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8rem;\n            color: white;\n            text-decoration: none;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n            transition: all 0.3s ease;\n        }\n        \n        .floating-btn:hover {\n            transform: scale(1.1);\n        }\n        \n        .call-btn {\n            background-color: #25D366;\n            animation: pulse 2s infinite;\n        }\n        \n        .whatsapp-btn {\n            background-color: #25D366;\n        }\n        \n        @keyframes pulse {\n            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }\n            70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            .business-name {\n                font-size: 1.8rem;\n            }\n            \n            .contact-header {\n                font-size: 1.4rem;\n            }\n            \n            .hero h1 {\n                font-size: 2rem;\n            }\n            \n            .hero p {\n                font-size: 1.1rem;\n            }\n            \n            .highlight {\n                font-size: 1.2rem;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n            }\n            \n            .floating-buttons {\n                bottom: 20px;\n                right: 20px;\n            }\n            \n            .floating-btn {\n                width: 55px;\n                height: 55px;\n                font-size: 1.5rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .hero {\n                padding: 40px 0;\n            }\n            \n            .cta-button {\n                padding: 15px 30px;\n                font-size: 1.1rem;\n            }\n            \n            .service-card {\n                margin: 0 10px;\n            }\n            \n            .business-name {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Minimal Header -->\n    <div class=\"minimal-header\">\n        <div class=\"container\">\n            <div class=\"business-name\">PestControl <span>Pune<\/span><\/div>\n            <div class=\"contact-header\">\n                <i class=\"fas fa-phone-alt\"><\/i> 8767174297\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Pest Control Near Me In Pune &#038; PCMC<\/h1>\n            <div class=\"highlight\">Get 20% Off On All Pest Control Services<\/div>\n            <p>Your home deserves to be pest-free. We offer Cockroaches, Bedbugs, Rat, Lizard, Mosquito &#038; Termite Treatment. Get Same Day Quick Service!<\/p>\n            <a href=\"tel:8767174297\" class=\"cta-button\">Call Now for Same Day Service<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <div class=\"container\">\n        <h2 class=\"section-title\">Our Pest Control Services<\/h2>\n        \n        <div class=\"services\">\n            <!-- Cockroach Control -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\n                    <i class=\"fas fa-bug\"><\/i>\n                <\/div>\n                <div class=\"service-content\">\n                    <h3>Cockroach Control<\/h3>\n                    <ul>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Procedure: Spray, Gel, Outlets<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Eco-friendly Herbal SPRAY &#038; GEL application<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Time: 45 Min to 1 hour<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Best result: Immediate visible results<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Recommended: AMC 3-4 months treatment<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Harmless, Eco-friendly chemicals<\/li>\n                    <\/ul>\n                    <div class=\"warranty\">Warranty: 120 Days<\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Bed Bug Treatment -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\n                    <i class=\"fas fa-bed\"><\/i>\n                <\/div>\n                <div class=\"service-content\">\n                    <h3>Bed Bug Treatment<\/h3>\n                    <ul>\n                        <li><i class=\"fas fa-check-circle\"><\/i> SPRAY treatment with Eco-friendly chemical<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Time: 1 to 1.5 hours<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Immediate control and prevention<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Residual solution prevents molting<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Kills newly hatched bed bugs<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Stops bedbugs lifecycle completely<\/li>\n                    <\/ul>\n                    <div class=\"warranty\">Warranty: 6 Months<\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Termite Treatment -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\n                    <i class=\"fas fa-thermometer-three-quarters\"><\/i>\n                <\/div>\n                <div class=\"service-content\">\n                    <h3>Termite Treatment<\/h3>\n                    <ul>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Procedure: DRILL-FILL-SEAL<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Tiny holes drilled, filled with disinfectant<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Treating all holes to stop termite breeding<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Sealing holes to prevent future infestation<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Time: 2 to 3 Hours<\/li>\n                        <li><i class=\"fas fa-check-circle\"><\/i> Chemical Used: Premise &#038; Agenda (BAYER)<\/li>\n                    <\/ul>\n                    <div class=\"warranty\">Warranty: 1 to 3 Years<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Features Section -->\n    <section class=\"features\">\n        <div class=\"container\">\n            <h2 class=\"section-title\" style=\"color: white;\">Our Unique Approaches<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                    <\/div>\n                    <h3>100% Safe Chemicals<\/h3>\n                    <p>We Only Use Gov. Approved Safe And Environment Friendly Chemicals<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-paw\"><\/i>\n                    <\/div>\n                    <h3>Pet Friendly Treatments<\/h3>\n                    <p>Quality tested products with best service and maintenance.<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-calendar-check\"><\/i>\n                    <\/div>\n                    <h3>365 Days Warranty<\/h3>\n                    <p>100% Cockroaches Bedbugs Termites Free Control Treatment with Warranty Service.<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-headset\"><\/i>\n                    <\/div>\n                    <h3>24X7 Support<\/h3>\n                    <p>Round the clock service for all your pest control emergencies.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Special Offer -->\n    <div class=\"container\">\n        <div class=\"offer\">\n            <h3>Today&#8217;s Special Offer Starts @ \u20b9999<\/h3>\n            <p>Pest Control Services for Cockroaches, Bedbugs, Termites, Rats starting at just \u20b9999<\/p>\n            <p><strong>Get 20% Off on Saturday and Sunday with Advanced Booking<\/strong><\/p>\n            <a href=\"tel:8767174297\" class=\"cta-button\">Call Now to Avail Offer<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- About Section -->\n    <div class=\"container\">\n        <div class=\"about\">\n            <h3>Trusted and Reliable Pest Exterminators Serving Pune<\/h3>\n            <p>PestControl Pune, established in 2005, is Pune&#8217;s premier eco-friendly pest control service. Our dedicated team ensures effective solutions for residential and commercial clients against ants, rodents, bed bugs, and all types of pests.<\/p>\n            <p>We provide same-day quick service with guaranteed satisfaction. Our technicians are trained professionals using the latest equipment and government-approved chemicals to ensure your home or business is pest-free.<\/p>\n            <p><strong>Service Areas:<\/strong> All of Pune and PCMC regions with immediate response.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <div class=\"footer-section\">\n                    <h3>Contact Us<\/h3>\n                    <ul>\n                        <li><i class=\"fas fa-phone\"><\/i> 8767174297<\/li>\n                        <li><i class=\"fas fa-map-marker-alt\"><\/i> Serving Pune &#038; PCMC<\/li>\n                        <li><i class=\"fas fa-clock\"><\/i> 24X7 Emergency Service<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h3>Our Services<\/h3>\n                    <ul>\n                        <li>Cockroach Control<\/li>\n                        <li>Bed Bug Treatment<\/li>\n                        <li>Termite Control<\/li>\n                        <li>Rat &#038; Rodent Control<\/li>\n                        <li>Mosquito Treatment<\/li>\n                        <li>Lizard Control<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h3>Quick Links<\/h3>\n                    <ul>\n                        <li><a href=\"#home\" style=\"color: white; text-decoration: none;\">Home<\/a><\/li>\n                        <li><a href=\"#services\" style=\"color: white; text-decoration: none;\">Services<\/a><\/li>\n                        <li><a href=\"#offer\" style=\"color: white; text-decoration: none;\">Special Offer<\/a><\/li>\n                        <li><a href=\"#about\" style=\"color: white; text-decoration: none;\">About Us<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"copyright\">\n                <p>&copy; 2023 PestControl Pune. All rights reserved. | Pest Control Near Me in Pune &#038; PCMC<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Floating Action Buttons -->\n    <div class=\"floating-buttons\">\n        <a href=\"tel:8767174297\" class=\"floating-btn call-btn\">\n            <i class=\"fas fa-phone-alt\"><\/i>\n        <\/a>\n        <a href=\"https:\/\/wa.me\/918767174297?text=Hi,%20I%20need%20pest%20control%20service%20in%20Pune\" target=\"_blank\" class=\"floating-btn whatsapp-btn\" rel=\"noopener\">\n            <i class=\"fab fa-whatsapp\"><\/i>\n        <\/a>\n    <\/div>\n\n    <script>\n        \/\/ Simple script for smooth scrolling and button animation\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Add click event for phone number in header\n            const phoneElement = document.querySelector('.contact-header');\n            phoneElement.addEventListener('click', function() {\n                window.location.href = 'tel:8767174297';\n            });\n            \n            \/\/ Add animation to call to action button\n            const ctaButton = document.querySelector('.cta-button');\n            ctaButton.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-3px)';\n            });\n            ctaButton.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0)';\n            });\n            \n            \/\/ Add service card hover effects\n            const serviceCards = document.querySelectorAll('.service-card');\n            serviceCards.forEach(card => {\n                card.addEventListener('mouseenter', function() {\n                    this.style.transform = 'translateY(-10px)';\n                });\n                card.addEventListener('mouseleave', function() {\n                    this.style.transform = 'translateY(0)';\n                });\n            });\n            \n            \/\/ Show a confirmation when call button is clicked\n            const callButtons = document.querySelectorAll('.call-btn, .cta-button');\n            callButtons.forEach(button => {\n                button.addEventListener('click', function(e) {\n                    if(this.getAttribute('href') === 'tel:8767174297') {\n                        console.log('Calling 8767174297...');\n                        \/\/ In a real scenario, you might track this event with analytics\n                    }\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>PestControl Pune | Pest Control Near Me | Call: 8767174297 PestControl Pune 8767174297 Pest Control Near Me In Pune &#038; PCMC Get 20% Off On All Pest Control Services Your home deserves to be pest-free. We offer Cockroaches, Bedbugs, Rat, Lizard, Mosquito &#038; Termite Treatment. Get Same Day Quick Service! Call Now for Same Day &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/ipcpestcontrol.com\/?page_id=1355\"> <span class=\"screen-reader-text\">pest control near me | ipc pest control<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/ipcpestcontrol.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"PestControl Pune | Pest Control Near Me | Call: 8767174297 PestControl Pune 8767174297 Pest Control Near Me In Pune &#038; PCMC Get 20% Off On All Pest Control Services Your home deserves to be pest-free. We offer Cockroaches, Bedbugs, Rat, Lizard, Mosquito &#038; Termite Treatment. Get Same Day Quick Service! Call Now for Same Day&hellip;","_links":{"self":[{"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/pages\/1355"}],"collection":[{"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1355"}],"version-history":[{"count":1,"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/pages\/1355\/revisions"}],"predecessor-version":[{"id":1356,"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=\/wp\/v2\/pages\/1355\/revisions\/1356"}],"wp:attachment":[{"href":"https:\/\/ipcpestcontrol.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}