Help
RSS
API
Feed
Maltego
Contact
Domain > localbes.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-30
154.62.105.51
(
ClassC
)
2025-11-25
92.112.198.212
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Tue, 25 Nov 2025 08:51:17 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://localbes.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 36a78e0fce72188c9407a3ef3c3c65d3-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.268 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 25 Nov 2025 08:51:18 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.1.31platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 3d75d11f01d535ee68631087c74fa8e1-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.502 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Luxury Cleaning Services in Netherlands | Lady Greener/title> !-- Favicon --> link relicon typeimage/png href/assets/images/ladygreenerfavicon.png?v2> !-- SEO --> meta namedescription contentLady Greener offers premium eco-friendly cleaning services including home cleaning, maid service cleaning, move-out cleaning, deep cleaning, Airbnb cleaning, and office cleaning across Amsterdam, Amstelveen, Utrecht, Rotterdam & Den Haag.> meta namekeywords content clean maid service, cleaning services, maid service cleaning, house cleaning services, deep cleaning, commercial cleaning services, commercial office cleaning services, home cleaning services, cleaning services home cleaning, maid home cleaning services, service house cleaning, services home cleaning > !-- JSON-LD Schema --> script typeapplication/ld+json> { @context: https://schema.org/, @type: LocalBusiness, name: Lady Greener Cleaning Services, image: https://localbes.com/assets/images/logo.png, telephone: +31687011268, email: info@ladygreener.com, address: { @type: PostalAddress, streetAddress: Middenstede 258, addressLocality: Den Haag, postalCode: 2543TW, addressCountry: NL }, url: https://localbes.com, description: Premium eco-friendly cleaning services including deep cleaning, commercial cleaning, Airbnb cleaning, and home cleaning., servesAtLocation: Amsterdam, Amstelveen, Utrecht, Rotterdam, Den Haag } /script> !-- Fonts + Icons --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@400;500;600;700&familyInter:wght@400;500;600&displayswap relstylesheet> style> /* GLOBAL RESET & THEME */ * {margin:0; padding:0; box-sizing:border-box;} body {font-family:Poppins,Inter,sans-serif; background:#ffffff;} /* HEADER */ header { width: 100%; background: #ffffff; padding: 14px 50px; box-shadow: 0 2px 15px rgba(0,0,0,0.05); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 2000; } /* LOGO */ .logo-box { display:flex; align-items:center; gap:12px; text-decoration:none; } .logo-box img {height:45px; transition:.2s;} .logo-box:hover img {transform:scale(1.05);} .logo-text { font-size:26px; font-weight:700; color:#176b33; } /* NAVIGATION */ nav { display:flex; align-items:center; gap:35px; } nav a { text-decoration:none; color:#333; font-weight:500; font-size:16px; display:flex; align-items:center; gap:7px; transition:.25s; } nav a:hover {color:#1f6b30;} /* DROPDOWN */ .dropdown {position:relative;} .dropdown-menu { position:absolute; top:110%; left:50%; transform:translateX(-50%); width:260px; background:white; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,0.1); opacity:0; visibility:hidden; transition:.25s; padding:10px 0; border-top:3px solid #1f6b30; z-index:3000; } .dropdown:hover .dropdown-menu {opacity:1; visibility:visible;} .dropdown-menu a { padding:12px 20px; display:flex; align-items:center; gap:10px; font-size:15px; color:#333; } .dropdown-menu a:hover { background:#f1fff5; color:#1f6b30; } /* CTA BUTTON */ .cta-btn { background:#1f6b30; color:white !important; padding:12px 22px; border-radius:10px; font-weight:600; box-shadow:0 4px 12px rgba(31,107,48,0.3); transition:.25s; } .cta-btn:hover { background:#155424; transform:translateY(-2px); } /* MOBILE MENU */ .mobile-menu-icon { display:none; font-size:28px; color:#1f6b30; cursor:pointer; } #mobileMenu { position:fixed; top:0; right:-100%; width:80%; max-width:340px; height:100%; background:white; padding:20px; box-shadow:-5px 0 20px rgba(0,0,0,0.15); transition:.35s; z-index:4000; overflow-y:auto; } #mobileMenu.open {right:0;} #mobileMenu a { display:block; padding:15px 0; font-size:17px; color:#333; border-bottom:1px solid #eee; text-decoration:none; } #mobileMenu a:hover {color:#1f6b30;} #mobileMenu .cta-btn { display:block; margin-top:20px; text-align:center; } /* OVERLAY */ #mobileMenuOverlay { position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.55); top:0; left:0; opacity:0; visibility:hidden; transition:.3s; z-index:3900; } #mobileMenuOverlay.open {opacity:1; visibility:visible;} /* RESPONSIVE */ @media(max-width:900px){ nav {display:none;} .mobile-menu-icon {display:block;} header {padding:14px 25px;} .logo-text {font-size:22px;} } /style>/head>body>!-- MOBILE MENU OVERLAY -->div idmobileMenuOverlay onclickcloseMenu()>/div>header> a href/index.php classlogo-box> img src/assets/images/logo.png altLady Greener Logo> span classlogo-text>Lady Greener/span> /a> div classmobile-menu-icon onclicktoggleMenu()> i idmenuIcon classfas fa-bars>/i> /div> nav> a href/index>i classfa-solid fa-house>/i> Home/a> div classdropdown> a href#>i classfa-solid fa-broom>/i> Services i classfas fa-caret-down>/i>/a> div classdropdown-menu> a href/services/moveout>i classfa-solid fa-box>/i> Move-Out Cleaning/a> a href/services/movein>i classfa-solid fa-truck>/i> Move-In Cleaning/a> a href/services/deepclean>i classfa-solid fa-spray-can-sparkles>/i> Deep Cleaning/a> a href/services/endtenancy>i classfa-solid fa-key>/i> End of Tenancy/a> a href/services/airbnb>i classfa-brands fa-airbnb>/i> Airbnb Cleaning/a> a href/services/management>i classfa-solid fa-building-user>/i> House Management/a> a href/services/office>i classfa-solid fa-briefcase>/i> Office Cleaning/a> /div> /div> a href/pricing>i classfa-solid fa-tag>/i> Pricing/a> a href/about>i classfa-solid fa-users>/i> About/a> a href/blog>i classfa-solid fa-newspaper>/i> Blog/a> a href/contact classcta-btn>i classfa-solid fa-phone>/i> Book Now/a> /nav>/header>!-- MOBILE MENU -->div idmobileMenu> a href/index>i classfa-solid fa-house>/i> Home/a> strong styledisplay:block; margin:15px 0 8px; color:#1f6b30;>Services/strong> a href/services/moveout>Move-Out Cleaning/a> a href/services/movein>Move-In Cleaning/a> a href/services/deepclean>Deep Cleaning/a> a href/services/endtenancy>End of Tenancy/a> a href/services/airbnb>Airbnb Cleaning/a> a href/services/management>House Management/a> a href/services/office>Office Cleaning/a> a href/pricing>Pricing/a> a href/about>About/a> a href/blog>Blog/a> a href/contact classcta-btn>Book Now/a>/div>script>function toggleMenu() { document.getElementById(mobileMenu).classList.toggle(open); document.getElementById(mobileMenuOverlay).classList.toggle(open); document.body.style.overflow hidden;}function closeMenu() { document.getElementById(mobileMenu).classList.remove(open); document.getElementById(mobileMenuOverlay).classList.remove(open); document.body.style.overflow ;}/script>style>/* -------------------------------------------------- GLOBAL VARIABLES-------------------------------------------------- */:root { --green-dark: #176B33; --green-lux: #144922; --green-accent: #bfffcf; --gold-soft: #d4b98f; --white: #ffffff; --light-bg: #fdfdfd; --text-dark: #333;}body { background: var(--light-bg); color: var(--text-dark); font-family: Poppins, sans-serif;}/* -------------------------------------------------- HERO — FULLY RESPONSIVE ULTRA PREMIUM-------------------------------------------------- */.hero-luxury { min-height: 90vh; background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url(/assets/images/livingroom.jpg) center/cover no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 20px; text-align: center; color: white;}.hero-luxury h1 { font-size: 4.5rem; font-weight: 900; text-shadow: 0 10px 35px rgba(0,0,0,0.7); margin-bottom: 20px;}.hero-luxury .hero-sub { max-width: 850px; font-size: 1.45rem; line-height: 1.6; opacity: .95; margin: 20px auto;}.hero-underline { width: 160px; height: 4px; background: var(--gold-soft); margin: 25px auto;}.hero-btn { background: var(--green-dark); padding: 18px 42px; font-size: 1.35rem; color: white!important; border-radius: 14px; font-weight: 700; margin-top: 30px; display: inline-block; box-shadow: 0 12px 35px rgba(0,0,0,0.4); transition: .3s;}.hero-btn:hover { background: var(--green-lux); transform: translateY(-4px);}/* MOBILE HERO FIX */@media (max-width: 900px) { .hero-luxury h1 { font-size: 3rem; } .hero-luxury .hero-sub { font-size: 1.1rem; }}@media (max-width: 550px) { .hero-luxury h1 { font-size: 2.3rem; } .hero-luxury .hero-sub { font-size: 1rem; }}/* -------------------------------------------------- SECTION TITLES-------------------------------------------------- */.section-title { font-size: 3rem; text-align: center; font-weight: 900; color: var(--green-dark); margin-bottom: 20px;}.section-sub { font-size: 1.15rem; max-width: 800px; margin: 0 auto 70px; color: #555; text-align: center;}/* -------------------------------------------------- WHY CHOOSE US — LUXURY RESPONSIVE GRID-------------------------------------------------- */.feature-grid { max-width: 1250px; margin: auto; padding: 10px 25px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 35px;}.feature-card { background: var(--white); padding: 35px; border-radius: 20px; text-align: center; box-shadow: 0 14px 40px rgba(0,0,0,0.08); transition: .3s;}.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 55px rgba(0,0,0,0.13);}.feature-card i { font-size: 42px; color: var(--green-dark); margin-bottom: 15px;}.feature-card h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 10px; color: var(--green-dark);}.feature-card p { font-size: 1rem; line-height: 1.65; color: #555;}/* -------------------------------------------------- SERVICE SHOWCASE SECTION — RESPONSIVE FIXED-------------------------------------------------- */.service-showcase { max-width: 1300px; margin: 120px auto; padding: 0 25px;}.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; margin-bottom: 100px;}.service-row img { border-radius: 20px; width: 100%; box-shadow: 0 15px 45px rgba(0,0,0,0.15);}.service-text h3 { font-size: 2.4rem; font-weight: 900; color: var(--green-dark); margin-bottom: 20px;}.service-text p { font-size: 1.15rem; line-height: 1.75; color: #444;}/* MOBILE FIX */@media (max-width: 900px) { .service-row { grid-template-columns: 1fr; text-align: center; } .service-text h3 { font-size: 2rem; } .service-text p { font-size: 1rem; }}/* -------------------------------------------------- CTA LUXURY-------------------------------------------------- */.cta-luxury { background: linear-gradient(135deg, var(--green-lux), var(--green-dark)); padding: 90px 40px; border-radius: 25px; text-align: center; color: white; max-width: 1200px; margin: 120px auto 60px;}.cta-luxury h2 { font-size: 3rem; font-weight: 900; margin-bottom: 25px;}.cta-luxury a { background: white; color: var(--green-lux)!important; padding: 18px 46px; font-size: 1.35rem; border-radius: 14px; font-weight: 800; transition: .3s; display: inline-block;}.cta-luxury a:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(255,255,255,0.25);}/* MOBILE CTA */@media (max-width: 650px) { .cta-luxury h2 { font-size: 2rem; } .cta-luxury a { font-size: 1.1rem; padding: 15px 30px; }}/style>!-- HERO SECTION -->section classhero-luxury> h1>Luxury Cleaning Servicesbr>Across the Netherlands/h1> div classhero-underline>/div> p classhero-sub> Premium eco-friendly cleaning for luxury homes, expats, offices, short-stay apartments and international property owners in Amsterdam, Utrecht, Rotterdam, Amstelveen & Den Haag. /p> a href/pricing classhero-btn> i classfa-solid fa-bolt>/i> Get Instant Price /a>/section>!-- WHY CHOOSE US -->section stylepadding: 120px 0;> h2 classsection-title>Why Choose Lady Greener?/h2> p classsection-sub> Trusted by expats, professionals, luxury homeowners, corporations, and global investors who value flawless quality and total peace of mind. /p> div classfeature-grid> div classfeature-card> i classfa-solid fa-handshake-angle>/i> h3>Pay After We Clean/h3> p>Zero risk. Pay only once youre satisfied. A guarantee trusted by 2,500+ clients./p> /div> div classfeature-card> i classfa-solid fa-language>/i> h3>English-Speaking Team/h3> p>Perfect for expats, diplomats, & remote homeowners who need clear communication./p> /div> div classfeature-card> i classfa-solid fa-leaf>/i> h3>Eco-Friendly & Safe/h3> p>Non-toxic luxury-grade cleaning products safe for families and premium interiors./p> /div> div classfeature-card> i classfa-solid fa-star>/i> h3>4.8★ Google Rating/h3> p>Thousands of reviews from clients who trust us with their homes and offices./p> /div> div classfeature-card> i classfa-solid fa-house-circle-check>/i> h3>Luxury Property Experts/h3> p>Specialized in marble, glass, chrome, wood, art pieces & designer furnishings./p> /div> div classfeature-card> i classfa-solid fa-globe>/i> h3>Perfect for Overseas Owners/h3> p>We manage cleaning & oversight for owners who live abroad./p> /div> /div>/section>!-- SERVICE SHOWCASE -->section classservice-showcase> div classservice-row> img src/assets/images/deepclean-livingroom.jpg> div classservice-text> h3>Deep Cleaning Services/h3> p>Ultra-detailed luxury deep cleaning for homes and apartments of all sizes./p> /div> /div> div classservice-row> div classservice-text> h3>Move In & Move Out Cleaning/h3> p>Flawless handover cleaning for landlords, tenants, and real estate professionals./p> /div> img src/assets/images/moveoutcleaningservices.jpg> /div> div classservice-row> img src/assets/images/airbnb-bedroom.jpg> div classservice-text> h3>Airbnb & Short-Stay Cleaning/h3> p>Turnovers, restocking, laundry, fresh linens & 5-star guest preparation./p> /div> /div> div classservice-row> div classservice-text> h3>Office Cleaning Services/h3> p>Premium office cleaning for companies, coworking spaces, and corporate suites./p> /div> img src/assets/images/office-hero.jpg> /div>/section>!-- CTA — LUXURY BOOKING -->section classcta-luxury> h2>Ready for a Premium Cleaning Experience?/h2> a href/pricing>i classfa-solid fa-arrow-right>/i> Get Instant Quote/a>/section>footer stylemargin-top: 100px;>style>/* LUXURY FOOTER — LADY GREENER Colors: #176B33 (Primary), Gold Accent Background: Paper Texture + Dark Luxury Base */:root { --green: #176B33; --green-dark: #0f5124; --gold: #d4b98f; --footer-bg: #0b1a12; --paper-texture: url(data:image/svg+xml,%3Csvg width14 height14 viewBox0 0 14 14 xmlnshttp://www.w3.org/2000/svg%3E%3Cg fill%23ffffff fill-opacity0.07%3E%3Ccircle cx1 cy1 r1/%3E%3C/g%3E%3C/svg%3E);}.footer-section { background: var(--footer-bg); background-image: var(--paper-texture); background-size: 300px; background-blend-mode: overlay; padding: 90px 40px 50px; color: #e9efe9; font-family: Poppins, sans-serif;}.footer-container { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 60px;}/* BRAND */.footer-brand img { width: 130px; margin-bottom: 20px;}.footer-brand h3 { font-size: 26px; font-weight: 900; color: var(--gold); margin-bottom: 20px;}.footer-brand p { font-size: 16px; line-height: 1.7; color: #d7e6d7; max-width: 320px;}/* HEADINGS */.footer-links h4,.footer-contact h4,.footer-newsletter h4 { font-size: 22px; font-weight: 800; color: var(--gold); margin-bottom: 20px;}/* LINKS */.footer-links a,.footer-contact a { color: #d7e6d7; font-size: 16px; text-decoration: none; line-height: 1.9; transition: .3s;}.footer-links a:hover,.footer-contact a:hover { color: var(--gold);}/* CONTACT ICONS */.contact-item { display: flex; gap: 15px; margin-bottom: 18px;}.contact-item i { font-size: 20px; color: var(--gold); margin-top: 4px;}/* NEWSLETTER */.news-input { width: 100%; padding: 14px; background: #f2f2f2; border-radius: 10px; border: none; font-size: 16px; margin-bottom: 15px;}.news-btn { background: var(--green); padding: 14px 20px; width: 100%; border: none; font-size: 17px; color: white; font-weight: 700; border-radius: 10px; cursor: pointer; transition: .3s;}.news-btn:hover { background: var(--green-dark);}/* SOCIAL */.social-icons { margin-top: 22px; display: flex; gap: 16px;}.social-icons a i { font-size: 24px; color: white; transition: .3s;}.social-icons a i:hover { color: var(--gold); transform: translateY(-3px);}/* BOTTOM BAR */.footer-bottom { margin-top: 70px; border-top: 1px solid #123420; padding-top: 25px; text-align: center; font-size: 14px; color: #d7e6d7;}.footer-bottom a { color: var(--gold); margin: 0 10px; text-decoration: none;}/* RESPONSIVE */@media (max-width: 900px){ .footer-section { padding: 70px 30px 40px; }}@media (max-width: 600px){ .footer-container { gap: 40px; }}/style>section classfooter-section> div classfooter-container> !-- BRAND --> div classfooter-brand> img src/assets/images/logo.png altLady Greener Logo> h3>Lady Greener/h3> p> Luxury eco-friendly cleaning and property care across Amsterdam, Utrecht, Rotterdam, Amstelveen & Den Haag. Trusted by expats, professionals & international property owners. /p> div classsocial-icons> a href#>i classfa-brands fa-facebook-f>/i>/a> a href#>i classfa-brands fa-instagram>/i>/a> a href#>i classfa-brands fa-whatsapp>/i>/a> /div> /div> !-- QUICK LINKS --> div classfooter-links> h4>Quick Links/h4> a href/index>Home/a>br> a href/pricing>Pricing/a>br> a href/about>About Us/a>br> a href/contact>Contact/a>br> a href/blog>Blog/a>br> /div> !-- SERVICES --> div classfooter-links> h4>Services/h4> a href/services/moveout>Move-Out Cleaning/a>br> a href/services/movein>Move-In Cleaning/a>br> a href/services/deepclean>Deep Cleaning/a>br> a href/services/endtenancy>End of Tenancy/a>br> a href/services/airbnb>Airbnb Cleaning/a>br> a href/services/management>House Management/a>br> a href/services/office>Office Cleaning/a> /div> !-- CONTACT --> div classfooter-contact> h4>Contact Info/h4> div classcontact-item> i classfa-solid fa-phone>/i> a hreftel:+31687011268>+31 6 870 112 68/a> /div> div classcontact-item> i classfa-brands fa-whatsapp>/i> a hrefhttps://wa.me/31687011268>WhatsApp Chat/a> /div> div classcontact-item> i classfa-solid fa-envelope>/i> a hrefmailto:info@ladygreener.com>info@ladygreener.com/a> /div> div classcontact-item> i classfa-solid fa-file-invoice>/i> p> KVK: 82201099br> VAT: NL003653321B80 /p> /div> /div> !-- NEWSLETTER --> div classfooter-newsletter> h4>Subscribe/h4> form methodPOST action/subscribe> input typeemail classnews-input nameemail placeholderYour email address required> button typesubmit classnews-btn>Subscribe/button> /form> /div> /div> !-- BOTTOM --> div classfooter-bottom> © 2025 Lady Greener — All Rights Reserved. br> a href/privacy>Privacy Policy/a> • a href/terms>Terms/a> • a href/cookies>Cookies/a> /div>/section>/footer>script>document.querySelector(.footer-newsletter form).addEventListener(submit, async function(e) { e.preventDefault(); const email this.querySelector(inputnameemail).value; const messageBox document.createElement(div); // Remove old message if exists const oldMessage this.querySelector(.newsletter-msg); if (oldMessage) oldMessage.remove(); messageBox.classList.add(newsletter-msg); messageBox.style.marginTop 12px; messageBox.style.fontSize 15px; messageBox.style.fontWeight 600; this.appendChild(messageBox); const formData new FormData(); formData.append(email, email); const response await fetch(/subscribe, { method: POST, body: formData }); const result await response.json(); messageBox.textContent result.message; if (result.success) { messageBox.style.color #4CAF50; // green this.reset(); } else { messageBox.style.color #ff5252; // red }});/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]