Search Visibility Audit

Aureialondon (aureialondon.com)

Search Visibility Score
26
out of 100

With SEO Aligner: ~80/100

How Google & AI search engines see your store · 15 free rewrites every month, forever
31
Products Scanned
59
Variants
236
Images
290
Issues Found

Score Breakdown - how we calculated 26/100:

Starting score100
Missing SEO meta tags (25)−38
Missing product category (23)−12
Images missing alt text (236/236) (236)−15
Duplicate descriptions (29)−10
Your score26/100

Your Brand Voice

We analyzed your product data to understand your brand - here's what search engines see:

Target audience:

Search Optimization: “Aureia London — Vanilla & Cinnamon Soy Wax Candle”

This product had a blank or thin description. Here's what it looks like after a rewrite in your brand voice:

Current

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Open+Sans:wght@300;400;600&display=swap'); :root{ --gold-sheen: linear-gradient(100deg,#b87507 0%,#f3d278 18%,#c88a1f 33%,#ffefbe 50%,#c78517 68%,#f1cf6a 85%,#b87306 100%); --card:#0e2438; /* interior card/panel (dark) */ --text:#e9eef6; /* primary ink on dark */ --muted:#b9c6d8; /* secondary ink on dark */ --stroke:rgba(255,255,255,.10); --shadow:0 12px 40px rgba(0,0,0,.35); --shadow-hover:0 18px 44px rgba(0,0,0,.45); --focus:rgba(241,207,106,.38); --radius:20px; --maxw:1100px; } /* Section backdrop */ .luxury-container { padding: 54px 16px; font-family: 'Open Sans', sans-serif; color: var(--text); text-align: center; background: radial-gradient(900px 320px at 18% -8%, rgba(255,255,255,0.06), transparent 60%), var(--section); } /* Gold frame + dark panel */ .luxury-frame{ max-width: var(--maxw); margin: 0 auto; padding: 3px; border-radius: var(--radius); background: var(--gold-sheen); box-shadow: var(--shadow); } .luxury-panel{ background: var(--card); border-radius: calc(var(--radius) - 2px); padding: 28px 20px 30px; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); color: var(--text); } /* Heading */ .luxury-panel h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 4vw, 36px); margin: 0 0 26px; letter-spacing:.2px; background: var(--gold-sheen); -webkit-background-clip: text; background-clip:text; -webkit-text-fill-color: transparent; color: transparent; } /* Grid */ .luxury-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width: 980px; margin: 0 auto; } /* Feature card */ .luxury-card { position: relative; background-color: var(--card); border-radius: 16px; padding: 18px 14px 20px; transition: transform .3s ease, box-shadow .3s ease, border-color .2s ease, opacity .4s ease; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.35); border:1px solid var(--stroke); isolation:isolate; outline: none; opacity: 0; transform: translateY(10px); /* will reveal on scroll */ } .luxury-card::before { content: ""; position: absolute; inset: -1px; border-radius: 18px; background: var(--gold-sheen); z-index: -1; opacity: 0; transition: opacity .25s ease; } .luxury-card::after { content: ""; position: absolute; inset: 2px; border-radius: 14px; background: var(--card); z-index: -1; } .luxury-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); } .luxury-card:hover::before{ opacity:.6; } .luxury-card:focus-visible{ box-shadow: 0 0 0 3px var(--focus), var(--shadow-hover); } /* Icon tile */ .luxury-media{ width:84px; height:84px; margin:0 auto 12px; position: relative; border-radius: 14px; display:flex; align-items:center; justify-content:center; background:#0b1e32; border:1px solid var(--stroke); box-shadow: 0 2px 12px rgba(0,0,0,.45); } .luxury-media::before{ content:""; position:absolute; inset:-1px; border-radius:14px; z-index:-1; background: var(--gold-sheen); opacity:.9; } .luxury-img{ width:100%; height:100%; object-fit: contain; border-radius:10px; /* removed white background */ } .luxury-title { font-size: 15px; font-weight: 800; color: var(--text); letter-spacing:.2px; } /* Responsive */ @media (max-width: 900px){ .luxury-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; } } @media (max-width: 420px){ .luxury-media{ width:72px; height:72px; } .luxury-title{ font-size:14px; } } @media (prefers-reduced-motion: reduce) { .luxury-card, .luxury-card::before { transition: none; } } /* Chip */ .luxury-eyebrow{ display:inline-block; font-size:13px; font-weight:600; letter-spacing:.15em; text-transform:uppercase; padding:.4rem 1rem; margin-bottom:12px; border-radius:999px; background: rgba(241,207,106,.15); border:1px solid rgba(241,207,106,.5); color: var(--text); } /* Heading */ .luxury-gold{ font-family:'Playfair Display', serif; font-size: clamp(28px, 4.8vw, 42px); margin:0 0 12px; line-height:1.3; background: var(--gold-sheen); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; text-fill-color:transparent; font-weight:600; } /* Body text */ .luxury-sub{ margin:0 auto 20px; max-width:720px; font-size:15px; line-height:1.6; color: var(--muted); } /* Steps */ .luxury-steps{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; } .luxury-step{ display:flex; align-items:center; gap:10px; padding:10px 16px; border-radius:12px; background:#0b1e32; border:1px solid var(--stroke); box-shadow:0 2px 10px rgba(0,0,0,.35); } .step-text{ font-size:14px; color: var(--text); font-weight:600; } /* Golden icons */ .luxury-icon{ width:22px; height:22px; display:inline-block; flex:0 0 22px; background: var(--gold-sheen); -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat; } /* --- center alignment --- */ .luxury-intro{ /* keep your existing rules */ display:flex; flex-direction:column; align-items:center; /* centers chip, heading, text */ text-align:center; } .luxury-eyebrow{ margin-inline:auto; } /* center the chip */ .luxury-gold{ text-align:center; } .luxury-sub{ text-align:center; } /* --- responsive steps as an equal-width grid --- */ .luxury-steps{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); /* desktop: 3 across */ gap:14px; width:100%; max-width:980px; /* keeps a nice line length */ margin: 4px auto 0; } .luxury-step{ justify-content:center; /* centers icon + label inside pill */ width:100%; } /* tablet: 2 across */ @media (max-width: 900px){ .luxury-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); } } /* phone: 1 per row + tighter type scale */ @media (max-width: 560px){ .luxury-steps{ grid-template-columns: 1fr; gap:10px; } .luxury-gold{ font-size: clamp(24px, 7vw, 34px); line-height:1.25; } .luxury-sub{ font-size:14.2px; padding:0 10px; } .luxury-step{ padding:12px 14px; border-radius:14px; } .luxury-icon{ width:20px; height:20px; } .step-text{ font-size:13.6px; } } ✦ Signature Purity & Prestige ✦ Free Shipping Partial COD Available Lasts 48+ Hours Organic Ingredients Vegan Friendly Cruelty-Free IFRA Compliant Paraben-Free GMP Certified // Soft reveal on scroll (function(){ const cards = document.querySelectorAll('.luxury-card'); if(!('IntersectionObserver' in window)){ cards.forEach(c=>{ c.style.opacity=1; c.style.transform='none'; }); return; } const io = new IntersectionObserver((entries, obs) => { entries.forEach(e => { if(e.isIntersecting){ e.target.style.opacity = '1'; e.target.style.transform = 'none'; obs.unobserve(e.target); } }); }, {rootMargin: '0px 0px -10% 0px', threshold: 0.15}); cards.forEach(c => io.observe(c)); })();   Aureia London — Vanilla & Cinnamon Candle Luxurious Soy Wax · Clean Burn Candle Profile Scent Vanilla & Cinnamon Wax 100% Soy Mood Warm · Cozy · Comforting Description Aureia London proudly presents its luxurious soy wax candles – infused with the warm, comforting scent of vanilla & cinnamon . One light, and you’ll be swept away. Hand-poured, clean-burning, and perfect for calm evenings or thoughtful gifting. Why You'll Love It Rich vanilla with a gentle cinnamon warmth 100% soy wax for an even, low-soot burn Cozy glow that instantly softens any space “Light, breathe, unwind.” /* ===== Tokens ===== */ .fragrance-section{ --gold: linear-gradient(100deg,#b87507 0%,#f3d278 18%,#c88a1f 33%,#ffefbe 50%,#c78517 68%,#f1cf6a 85%,#b87306 100%); --section:#0c3150; /* outer background */ --card:#0e2438; /* interior card background (dark) */ --ink:#e9eef6; /* primary text on dark */ --muted:#b9c6d8; /* secondary text on dark */ --ink-strong:#ffffff; /* headings / emphasis */ --stroke:rgba(255,255,255,.08); --radius:18px; --maxw:1000px; } /* Shell */ .fragrance-section{ background: radial-gradient(900px 320px at 18% -8%, rgba(255,255,255,.06), transparent 60%), var(--section); padding:24px 14px; color:var(--ink); font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif; } .fragrance-section .frame{ max-width:var(--maxw); margin:0 auto; padding:2px; border-radius:var(--radius); background:var(--gold); box-shadow:0 10px 30px rgba(0,0,0,.35); } .fragrance-section .card{ background:var(--card); border-radius:calc(var(--radius) - 2px); padding:26px 18px; box-shadow:inset 0 1px 0 rgba(255,255,255,.04); color:var(--ink); } /* Header */ .fragrance-section .hero{ text-align:center; margin-bottom:14px; } .fragrance-section .title{ margin:0 0 4px; font-size:34px; font-weight:800; letter-spacing:.2px; background:var(--gold); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } .fragrance-section .subtitle{ margin:0; color:var(--muted); font-style:italic; } /* Section headings */ .fragrance-section .section-title{ margin:0 0 10px; font-size:18px; font-weight:800; background:var(--gold); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } /* Lists */ .fragrance-section .profile{ margin-top:16px; padding:6px 2px 2px; } .fragrance-section .profile-list{ list-style:none; padding:0; margin:0; display:grid; gap:12px; } .fragrance-section .profile-row{ display:flex; align-items:center; gap:10px; } .fragrance-section .pill{ display:inline-block; padding:6px 12px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:.3px; text-transform:uppercase; color:#f3d278; background:rgba(241,207,106,.10); border:1px solid rgba(241,207,106,.35); white-space:nowrap; } .fragrance-section .profile-notes{ font-weight:700; color:var(--ink); } .fragrance-section .desc{ margin-top:16px; } .fragrance-section .desc p{ margin:0 0 10px; color:#d6deea; } .fragrance-section .gold-text{ background:var(--gold); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-weight:800; } .fragrance-section .love{ margin-top:8px; } .fragrance-section .gold-bullets{ list-style:none; padding:0; margin:0; } .fragrance-section .gold-bullets li{ position:relative; padding-left:22px; margin:6px 0; color:#e3ebf6; } .fragrance-section .gold-bullets li::before{ content:""; position:absolute; left:0; top:.95em; transform:translateY(-50%); width:9px; height:9px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 2px rgba(241,207,106,.20); } .fragrance-section .callout{ margin-top:14px; padding:18px 16px; border-radius:12px; background:linear-gradient(0deg, rgba(241,207,106,.08), rgba(255,215,0,.06)); border:1px solid rgba(241,207,106,.22); color:#e7edf6; text-align:center; font-style:italic; }   /* If a theme/app skeleton dims content, cancel it specifically for this block */ .skeleton .luxury-container, .skeleton .luxury-container *{ opacity:1!important; filter:none!important; animation:none!important; -webkit-mask-image:none!important; mask-image:none!important; } /* Force cards visible inside typical Shopify modals/drawers/quick-views */ :where(.modal__content, .quick-add-modal__content, .product-popup__content, .drawer__inner, .side-drawer__content) .luxury-card{ opacity:1!important; transform:none!important; }

Optimized for Search

Generated SEO Meta Tags Title: Description:

15 product descriptions per month - free. Forever.

SEO Aligner rewrites your catalog for Google, AI search, and shopping feeds - in your brand voice. Start with 15 free rewrites every month, no time limit.

15 products/month - free forever. Need your whole catalog? Plans from $29/mo.