wizardbeauty.com Review

TitletagDescriptiontaglanguage
Best Hair Salon in Best of Westchester County NY en-us
Alexarank
319391
Ip adress66.235.200.171Nameserverhgns1.hostgator.com
hgns2.hostgator.com
Status code200
robots.txt -http://wizardbeauty.com/robots.txt
 <!DOCTYPE html>

<html lang="en-US">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- SEO -->
<title>Best Hair Salon in Best of Westchester County NY</title><meta name="description" content="Top Makeup Artists, Hairdressers, Beauty Salons near White Plains NY"/>
<!-- og meta for facebook, googleplus -->
<meta property="og:title" content="Best Hair Salon in Best of Westchester County NY"/>
<meta property="og:description" content="Top Makeup Artists, Hairdressers, Beauty Salons near White Plains NY"/>
<meta property="og:url" content="https://wizardbeauty.com"/>
<meta property="og:type" content="website" />
<meta property="og:image" content="http://wizardbeauty.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_large.jpg"/>

<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Best Hair Salon in Best of Westchester County NY"/>
<meta name="twitter:description" content="Top Makeup Artists, Hairdressers, Beauty Salons near White Plains NY"/>
<meta name="twitter:url" content="https://wizardbeauty.com"/>
<meta name="twitter:image" content="http://wizardbeauty.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_large.jpg"/>

<link rel="icon" href="https://wizardbeauty.com/wp-content/uploads/2017/10/cropped-Setsukologo-32x32.png" sizes="32x32" />
<link rel="icon" href="https://wizardbeauty.com/wp-content/uploads/2017/10/cropped-Setsukologo-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://wizardbeauty.com/wp-content/uploads/2017/10/cropped-Setsukologo-180x180.png" />
<meta name="msapplication-TileImage" content="https://wizardbeauty.com/wp-content/uploads/2017/10/cropped-Setsukologo-270x270.png" />
<link rel="stylesheet" href="http://wizardbeauty.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.14" type="text/css" media="all">
<link rel="stylesheet" href="http://wizardbeauty.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">


        <style>
            body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                            .social-list {background-color: rgba(0,0,0,0.4);}
                            a {color:#ffffff;}
            h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
            body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
            h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
            h1 {font-weight:700;font-style: normal;;}
        </style>

        

<style>
    .wp-video {margin: 0 auto;}
    .wp-video-shortcode {max-width: 100%;}
    .grecaptcha-badge {display: none!important;}
    .text-logo {display: inline-block;}
    #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
    #counter.expired {display: none; }
    input, button {
        box-shadow: inset 0 0 0 0 !important;
        -webkit-box-shadow: inset 0 0 0 0 !important;
        -webkit-appearance: none;
        outline: none;
    }
</style>




    </head>


    <body id="body">
        <div id="background-wrapper">

         <div id="background-image" class="image" style="background-image:url('http://wizardbeauty.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/img/hardwork_banner_full.jpg')"></div><div class="background-overlay solid-color" style="background-color:#0a0a0a;opacity:0.4"></div>
        </div>

        
        <section class="section section-body">
            <div class="logo-wrapper text text-logo-wrapper"><a href="https://wizardbeauty.com" style="text-decoration:none;color:inherit"><h1 class="text-logo">Best Hair Salon in Best of Westchester County NY</h1></a></div><h2 class="cmp-title animated ">SOMETHING IS HAPPENING!</h2>         
         </section>
        
    <!-- Fade in background image after load -->
    <script>
        window.addEventListener("load",function(event) {
            init();
        });

        function init(){

            var image = document.getElementById('background-image');
            var body = document.getElementById('body');
            
            if ( image === null ) {
                image = document.getElementById('body');
            } 

            if ( image != null ) {
                if ( image.className !== 'image-unsplash') {
                    image.classList.add('loaded');
                    body.classList.add('loaded');
                }
            }

                    }
    </script>

    
    <script>
        /* Subscribe form script */
        var ajaxWpUrl = 'https://wizardbeauty.com/wp-admin/admin-ajax.php';
        var {pathname} = new URL(ajaxWpUrl);
        var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
        var security = '73cf9712d6';
        var msg = '';
        subForm = function( form, resultElement, emailInput, firstnameInput, lastnameInput, token = '' ) {
            if ( emailInput.value !== '' ) {
                const firstname = firstnameInput === null ? '' : firstnameInput.value;
                const lastname = lastnameInput === null ? '' : lastnameInput.value;

                fetch( ajaxurl, {
                    method: 'POST',
                    headers: {
                        'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
                        'Access-Control-Allow-Origin': '*',
                    },
                    body: `action=niteo_subscribe&ajax=true&form_honeypot=&email=${ encodeURIComponent(emailInput.value) }&firstname=${ encodeURIComponent(firstname) }&lastname=${ encodeURIComponent(lastname) }&security=${ security }&token=${ token }`,
                    credentials: 'same-origin'
                } )
                .then( (res) => {
                    return res.json();
                } )
                .then( (data) => {
                    resultElement.innerHTML = data.message; // Display the result inside result element.
                    form.classList.add('-subscribed');
                    if (data.status == 1) {
                        form.classList.remove('-subscribe-failed');
                        form.classList.add('-subscribe-successful');
                        emailInput.value = '';
                        firstnameInput ? firstnameInput.value = '' : null;
                        lastnameInput ? lastnameInput.value = '' : null;
                        
                    } else {
                        form.classList.add('-subscribe-failed');
                    }
                } )
                .catch(function(error) { console.log(error.message); });

            } else {
                resultElement.innerHTML = 'Oops! Email is empty.';
            }
        }
    </script>

<!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->
<!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->
<!-- More CMP Themes on https://niteothemes.com -->
    </body>

</html>
HTTP/1.1 200 OK
Date: Wed, 20 Aug 2025 08:40:01 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip
Cache-Control: no-cache
Cache-Control: max-age=7200
WPO-Cache-Status: cached
Last-Modified: Tue, 19 Aug 2025 23:36:25 GMT
Expires: Wed, 20 Aug 2025 10:40:01 GMT
Vary: User-Agent, Accept-Encoding
X-Endurance-Cache-Level: 3
X-nginx-cache: WordPress
X-Newfold-Cache-Level: 2
CF-Cache-Status: MISS
Set-Cookie: __cf_bm=Ij4XS1Njq.RfRdvsIzUYbfXoUu_iGfNe713SznMb46Y-1755679201-1.0.1.1-wZfw9WAwuuhLbg8zqG5afIVZk7r4L7W5jOTUVJbsft_zn1LxyZZ.Cp79pR7NqkURszC.Rg7TC3zhKrlTB7BScryGDYvrW1NSVnn1e1fgFJg; path=/; expires=Wed, 20-Aug-25 09:10:01 GMT; domain=.wizardbeauty.com; HttpOnly
Server: cloudflare
CF-RAY: 9720955d0ec0af4e-NRT

iframe