Showing source for: https://www.yellowpages-uae.com/
Duration: 0.11833s
Server: cloudflare

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes" /><meta name="robots" content="index,follow" /><meta name="format-detection" content="telephone=no" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="twitter:card" content="app" /><meta name="twitter:site" content="@YellowPages_LMC" /><meta name="twitter:app:name:iphone" content="YP UAE for Yellow Pages" /><meta name="twitter:app:id:iphone" content="1169490123" /><meta name="twitter:app:name:ipad" content="YP UAE for Yellow Pages" /><meta name="twitter:app:id:ipad" content="1169490123" /><meta name="twitter:app:name:googleplay" content="YP UAE for Yellow Pages" /><meta name="twitter:app:id:googleplay" content="com.yellowpages_uae.app" /><meta name="dmca-site-verification" content="eVJ6enpYV2pYaDhiMWNkMnpVYjVtNmgwYjdHakVBRkJsL2ZtMnFLQTJ0MD01" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="YellowPages-UAE, The Online Directory for Businesses and Brands in the UAE" /><meta name="twitter:description" content=" Yellowpages UAE - Online Business Directory provides detailed information of businesses in all the categories all over in UAE. Promote your business and increase you leads by advertising with us!" /><meta name="twitter:site" content="@YellowPages_LMC" /><meta name="twitter:creator" content="@YellowPages_LMC" /><meta name="twitter:image" content="https://www.yellowpages-uae.com/images/open-graphic/yellowpages-uae-business-model.png" /><meta property="fb:admins" content="100023539574738" /><meta property="fb:app_id" content="375253469162698" /><title>YellowPages-UAE, The Online Directory for Businesses and Brands in the UAE
</title><meta property="og:type" content="website" /><meta property="og:title" content="YellowPages-UAE, The Online Directory for Businesses and Brands in the UAE"><meta name="og:description" content=" Yellowpages UAE - Online Business Directory provides detailed information of businesses in all the categories all over in UAE. Promote your business and increase you leads by advertising with us!"><meta property="og:url" content="https://www.yellowpages-uae.com/"><meta property="og:image" content="https://www.yellowpages-uae.com/images/open-graphic/yellowpages-uae-business-model.png"><meta name="yandex-verification" content="96828a3c2735165f" /><meta name="naver-site-verification" content="770f79ed5c80298130d768d85b1d1f1fa19a8d78" />
<meta name="description" content="Yellowpages UAE - Online Business Directory provides detailed information of businesses in all the categories all over in UAE. Promote your business and increase you leads by advertising with us!" /><meta name="keywords" content="online business directory, yellow pages uae, company near dubai, manufacturere near abu dhabi, near sharjah, near ajman, dubai business listings, abu dhabi business listings, sharjah online business listings" /><meta name="msvalidate.01" content="BE667B4C7767D37F2D859F79C100118E" /><style>#box_mpu {
            margin: 0px 0px 16px 0px;
        }
        .box {    
            border-radius: 4px;
            box-sizing: border-box;
            border: none;
            background-color: white;
            -moz-box-shadow: 0px 2px 4px #bbb;
            -webkit-box-shadow: 0px 2px 4px #bbb;
            box-shadow: 4px 6px 6px #bbb; }
        #displayad img {
            max-width: 1050px;
            max-height: 420px;
            border-radius: 6px;
        }
        #displayad { border: none;text-align: center;
            background-color: #e8e8e8;
            
            border-radius: 6px;
            margin-right: 12px;
        }
        .box.welcome-msg h1 {    background-color: #ffdb25;
            font-size: 20px;
            padding: 10px;
            text-align: center; }
        .headerFeaturedCompanies { background-color: #ffdb25; }
        #infobox li {     border: solid #dddddd;
            border-width: 0px 2px 2px 2px;
            padding: 5px 8px;
        }
        #img_zone102 {    border: solid 4px #dddddd; }
        #img_zone103 {border: solid 4px #dddddd; }
        .welcome-msg {
            /*max-width: 980px;
            margin: 0 auto;*/
            margin-right: 12px;
        }</style><script>var errorMap = ["Invalid number", "Invalid country code", "Too short", "Too long", "Invalid number"];
        var validMobileNumber = false;
         var input = document.querySelector("#whatsapp_Phone1");
        errorMsg = document.querySelector("#error"),
            validMsg = document.querySelector("#valid");



        var reset = function () {
            input.classList.remove("error");
            errorMsg.innerHTML = "";
            errorMsg.classList.add("hide");
            validMsg.classList.add("hide");
        };



        var iti = window.intlTelInput(input, {
            initialCountry: "ae",
            utilsScript: "https://www.yellowpages-uae.com/scripts/utils.js",
        })
        console.log(iti)



        // on blur: validate
        input.addEventListener('blur', function () {
            reset();
            if (input.value.trim()) {
                if (iti.isValidNumber()) {
                    validMsg.classList.remove("hide");
                    validMobileNumber = true;
                    validateContact()



                } else {
                    input.classList.add("error");
                    var errorCode = iti.getValidationError();
                    errorMsg.innerHTML = errorMap[errorCode];
                    errorMsg.classList.remove("hide");
                    validMobileNumber = false;
                    validateContact()



                }
            }
        });



        // on keyup / change flag: reset
        input.addEventListener('change', reset);
        input.addEventListener('keyup', reset);</script><link rel="icon" href="https://www.yellowpages-uae.com/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="https://www.yellowpages-uae.com/favicon.ico" type="image/x-icon" /><link rel="icon" href="https://www.yellowpages-uae.com/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="https://www.yellowpages-uae.com/favicon.ico" type="image/x-icon" /><link href="https://www.yellowpages-uae.com/scripts/intltelinput.css" rel="stylesheet" /><link rel="stylesheet" href="/style/main2.3.css?v=1.12" /><script src="/scripts/jquery-1.7.2.min.js"></script><script defer src="/scripts/jquery.tools.min.js"></script><script defer src="/scripts/jquery-ui-1.8.21.custom.min.js"></script><script defer src="/scripts/jquery.colorbox.js"></script><script defer src="/scripts/main1.4.js"></script><script src="/scripts/intltelinput.js"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script><script defer>function window_onload() {
            window.addEventListener("scroll", navbar_reset_top, false);
        }

        var navbar_top = 100;

        function navbar_reset_top() {
            var scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
            if (scrollTop > navbar_top && searchbox.className === "") {
                document.getElementById("searchbox").className = "navbar_fixed";
            }
            else if (scrollTop < navbar_top && searchbox.className === "navbar_fixed") {
                document.getElementById("searchbox").className = "";
            }
        }</script><style>html, body {
            margin: 0;
        }

        @media only screen and (min-width: 1200px) {
            #leaderboard {
                height: 73px;
            }
        }

        #leaderboard {
            max-height: 100px;
            overflow-y: hidden;
        }

            #leaderboard a, #leaderboard img {
                max-height: 100px;
                overflow-y: hidden;
            }

        #searchbox.navbar_fixed {
            position: fixed;
            top: 0px;
            width: 100%;
            height: 100px;
            background-color: #f00;
        }

        #searchbox.navbar_absolute {
            position: absolute;
            top: 100px;
            width: 100%;
            height: 100px;
            background-color: #f00;
        }

        #searchbox {
            max-height: 200px;
        }

        .logobox > img {
            max-width: 100%;
        }

        li.float-item {
            float: left;
        }

        #brandLogoHolder {
            float: right;
            max-width: 248px;
            text-align: right;
        }

        #leaderboard > .brand-logo-anchor > img {
            width: 22%;
            float: right;
        }

        #leaderboard {
            text-align: center;
        }

        .whats-float {
            position: fixed;
            transform: translate(108px,0px);
            top: 90%;
            right: 0;
            width: 150px;
            overflow: hidden;
            background-color: #25d366;
            color: #FFF;
            border-radius: 4px 0 0 4px;
            z-index: 10;
            transition: all 0.5s ease-in-out;
            vertical-align: middle
        }

            .whats-float a span {
                color: white;
                font-size: 15px;
                padding-top: 8px;
                padding-bottom: 10px;
                position: absolute;
                line-height: 16px;
                font-weight: bolder;
            }

            .whats-float i {
                font-size: 30px;
                color: white;
                line-height: 30px;
                padding: 10px;
                transform: rotate(0deg);
                transition: all 0.5s ease-in-out;
                text-align: center;
            }

            .whats-float:hover {
                color: #FFFFFF;
                transform: translate(0px,0px);
            }

                .whats-float:hover i {
                    transform: rotate(360deg);
                }

        #wa-chat-widget {
            display: none;
            position: fixed;
            border-radius: 10px;
            box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
            bottom: 90px;
            right: 30px;
            overflow: hidden;
            z-index: 99;
            animation-name: wa-chat-animation;
            animation-duration: 1s;
            opacity: 100;
        }

            #wa-chat-widget:target {
                display: block;
            }

        .wa-chat-widget-header {
            display: flex;
            background: rgb(255 219 37);
            background: linear-gradient(90deg, rgb(255 219 37) 0%, rgb(199 172 35) 85%);
            color: #ffffff;
            padding: 1rem;
        }

            .wa-chat-widget-header img {
                max-width: 2.5rem;
            }

            .wa-chat-widget-header a.close {
                position: absolute;
                top: 5px;
                right: 15px;
                color: #fff;
                font-size: 30px;
                text-decoration: none;
            }

        .wa-chat-widget-profile {
            padding: 0 1rem 0 1rem;
        }

        .wa-chat-widget-body {
            padding: 20px 20px 20px 10px;
            background-color: rgb(230, 221, 212);
        }

        .wa-chat-widget-body {
            padding: 20px 39px 20px 10px;
            background-color: rgb(230, 221, 212);
        }

            .wa-chat-widget-body .message {
                padding: 0.5rem;
                background-color: rgb(247, 244, 226);
                border-radius: 0px 8px 8px;
                box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
            }

                .wa-chat-widget-body .message .profile-name {
                    color: #787878;
                }

                .wa-chat-widget-body .message .wcw-message {
                    margin-top: 0.5rem;
                }

        .wa-chat-widget-send form {
            display: flex;
            margin: 0;
            background-color: rgb(230, 221, 212);
        }

        .wa-chat-widget-send input {
            border: none;
            padding: 0.5rem;
            width: 100%;
            border-radius: 1rem;
        }

        .wa-chat-widget-send button {
            background-color: #075E54;
            padding: 0.5rem;
            border-radius: 50%;
            border: none;
            fill: #ffffff;
        }

        .fyindlink {
            width: 90%;
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 12px;
            padding-left: 7px;
            padding-bottom: 15px;
        }

        .button-71 {
            display: inline-block;
            margin: 0;
            border: 0;
            border-radius: 0.375rem;
            background-image: linear-gradient(-180deg,#00923A,#00923A);
            background-image: linear-gradient(-180deg,var(--bpk-button-primary-gradient-start-color,#00923A),var(--bpk-button-primary-gradient-end-color,#00923A));
            font-weight: 700;
            line-height: 1.5rem;
            text-align: center;
            text-decoration: none;
            box-shadow: none;
            cursor: pointer;
            vertical-align: middle;
            -webkit-user-select: none;
            user-select: none;
            color: #fff;
            color: var(--bpk-button-primary-text-color,#fff);
            background-color: #00923A;
            background-color: var(--bpk-button-primary-background-color,#00a698);
            font-size: 13px;
        }



            .button-71:hover {
                box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
                transform: scale(1.05);
            }


        @media screen and (min-width:361px) and (max-width:420px) {
            .fyindlink {
                width: 50%;
                position: absolute;
                left: auto;
                padding: 22px;
                top: 0;
                text-align: right;
                float: right;
            }
        }

        @keyframes wa-chat-animation {
            from {
                opacity: 0;
            }
        }

        .text_input1 {
            display: block;
            padding: 10px;
            border-radius: 4px;
            border: 2px solid #80808091;
            width: 90%;
        }</style><script defer>/**************Banner Ads********************/
        function RotateImages(whichHolder, Start) {

            try {

                if (document.URL.endsWith('.html') || document.URL.endsWith('.com/')) {

                    var img = eval("ImageArr" + whichHolder);
                    var lnk = eval("links" + whichHolder);
                    var b = eval("ImageHolder" + whichHolder);
                    var c = eval("anchor" + whichHolder);
                    if (Start >= img.length)
                        Start = 0;
                    b.src = img[Start];
                    c.href = lnk[Start];
                    window.setTimeout("RotateImages(" + whichHolder + "," + (Start + 1) + ")", 10000);


                } else if (window.innerWidth > 501) {

                    var img = eval("ImageArr" + whichHolder);
                    var lnk = eval("links" + whichHolder);
                    var b = eval("ImageHolder" + whichHolder);
                    var c = eval("anchor" + whichHolder);
                    if (Start >= img.length)
                        Start = 0;
                    b.src = img[Start];
                    c.href = lnk[Start];
                    window.setTimeout("RotateImages(" + whichHolder + "," + (Start + 1) + ")", 10000);

                } else {
                    try {

                        document.getElementById("leaderboard").style.display = "none";
                        document.getElementById("box_mpu").style.display = "none";
                    } catch (ex) {
                    }
                }

            }
            catch (err) {

                var img = eval("ImageArr" + whichHolder);
                var lnk = eval("links" + whichHolder);
                var b = eval("ImageHolder" + whichHolder);
                var c = eval("anchor" + whichHolder);
                if (Start >= img.length)
                    Start = 0;
                b.src = img[Start];
                c.href = lnk[Start];
                window.setTimeout("RotateImages(" + whichHolder + "," + (Start + 1) + ")", 10000);
                console.log(err.message);
            }



        }

        function RotateBusinessImages(whichHolder, Start) {
            var img = eval("ImageArr" + whichHolder);
            var b = eval("ImageHolder" + whichHolder);
            if (Start >= img.length)
                Start = 0;
            b.src = img[Start];
            window.setTimeout("RotateBusinessImages(" + whichHolder + "," + (Start + 1) + ")", 3000);
        }</script><script defer>function displayAdBanner(zone, page, keyword, id) {

            try {


                $.ajax({
                    type: "POST",
                    url: "/services/webservices.asmx/GetAdBanner",
                    cache: false,
                    contentType: "application/json; charset=utf-8",
                    data: JSON.stringify({ 'zone': zone, 'page': page, 'keyword': keyword, 'branchid': id }),
                    dataType: "json",
                    contentType: "application/json; charset=utf-8",
                    success: handleAdBanner,
                    error: ajaxFailedAdBanner
                });
            } catch (err) {
                console.log(err.message);
            }
        }

        function handleAdBanner(data, status) {
            if (data != null && data.d != null) {


                var responseData = JSON.parse(data.d);
                if (responseData.output != null) {
                    if (responseData.zone == 'zone101')
                        $('#leaderboard').html(responseData.output);
                    else if (responseData.zone == 'zone102')
                        $('#box_mpu').html(responseData.output);
                    else if (responseData.zone == 'zone103')
                        $('#displayad').html(responseData.output);

                } else {


                }
            }
        }


        function ajaxFailedAdBanner(xmlRequest) {


        }</script><script type="application/ld+json">{
   "@context":"https://www.schema.org",
   "@graph":[
      {
         "@type":"Organization",
         "@id":"https://www.yellowpages-uae.com/#organization",
         "name":"Lunad Digital Portal",
         "url":"https://www.yellowpages-uae.com/dubai-lunad-digital-portal-176514.html",
         "sameAs":[
            "https://www.facebook.com/YPUAE/",
            "https://www.linkedin.com/company/yellowpages-uae/",
            "https://twitter.com/YellowPages_LMC",
            "https://bit.ly/2N2LBCa"
         ],
         "logo":{
            "@type":"ImageObject",
            "@id":"https://www.yellowpages-uae.com/#logo",
            "url":"https://www.yellowpages-uae.com/images/yp-logo_1.png",
            "caption":"YellowPages-UAE.com by Lunad Digital Portal"
         },
         "image":{
            "@type":"ImageObject",
            "@id":"https://www.yellowpages-uae.com/#image",
            "url":"https://www.yellowpages-uae.com/images/open-graphic/yellowpages-uae-business-model.png",
            "caption":"YellowPages-UAE.com by Lunad Digital Portal"
         }
      },
      {
         "@type":"WebSite",
         "@id":"https://www.yellowpages-uae.com/#website",
         "url":"https://www.yellowpages-uae.com/",
         "name":"YellowPages-UAE.com",
         "publisher":{
            "@id":"https://www.yellowpages-uae.com/#organization"
         },
         "potentialAction":{
            "@type":"SearchAction",
            "target":"https://www.yellowpages-uae.com/uae/{search_term_string}",
            "query-input":"required name=search_term_string"
         }
      },
      {
         "@type":"WebPage",
         "@id":"https://www.yellowpages-uae.com/#webpage",
         "url":"https://www.yellowpages-uae.com/",
         "inLanguage":"en-US",
         "name":"YellowPages-UAE.com by Lunad Digital Portal",
         "isPartOf":{
            "@id":"https://www.yellowpages-uae.com/#website"
         },
         "about":{
            "@id":"https://www.yellowpages-uae.com/#organization"
         },
         "description":"'Lunad Digital Portal handles YellowPages-UAE.com, which is the UAE's Top Online Local Search Engine for businesses, products and services. A smart and efficient way to Search, Find and Connect to Businesses in UAE.'"
      }
   ]
}</script><script defer>var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-5685477-1']);
        _gaq.push(['_trackPageview']);

        _gaq.push(['lunad._setAccount', 'UA-28868216-2']);
        _gaq.push(['lunad._trackPageview']);

        (function () {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();</script><script defer>(function (c, l, a, r, i, t, y) {
            c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
            t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i + "?ref=bwt";
            y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
        })(window, document, "clarity", "script", "5xentp6jyj");</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-HV56YGT870"></script><script defer>window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());

        gtag('config', 'G-HV56YGT870');</script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script><script defer type="text/javascript">function goToWhatsapp(e) {
            e.preventDefault()
            Usercmpname = $("[id*=whatsapp_Cname]").val();
            Username = $("[id*=whatsapp_name]").val();
            number = $("[id*=whatsapp_Phone]").val();
            let href = "/whatsapp_advert_req.aspx?type=advertise&q=" + Username + "&d=" + number + "&x=" + Usercmpname + "&y=https://wa.me/97142832133?text=Hi%20 ,%0a Advertising Request for Yellowpages, %0a Name :%20 " + Username + "%0a Mobile Number :%20" + number + "%0a Company Name :%20 " + Usercmpname + " %20 ";
            $("[id*=whatsapp_name]").val('')
            $("[id*=whatsapp_Cname]").val('');
            $("[id*=whatsapp_Phone]").val('');
            console.log(href)
            window.open(href, '_blank');
        }</script></head><body id="LayoutBody"><div id="topbar" style="display: none"><div class="wrapper"><div class="menuhead leftf leftt"><ul></ul></div></div></div><div id="header"><div class="wrapper"><div id="leaderboard"><a id="lnk_zone101" target="_blank" rel="nofollow"><video height="90" width="728" id="img_zone101" src type="video/webm" playsinline="playsinline" muted loop autoplay></video></a><script>var ImageArr32 = new Array("https://media.yellowpages-uae.com/wfile/banner/zone101/cochin_steel-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/al-saqr-industries-lb.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/awafi-vending-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/al-methali-scaffolding -lb.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/frostchem-global-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/g-&-g-international-trading-lb.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/murtuza-shabbir-trading-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/dana-group-animation.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/dana-group-animation.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/dana-group-animation.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/master-mechanical-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/al-banoosh-trading-company-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/boxhub-cargo-containers-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/flowmax-technical-services-leaderboard.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone101/dana-group-animation.mp4");var links32 = new Array("/companywebsite.aspx?q=www.cochinsteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.saqrme.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=awafia.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=methaliscaffolds.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=frostchem.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=gandg.ae/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=mstrading.ae/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danawatercoolers.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danalubes.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danasteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=masteruae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=albanooshfire.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=boxhubcargocontainers.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=flowmaxfans.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danasteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner");var ImageHolder32 = document.getElementById('img_zone101');var anchor32 = document.getElementById('lnk_zone101');RotateImages(32, 0);</script></div><style>.whatsapptemp {
   background: url(https://media.yellowpages-uae.com/wfile/webpic/wa-icon.png) no-repeat left center;
  border: 1px;
  padding: 20px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: bold;
  width: 180px;
  cursor:pointer
}

    .yp_logo{
        width:auto;
        height:auto;
        max-width:250px
    }
</style><div id="searchbox" class><div id="searchbarWrapper"><div class="logo"><a href="/" class="text-center"><img class="yp_logo" src="https://www.yellowpages-uae.com/images/yp_logo_new.webp" alt="Yellow Pages UAE" width="300" height="51" title="Yellow Pages UAE" /></a></div><div class="searchForm"><div class="serviceInput"><input type="text" aria-label="Search keyword" name="txtKeyword" id="txtKeyword" onkeydown="if(event.keyCode == 13) search();" class="inputField" value placeholder="Products, Services, Brand or Company" /></div><div class="dvCityName"><input type="text" aria-label="Search City" name="txtLocation" id="txtLocation" onkeydown="if(event.keyCode == 13) search();" class="inputCity" value="UAE" placeholder="Enter Location" /></div><button class="btnSearch button black" title="Search" id="searchSubmit" type="submit" onclick="javascript:search();">Search</button></div></div><div class="clear"></div></div><script></script><div class="clear"></div><div class="clear"></div></div></div><div class="clear"></div><div id="content"><div class="wrapper"><div id="content_left650"><div id="displayad"><a id="lnk_zone103" target="_blank" rel="nofollow"><video height="400" width="988" id="img_zone103" src type="video/webm" playsinline="playsinline" muted loop autoplay></video></a><script>var ImageArr34 = new Array( "https://media.yellowpages-uae.com/wfile/banner/zone103/multi-tech-home-page-banner.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone103/al-asas-valves-trading-homepage-banner.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone103/master-mechanical-equipment-llc-home-page-ad.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone103/ronik-chandrakanth-home-page-banner.mp4","https://media.yellowpages-uae.com/wfile/banner/zone103/multi-tech-engineering-home-page-banner.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone103/al-saqr-industries-new-home-page-banner.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone103/cochinsteelllc-home.mp4");var links34 = new Array( "/companywebsite.aspx?q=multitech-group.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=alasasvalves.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.masteruae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=Ronikcbmt.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner","/companywebsite.aspx?q=multitech.ae/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.saqrme.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.cochinsteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner");var ImageHolder34 = document.getElementById('img_zone103');var anchor34 = document.getElementById('lnk_zone103');RotateImages(34, 0);</script></div><div class="box welcome-msg"><h1>Welcome to Yellow Pages UAE</h1><div class="pad10"><p>Yellow Pages UAE is the best online UAE Business Directory for local searches. From phone numbers and location maps to links to business websites, we help consumers connect with local businesses in UAE, Dubai, Abu-Dhabi and Sharjah etc. The users enjoy easy access to useful local information. Our online business directory provides businesses with amazing opportunities to enhance their online presence and attract potential customers.</p><p>Yellow Pages UAE is the most reliable destination to get information on high quality services and top-notch products from local businesses in UAE, Dubai, Abu-Dhabi and Sharjah etc. Restaurants, legal services, hotels, auto repair, healthcare, personal care, and more - find contact details of local businesses within over 2,000 categories using our user-friendly format. You can also send your enquiry directly to the advertiser and learn more about the business. All the information you need is just a click or a phone call away.</p></div></div><div class="clear20"></div><div id="wa-chat-widget"><div class="wa-chat-widget-header"><img src="https://tdms.yellowpages-uae.com/static/images/YP_Black&yellow-02.png" /><div class="wa-chat-widget-profile"><div>Contact Us</div><small>Typically replies within 24 hour</small></div><a class="close" onclick="$('#wa-chat-widget').css('display','none');" style="cursor: pointer;">×</a></div><div class="wa-chat-widget-body"><div class="message"><small class="profile-name">Customer Support :</small><div class="wcw-message">Hi there 👋<br/> Please fill the form to Advertise with us</div></div></div><div class="wa-chat-widget" style="background-color: rgb(230, 221, 212);    padding-left: 10px;"><form onsubmit="goToWhatsapp(event)" id="whatsapp_popup" style="display: block;padding-left: 30px;"><input type="checkbox" id="paid" name="paid" value="paid"><label for="paid"> Advertise With Us</label><br><input type="checkbox" id="foc" name="foc" value="foc"><label for="foc"> List Your Business</label><br><input type="text" class="text_input1" id="whatsapp_name1" placeholder="Full Name" required /><br/><input type="text" class="text_input1" id="whatsapp_Cname1" placeholder="Company Name" required /><br/><input type="text" class="text_input1" id="whatsapp_Phone1" placeholder="Phone Number" required /> <br/><span id="error"></span><span id="valid"></span><div style="padding-left: 40%;padding-top: 5px;padding-bottom: 5px;"><button type="submit" style="background-color: #ffdb25;cursor: pointer;padding: 0.5rem;border-radius: 50%;border: none;fill: #ffffff;"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path d="M24 0l-6 22-8.129-7.239 7.802-8.234-10.458 7.227-7.215-1.754 24-12zm-15 16.668v7.332l3.258-4.431-3.258-2.901z" /></svg></button></div></form></div></div><div class="whats-float"><a onclick="$('#wa-chat-widget').css('display','block')" style="cursor: pointer;"><img src="https://media.yellowpages-uae.com/wfile/icons/whatsapp-logo.png" style="width:45px"><span style="padding-top: 15px;">Contact us<small></small></span></a></div></div><div id="content_right300"><div id="box_mpu" class="box"><a id="lnk_zone102" target="_blank" rel="nofollow"><video height="250" width="300" id="img_zone102" src type="video/webm" playsinline="playsinline" muted loop autoplay></video></a><script>var ImageArr33 = new Array("https://media.yellowpages-uae.com/wfile/banner/zone102/black-gold-tyres-mpu.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/rajab-trading.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/buraq-star-banner.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/chemex-hygiene-concepts-mpu1.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/ghosh-metal-fencing-animation-26h.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/dana-cooler-animation.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/dana-lubricant-animation.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/dana-fencing-animation-1.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/al-baz-refrigeration-spare-parts-mpu.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/cochin_steel-mpu.mp4", "https://media.yellowpages-uae.com/wfile/banner/zone102/rajab-trading.mp4");var links33 = new Array("/companywebsite.aspx?q=blackgolddxb.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=yellowpages-uae.com/uae/rajab-trading-co-llc /?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=buraqstar.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.chemex-me.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.ghoshgroups.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danawatercoolers.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danalubes.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=danasteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.albazuae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=www.cochinsteeluae.com/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner", "/companywebsite.aspx?q=yellowpages-uae.com/uae/rajab-trading-co-llc/?utm_source=Yellowpages-UAE.com%26utm_medium=YPUAEClicks%26utm_campaign=YPUAEWebAd&type=banner");var ImageHolder33 = document.getElementById('img_zone102');var anchor33 = document.getElementById('lnk_zone102');RotateImages(33, 0);</script></div><div id="infobox" class="box"><div class="headerFeaturedCompanies">Featured Companies</div><ul><li><h2><a href="/sharjah-cochin-steel-llc-179151.html">Cochin Steel LLC</a></h2><div><img src="https://media.yellowpages-uae.com/wfile/webplogo/244236.webp" height="20" width="50" alt="Cochin Steel LLC" title="Cochin Steel LLC" /><p>Market leader and pioneer in the manufacture and installation of storage tanks for Diesel, Petrol and Water tankers. Call: +97165432768, Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0172606d647241626e6269686f727564646d7460642f626e6c">[email&#160;protected]</a></p></div><div class="clear"></div><a href="/companywebsite.aspx?type=infobox&q=www.cochinsteeluae.com" title="Cochin Steel LLC" target="_blank">www.cochinsteeluae.com</a></li><li><h2><a href="/umm-al-quwain-galaxy-tanks-trading-llc-185156.html">Galaxy Tanks Trading LLC</a></h2><div><img src="https://media.yellowpages-uae.com/wfile/webplogo/331242.webp" height="20" width="50" alt="Galaxy Tanks Trading LLC" title="Galaxy Tanks Trading LLC" /><p>Market leaders in Supply and installation of Grp panel tanks, Water Tank repairing , FRP tanks , insulated water tanks , Underground tanks ,
Septic tanks and Polyurethane tanks.
Contact:
Phone - 06-5799097
Mobile - 056-6984842
Email - <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="99eaf8f5fcead9fef8f5f8e1e0edf8f7f2eaedebf8fdf0f7feb7f8fc">[email&#160;protected]</a></p></div><div class="clear"></div><a href="/companywebsite.aspx?type=infobox&q=galaxytankstading.com" title="Galaxy Tanks Trading LLC" target="_blank">galaxytankstading.com</a></li><li><h2><a href="/widex-audiology-centre-177761.html">Widex Audiology Centre</a></h2><div><img src="https://media.yellowpages-uae.com/wfile/webplogo/324773.webp" height="20" width="50" alt="Widex Audiology Centre" title="Widex Audiology Centre" /><p>We make unique tailor made solutions so that your hearing aid suits your exact hearing loss and the way you listen. They are designed and fitted to be comfortable to wear whoever you are and wherever you are. <strong>Phone :</strong> 02-6340670 <strong>Email: </Strong> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f582909d96b5829c91908ddb9490">[email&#160;protected]</a></p></div><div class="clear"></div><a href="/companywebsite.aspx?type=infobox&q=www.emirateshearingcare.ae" title="Widex Audiology Centre" target="_blank">www.emirateshearingcare.ae</a></li><li><h2><a href="/ajman-spider-racking-and-shelving-llc-188931.html">Spider Racking and Shelving LLC</a></h2><div><img src="https://media.yellowpages-uae.com/wfile/webplogo/334632.webp" height="20" width="50" alt="Spider Racking and Shelving LLC" title="Spider Racking and Shelving LLC" /><p>SPIDER Racking & Shelving specializes in providing top-tier racking and shelving solutions, tailored to meet your unique needs
<br/><strong>Products &amp; Services:-</strong> Pallet Racking, Mezzanine Floor, Shelving and Racking, Racking Systems, GI Floor Gratings, Cantilever Racking Systems, Slotted Angle Shelving, Bolt Free Shelving, Heavy Duty Racking
Contact: 06-6784462
Mobile: 058-6725959
Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a8e1c6cec7e8dbd8c1cccddadac9cbc3c1c6cf86cbc7c5">[email&#160;protected]</a></p></div><div class="clear"></div><a href="/companywebsite.aspx?type=infobox&q=spiderracking.com" title="Spider Racking and Shelving LLC" target="_blank">spiderracking.com</a></li><li><h2><a href="/dubai-bonn-metals-construction-industries-llc-129589.html">Bonn Metals Const Industries LLC</a></h2><div><img src="https://media.yellowpages-uae.com/wfile/webplogo/307383.webp" height="20" width="50" alt="Bonn Metals Const Industries LLC" title="Bonn Metals Const Industries LLC" /><p><p>The Bonn Metals Construction Industries (BMCI) is one of the best and leading manufacturers of cable trays in UAE.<br/><strong>Products &amp; Services:-</strong> Cable Tray, PPR Pipes, Hot Dip Galvanisation, Cable Trunking, Unistrut Channel, Cable Tray Ladders, Cable Support System, Wire Mesh Tray, Steel Lintels, Cable Management Systems, Ms Angles, Square Bars, Flat Bars, Round Bars, Slotted channel, U channel, GI Lintel Supplier.</p></p></div><div class="clear"></div><a href="/companywebsite.aspx?type=infobox&q=www.bonn-group.com" title="Bonn Metals Const Industries LLC" target="_blank">www.bonn-group.com</a></li></ul></div><div class="clear10"></div></div><div class="clear"></div></div></div><div class="clear"></div><div id="footer"><div class="wrapper"><div><div itemscope itemtype="https://www.schema.org/SiteNavigationElement"><div class="advertise-with-us-title"><a href="/pages/advertise-with-us.aspx" itemprop="url" title="Advertising Business With Us"><span itemprop="name">Advertise With Us</span></a></div></div><div id="footer_left" itemscope itemtype="https://www.schema.org/SiteNavigationElement"><span class="advertise-with-us-title"><strong>Yellow Pages</strong></span><ul class="footer_links"><li><a href="/pages/about-us.aspx">About Us</a></li><li><a href="/pages/list-your-business.aspx" itemprop="url" title="Free Business Listing">List your Business<span itemprop="name"></span></a></li><li><a href="/pages/terms-and-conditions.aspx">Terms of use</a></li><li><a href="/pages/privacy-policy.aspx">Privacy Policy</a></li><li><a href="/pages/sitemap.aspx">Sitemap</a></li><li><a href="/pages/contact-us.aspx">Contact Us</a></li><li><a href="/pages/b2b-market.aspx">B2B Market</a></li></ul></div><div id="footer_pop" class="leftf" itemscope itemtype="https://www.schema.org/SiteNavigationElement"><span class="advertise-with-us-title"><strong>Popular Categories</strong></span><ul class="footer_popular_category"><li><a href="/uae/advertising-agencies" title="Advertising Agencies">Advertising</a></li><li><a href="/uae/air-conditioning-engineers-installation-and-maintenance" title="Air Conditioning Engineers Installation and Maintenance">Air Conditioning</a></li><li><a href="/uae/aluminium-and-aluminium-products" title="Aluminium and Aluminium Products">Aluminium</a></li><li><a href="/uae/building-materials" title="Building Materials">Building Materials</a></li><li><a href="/uae/cable-and-wire-manufacturers" title="Cable and Wire Manufacturers">Cable and Wire</a></li><li><a href="/uae/car-rental-hire-and-leasing" title="Car Hire and Leasing">Car Hire and Leasing</a></li><li><a href="/uae/chemicals-and-chemical-products" title="Chemicals And Chemical Products">Chemicals</a></li><li><a href="/uae/clinics" title="Clinics">Clinics</a></li><li><a href="/uae/digital-printing-large-format" title="Digital Printing">Digital Printing</a></li><li><a href="/uae/concrete-products" title="Concrete Products">Concrete Products</a></li><li><a href="/uae/electric-equipment" title="Electric Equipment">Electrical</a></li><li><a href="/uae/exhibition-stand" title="Exhibition Stands">Exhibition Stands</a></li><li><a href="/uae/generators" title="Generators">Generators</a></li><li><a href="/uae/hardware" title="Hardware">Hardware and Tools</a></li><li><a href="/uae/hospitals" title="Hospitals">Hospitals</a></li><li><a href="/uae/event-management" title="Event Management">Event Management</a></li><li><a href="/uae/interior-decorators-and-designers" title="Interior Decorators and Designers" itemprop="url"><span itemprop="name">Interior Decorators</span></a></li><li><a href="/uae/kitchen-equipment-and-supplies" title="Kitchen Equipment and Supplies">Kitchen Equipment</a></li><li><a href="/uae/oilfield-equipment" title="Oil and Gas">Oilfield Equipment</a></li><li><a href="/uae/pipes" title="Pipes">Pipes</a></li><li><a href="/uae/plastics-and-plastic-products" title="Plastics and Plastics Products">Plastics</a></li><li><a href="/uae/portable-and-prefabricated-buildings" title="Portable And Prefabricated Buildings" itemprop="url"><span itemprop="name">Prefabricated Buildings</span></a></li><li><a href="/uae/security-control-equipment-and-systems" title="Security Control Equipment And Systems">Safety And Security</a></li><li><a href="/uae/shelving-and-storage-solutions" title="Shelving and Storage">Shelving and Storage</a></li><li><a href="/uae/steel-stockholders-and-merchants" title="Steel Stockholders and Merchants">Steel Merchants</a></li><li><a href="/uae/steel-fabricators-and-engineers" title="Steel Fabricators and Engineers" itemprop="url"><span itemprop="name">Steel Fabricators</span></a></li><li><a href="/uae/valves" title="Valves">Valves</a></li></ul></div><div id="footer_right" class="leftf"><div class="wrapfooter"><ul class="socialfooter" style="white-space: nowrap;display:flex;gap:2px;"><li><a href="https://www.facebook.com/YPUAE/?fref=ts" target="_blank" rel="noreferrer noopener nofollow"><img src="/style/img/facebook.png" alt="Facebook" /></a></li><li><a href="https://www.linkedin.com/company/yellowpages-uae/" target="_blank" rel="noreferrer noopener nofollow"><img src="/style/img/linkedin.png" alt="Linkedin" /></a></li><li><a href="https://twitter.com/YellowPages_LMC" target="_blank" rel="noreferrer noopener nofollow"><img src="/style/img/twitter.png" alt="Twitter" /></a></li><li><a href="https://www.youtube.com/channel/UC4aCIGLyj6ga2_A3dZ5o8ZQ" target="_blank" rel="noreferrer noopener nofollow"><img src="/style/img/youtube.png" alt="Youtube" /></a></li><li><a href="https://www.instagram.com/yellowpagesuae/" target="_blank" rel="noreferrer noopener nofollow"><img src="/style/img/instagram.png" alt="Instagram" /></a></li></ul><a class="lunadfooter" href="https://www.yellowpages-uae.com/" rel="nofollow" style="margin: 0 0 -8px 0"><img src="/images/lunad-logo.png" width="120" height="44" alt="Lunad Digital Portal" title="Powered by Lunad Digital Portal" /></a><div style="width:140px"> Phone: <a href="tel:0097142832133" style="font-size: 14px">04-2832133</a> </div><a href="//www.dmca.com/Protection/Status.aspx?ID=32c3b0f3-c10c-4870-a911-59a97e2b8fb7" title="DMCA.com Protection Status" target="_blank" class="dmca-badge"><img src="https://images.dmca.com/Badges/DMCA_logo-bw140w.png?ID=32c3b0f3-c10c-4870-a911-59a97e2b8fb7" width="120" height="55" alt="DMCA.com Protection Status" style="max-width: 92px;height: auto;margin-top: 10px;" /></a><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script><div class="fb-like" data-href="https://www.facebook.com/YPUAE/" data-layout="button" data-action="like" data-show-faces="false" data-share="true" rel="noreferrer noopener nofollow"></div><div class="clear"></div><div style="margin-top: 10px;"></div></div></div></div><div class="clear"></div><div id="copywrite" class="footer_seprator"><p style="text-align: center;">&copy; 2004-2024 Lunad Digital Portal</p></div></div><div class="clear"></div></div></body></html>

Latest requests

# Url Url Source Date
1 https://www.yellowpages-uae.com/ 2024-05-10 21:01:35
2 https://thebolditalic.com/?gi=2823… 2024-05-10 21:01:34
3 https://thebolditalic.com/?gi=82d4… 2024-05-10 21:01:34
4 https://thebolditalic.com/?gi=79b7… 2024-05-10 21:01:32
5 https://thebolditalic.com/?gi=6e0e… 2024-05-10 21:01:32
6 https://thebolditalic.com/?gi=de64… 2024-05-10 21:01:31
7 https://thebolditalic.com/?gi=fcfa… 2024-05-10 21:01:27
8 https://thebolditalic.com/?gi=6833… 2024-05-10 21:01:23
9 https://thebolditalic.com/?gi=1576… 2024-05-10 21:01:23
10 https://thebolditalic.com/?gi=a1fb… 2024-05-10 21:01:19
11 https://thebolditalic.com/?gi=b8aa… 2024-05-10 21:01:15
12 https://thebolditalic.com/?gi=9e7f… 2024-05-10 21:01:10
13 https://thebolditalic.com/?gi=af0a… 2024-05-10 21:01:09
14 https://thebolditalic.com/?gi=10b3… 2024-05-10 21:01:07
15 https://thebolditalic.com/?gi=a3b3… 2024-05-10 21:01:07
16 https://thebolditalic.com/?gi=1182… 2024-05-10 21:01:07
17 https://thebolditalic.com/?gi=289f… 2024-05-10 21:01:04
18 https://thebolditalic.com/?gi=9420… 2024-05-10 21:01:03
19 https://thebolditalic.com/?gi=a553… 2024-05-10 21:01:01
20 https://thebolditalic.com/?gi=e722… 2024-05-10 21:00:59