Search Visibility Audit

Buyu Foods (buyufoods.com)

Search Visibility Score
73
out of 100

With SEO Aligner: ~95/100

How Google & AI search engines see your store · 15 free rewrites every month, forever
24
Products Scanned
26
Variants
75
Images
98
Issues Found

Score Breakdown - how we calculated 73/100:

Starting score100
Missing product category (4)−2
Images missing alt text (75/75) (75)−15
Duplicate descriptions (23)−10
Your score73/100

Your Brand Voice

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

Target audience:

Search Optimization: “ABC POWDER (70 gram)”

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

Current

:root { --brand-primary: #8B4513; --brand-accent: #D2691E; --bg: #FFF8F0; --text: #2C1810; --border: #E8D5C4; --success: #4CAF50; --section-spacing: 10px; } /* Reset for this block */ .buyu-product-description-part1 * { box-sizing: border-box; margin: 0; padding: 0; } /* Container - prevents any block-level overflow from creating horizontal scroll */ .buyu-product-description-part1 { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; color: var(--text); line-height: 1.6; max-width: 100%; margin: 0 auto; overflow-x: hidden; } /* Section 1: Payment Security */ .payment-security-section { background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); padding: 25px 20px; text-align: center; margin-bottom: var(--section-spacing); border-radius: 12px; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; } .payment-security-section.visible { opacity: 1; transform: translateY(0); } .payment-security-container { max-width: 1000px; margin: 0 auto; } .security-icon { width: 35px; height: 35px; margin: 0 auto 10px; } .security-icon svg { width: 100%; height: 100%; display: block; } .payment-title { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; letter-spacing: -0.3px; } .payment-subtitle { font-size: 14px; font-weight: 600; color: #00b894; margin-bottom: 15px; } .payment-logos-grid { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 15px; } .payment-logo-item { background: white; padding: 10px 16px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); transition: transform 0.2s ease; display: flex; align-items: center; justify-content: center; height: 40px; min-width: 70px; } .payment-logo-item:hover { transform: translateY(-2px); box-shadow: 0 2px 6px rgba(0,0,0,0.12); } .payment-logo-item img { max-height: 24px; max-width: 60px; object-fit: contain; display: block; } .security-info { font-size: 11px; color: #666; margin-top: 12px; } .security-features { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .security-feature { font-size: 11px; color: #555; } .security-feature::before { content: "• "; color: #00b894; font-weight: bold; } /* Section 2: Shipping Partners */ .shipping-partners { background: var(--bg); padding: 25px 20px; border-radius: 12px; margin-bottom: var(--section-spacing); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s; overflow-x: hidden; position: relative; } .shipping-partners.visible { opacity: 1; transform: translateY(0); } .shipping-partners__header { text-align: center; margin-bottom: 16px; } .shipping-partners__logo { height: 32px; margin-bottom: 6px; display: block; max-width: 100%; } .shipping-partners__tagline { font-size: 14px; color: #666; } .shipping-partners__scroller { position: relative; overflow: hidden; padding: 8px 0; width: 100%; } .shipping-partners__track { display: flex; gap: 40px; align-items: center; animation: scroll 20s linear infinite; will-change: transform; width: max-content; } .shipping-partners__track:hover { animation-play-state: paused; } .shipping-partners__courier { flex: 0 0 auto; height: 28px; width: 90px; object-fit: contain; object-position: center; opacity: 0.85; transition: opacity 0.3s ease, transform 0.3s ease; filter: grayscale(20%); display: block; max-width: 100%; } .shipping-partners__courier:hover { opacity: 1; transform: scale(1.08); filter: grayscale(0%); } .shipping-partners__track img, .shipping-partners__courier, .payment-logo-item img { max-width: 100%; height: auto; display: block; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } /* Section 3: Product Description */ .product-description { padding: 10px 10px; margin-bottom: var(--section-spacing); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s; } .product-description.visible { opacity: 1; transform: translateY(0); } .product-description p { text-align: justify; font-size: 15px; line-height: 1.7; margin-bottom: 0px; color: var(--text); } .product-description p:last-child { margin-bottom: 0; } /* Section 4: Exclusive Offers */ .exclusive-offers-section { padding: 0px 20px; max-width: 1200px; margin: 0 auto var(--section-spacing); font-family: inherit; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s; } .exclusive-offers-section.visible { opacity: 1; transform: translateY(0); } .exclusive-offers-title { font-size: 22px; font-weight: bold; color: #000; margin-bottom: 20px; text-align: left; } .offers-container { display: flex; gap: 15px; justify-content: flex-start; align-items: stretch; } .offer-card { background: linear-gradient(135deg, #d4f4dd 0%, #a8e6bf 100%); border-radius: 10px; padding: 18px 15px; flex: 0 1 auto; width: 200px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .offer-card:hover { transform: translateY(-4px); box-shadow: 0 4px 16px rgba(0,0,0,0.15); } .offer-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; } .offer-icon { width: 20px; height: 20px; background-color: #4CAF50; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 14px; flex-shrink: 0; } .offer-title { font-size: 15px; font-weight: bold; color: #000; margin: 0; line-height: 1.2; } .offer-description { background-color: white; padding: 12px 10px; border-radius: 6px; margin-bottom: 12px; font-size: 13px; color: #333; min-height: 40px; display: flex; align-items: center; } .offer-coupon { display: inline-block; border: 2px dashed #4CAF50; background-color: white; padding: 6px 12px; border-radius: 5px; font-size: 11px; font-weight: 600; color: #4CAF50; } /* Mobile Responsive */ @media (max-width: 768px) { .payment-security-section { padding: 20px 15px; } .payment-title { font-size: 20px; } .payment-subtitle { font-size: 13px; } .payment-logos-grid { gap: 8px; } .payment-logo-item { padding: 8px 12px; height: 36px; min-width: 60px; } .payment-logo-item img { max-height: 20px; } .shipping-partners { padding: 18px 15px; } .shipping-partners__header { margin-bottom: 14px; } .shipping-partners__logo { height: 32px; margin-bottom: 5px; } .shipping-partners__tagline { font-size: 13px; } .shipping-partners__track { gap: 32px; } .shipping-partners__courier { height: 24px; width: 75px; } .product-description { padding: 10px 15px; } .product-description p { font-size: 16px; margin-bottom: 14px; } .exclusive-offers-section { padding: 20px 15px; } .offers-container { flex-direction: column; align-items: stretch; } .offer-card { width: 100%; } .exclusive-offers-title { font-size: 20px; margin-bottom: 18px; } } @media (max-width: 360px) { .payment-security-section, .shipping-partners, .product-description, .exclusive-offers-section { padding: 18px 16px; } .shipping-partners__courier { height: 22px; width: 70px; } .exclusive-offers-title { font-size: 18px; } } html, body { overflow-x: hidden !important; } Payment is Safe & Secured Payments secured by PhonePe 256-bit SSL encryption PCI DSS compliant 100% secure transactions Nimbus Post Fast, reliable delivery across India Immunity & Respiratory Health: Buyu ABC Powder — naturally boosts immunity, supports respiratory wellness & overall vitality. Exclusive Offers % Extra 10% Off on all orders Coupon: SPECIAL10 ✓ Free Gift on all orders of ₹750+ No Code Required 🎁 2 Free Gifts on all orders of ₹950+ No Code Required (function() { if (!('IntersectionObserver' in window)) return; const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); observer.unobserve(entry.target); } }); }, { threshold: 0.1, rootMargin: '50px' }); document.querySelectorAll('.payment-security-section, .shipping-partners, .product-description, .exclusive-offers-section').forEach(el => { observer.observe(el); }); })();

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.