# farlesk.sk — Zulien Score 53/100 (Grade D)

> Free e-commerce audit: 53/100 overall score. Platform: Magento. 100+ checkpoints in 7 categories (Performance, SEO, Security, Mobile, AI Readiness, GDPR, Vulnerability).

- **Audited:** https://farlesk.sk
- **Platform:** Magento
- **Scan date:** 2026-06-13
- **Full report:** https://score.zulien.sk/pl/r/farlesk.sk
- **JSON API:** https://euyszfecnvwsqpigioyx.supabase.co/functions/v1/api-v1/score/farlesk.sk

## Score by category

| Category | Score |
|---|---|
| Performance | 36/100 |
| SEO | 83/100 |
| Security | 37/100 |
| Mobile | 41/100 |
| AI Readiness | 48/100 |
| GDPR | 61/100 |
| Vulnerability | 64/100 |

## Detailed findings

### Performance — 36/100

- **[FAIL]** First Contentful Paint (FCP) — 8.46s (good: <1.8s)
  - Fix: Critical: enable full-page caching, eliminate render-blocking resources, preload critical CSS, defer all non-essential JS, and compress images.
- **[FAIL]** Largest Contentful Paint (LCP) — 16.14s (good: <2.5s) — Core Web Vital FAILING
  - Fix: Urgent: your largest content element loads too slowly. 1) Preload hero image, 2) Convert to WebP/AVIF, 3) Serve from CDN, 4) Remove render-blocking JS before it, 5) Consider lazy loading all other images.
- **[FAIL]** Total Blocking Time (TBT) — 2316ms (good: <200ms)
  - Fix: Critical: audit all JavaScript. 1) Remove unused plugins/modules, 2) Defer analytics and chat widgets, 3) Code-split large bundles, 4) Move heavy computation to web workers.
- **[FAIL]** Speed Index — 20.14s (good: <3.4s)
  - Fix: Your page loads very slowly visually. Prioritize critical rendering path: inline critical CSS, defer non-essential JS, preload hero image, and use a CDN.
- **[FAIL]** Total Page Weight — 12.5 MB, 290 requests — too heavy!
  - Fix: Critical: your page is over 3 MB. 1) Convert all images to WebP/AVIF, 2) Lazy load everything below the fold, 3) Remove unused plugins, 4) Combine and minify CSS/JS, 5) Enable brotli compression.
- **[FAIL]** Unused Code (CSS + JS) — 1967 KB wasted on unused code!
  - Fix: You're loading 1967 KB of code that isn't used on this page. 1) Audit plugins and remove unused ones, 2) Use code-splitting for page-specific JS, 3) Run PurgeCSS on your stylesheets.
- **[FAIL]** CSS File Count — 11 CSS files — too many!
  - Fix: Bundle your CSS files into 1-3 files maximum. Use a build tool (Webpack, Vite, Gulp) to concatenate and minify. Critical CSS should be inlined, the rest deferred.
- **[WARN]** Lazy Loading — 376 images without lazy loading
  - Fix: Add loading='lazy' to all images below the fold. Keep the hero/LCP image eager-loaded. Native lazy loading is supported by all modern browsers.
- **[WARN]** Cache-Control Strategy
  - Fix: Add Cache-Control headers: 'max-age=31536000, immutable' for versioned static assets, 'max-age=0, must-revalidate' for HTML.
- **[WARN]** Script Loading Strategy — Only 60% of 5 scripts use async/defer
  - Fix: Add 'defer' to scripts that don't need to run immediately, 'async' for independent scripts. Use type='module' for modern ES modules. Only critical inline scripts should be synchronous.
- **[WARN]** Font Preloading — Custom fonts detected without preload hints
  - Fix: Preload your primary font: <link rel='preload' href='/fonts/main.woff2' as='font' type='font/woff2' crossorigin>. For Google Fonts: preconnect to fonts.gstatic.com.
- **[WARN]** Critical CSS Strategy — 11 CSS files without critical CSS extraction
  - Fix: Extract critical above-the-fold CSS and inline it in <head>. Load remaining CSS asynchronously: <link rel='preload' href='styles.css' as='style' onload='this.rel="stylesheet"'>.
- **[WARN]** Connection Hint Coverage — 4 external domains without preconnect
  - Fix: Add <link rel='preconnect'> for key third-party domains: www.googletagmanager.com, www.google.com, code.jquery.com. Preconnect saves 100-300ms per domain by starting DNS+TCP+TLS early.
- **[WARN]** Inline JavaScript Size — 2599 KB of inline JavaScript
  - Fix: Move large inline scripts to external files. Inline JS over 100 KB inflates HTML, prevents caching, and blocks the parser. External files can be cached, compressed, and deferred.
- **[PASS]** Server Response Time (TTFB) — 90ms
- **[PASS]** Cumulative Layout Shift (CLS) — 0.000 — Core Web Vital ✓
- **[PASS]** Render-blocking Resources — No render-blocking resources found
- **[PASS]** Text Compression (gzip/brotli) — All text resources properly compressed
- **[PASS]** Resource Hints (Preload/Preconnect) — 20 preload, 0 preconnect hint(s)

### SEO — 83/100

- **[FAIL]** XML Sitemap
  - Fix: Generate an XML sitemap at /sitemap.xml listing all important pages. Exclude noindex pages, filters, and duplicate URLs. Reference it in robots.txt.
- **[WARN]** robots.txt
  - Fix: Create a robots.txt file at your domain root. Include a Sitemap directive pointing to your XML sitemap.
- **[WARN]** Image Format Optimization — Only 41% next-gen formats — 1 legacy images remain
  - Fix: Convert remaining JPEG/PNG images to WebP (30-50% smaller) or AVIF (50-70% smaller). Use <picture> element for browser fallback.
- **[WARN]** Title/H1 Differentiation — Title and H1 are identical
  - Fix: Make your title tag and H1 heading different but complementary. The title should include your brand and be click-optimized for SERP. The H1 should be content-focused for on-page experience.
- **[WARN]** Canonical URL Consistency — Canonical points to different URL: https://www.farlesk.sk
  - Fix: Your canonical URL doesn't match the current page URL. Ensure the canonical points to the preferred version (with or without trailing slash, www vs non-www). Inconsistent canonicals confuse search engines.
- **[INFO]** Meta Description — SPA detected — see note below
- **[INFO]** Open Graph Tags — SPA detected — see note below
- **[INFO]** Twitter/X Cards — SPA detected — see note below
- **[INFO]** Image Alt Attributes — Only 52% of 376 images have alt text · SPA detected — see note below
- **[INFO]** Text-to-HTML Ratio — 0% — very thin content (2153 words) · SPA detected — see note below
- **[INFO]** Semantic HTML Structure — Only 3/6 semantic elements — missing: <article>, <main>, <aside> · SPA detected — see note below
- **[INFO]** Accessibility Fundamentals — 2/4 a11y signals — missing: ARIA labels, skip navigation link · SPA detected — see note below
- **[PASS]** Meta Title — 38 chars — "Farby laky, tmely a lepidlá Farlesk.sk"
- **[PASS]** H1 Heading — "Farby laky, tmely a lepidlá Farlesk.sk"
- **[PASS]** Content Structure (H2 Headings) — 13 H2 subheadings found
- **[PASS]** Canonical URL — https://www.farlesk.sk
- **[PASS]** Structured Data (JSON-LD) — 1 block(s): ImageObject, PostalAddress
- **[PASS]** HTML Language Attribute — lang="sk"
- **[PASS]** Hreflang Tags (Multilingual) — 2 language(s): sk-SK, x-default
- **[PASS]** Meta Robots Tag — index, follow
- **[PASS]** Favicon — Favicon detected
- **[PASS]** Content Depth — 2153 words — sufficient content
- **[PASS]** Deep Heading Hierarchy — H2: 13, H3: 8 — well-structured content
- **[PASS]** Internal Linking — 385 internal links — strong site navigation

### Security — 37/100

- **[FAIL]** SSL/TLS Certificate
  - Fix: Install a valid SSL certificate (Let's Encrypt is free). Configure your server to serve all pages over HTTPS.
- **[FAIL]** HSTS (Strict-Transport-Security)
  - Fix: Add header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload — then submit to hstspreload.org.
- **[FAIL]** Content-Security-Policy (CSP)
  - Fix: Implement a CSP header. Start with: Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: — then gradually tighten.
- **[FAIL]** Clickjacking Protection
  - Fix: Add X-Frame-Options: DENY (or SAMEORIGIN if iframes are needed). Better: use CSP frame-ancestors 'self'.
- **[WARN]** DNSSEC — No DNSKEY records — zone is unsigned
  - Fix: Enable DNSSEC at your DNS host (most modern registrars offer 1-click activation: Cloudflare, Route 53, Google Cloud DNS, web.sk, websupport.sk). Verify via dnsviz.net afterwards.
- **[WARN]** CAA DNS Record — No CAA records — any CA can issue certificates for this domain
  - Fix: Publish CAA TXT records pinning your CA. For Let's Encrypt: `0 issue "letsencrypt.org"`. For multiple CAs add additional `0 issue "..."` records. Add `0 iodef "mailto:security@yourdomain.tld"` for misissuance reports.
- **[WARN]** X-Content-Type-Options
  - Fix: Add header: X-Content-Type-Options: nosniff
- **[WARN]** Referrer-Policy
  - Fix: Add header: Referrer-Policy: strict-origin-when-cross-origin — this is the best balance between functionality and privacy.
- **[WARN]** Permissions-Policy
  - Fix: Add: Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=() — disable APIs your site doesn't need.
- **[WARN]** Subresource Integrity (SRI) — Only 0/5 external scripts have integrity hashes
  - Fix: Add integrity='sha384-...' and crossorigin='anonymous' attributes to all third-party <script> tags. Use srihash.org to generate hashes.
- **[WARN]** security.txt (RFC 9116)
  - Fix: Create /.well-known/security.txt with Contact, Expires, and Preferred-Languages fields. See securitytxt.org for the generator.
- **[WARN]** CDN / WAF Protection
  - Fix: Add a CDN/WAF like Cloudflare (free tier), Sucuri, or Fastly. They provide DDoS protection, bot filtering, and SSL management.
- **[PASS]** Cookie Security Flags — No cookies set on initial response
- **[PASS]** Technology Disclosure — Server identity hidden
- **[PASS]** Password Field Security — 1 password field(s) — allow password manager autofill

### Mobile — 41/100

- **[FAIL]** Mobile Performance Score — 27/100 — critically slow
  - Fix: Your mobile experience is severely degraded. Priority fixes: 1) Reduce JavaScript by 50%+, 2) Convert all images to WebP with responsive sizing, 3) Enable aggressive caching, 4) Use a CDN.
- **[FAIL]** Form Input Labels (WCAG 3.3.2) — Iba 0/4 inputs má label (0%)
  - Fix: 4 input elementov nemá label. Každý input musí mať priradený <label for="id">Text</label> alebo aria-label. Placeholder NIE je label (WCAG 3.3.2). Ak je checkout/registrácia formulár — toto znižuje konverziu a porušuje EN 301 549 (EAA 2026).
- **[FAIL]** Heading Hierarchy (WCAG 1.3.1) — Preskočené úrovne: h1→h5, h2→h6, h2→h4
  - Fix: Dodržuj poradie nadpisov h1 → h2 → h3 → h4 bez preskočenia. Screen readers používajú hierarchiu nadpisov na navigáciu. Ak potrebuješ menšie písmo ale rovnakú úroveň, použi CSS triedu, nie nižší heading tag.
- **[WARN]** Viewport Configuration — Present, but maximum-scale=1 disables pinch-to-zoom
  - Fix: Remove 'maximum-scale=1' and 'user-scalable=no' from your viewport meta tag. Use: <meta name='viewport' content='width=device-width, initial-scale=1'>
- **[WARN]** Touch Target Size
  - Fix: Ensure ALL interactive elements (buttons, links, form fields) are at least 48×48px with 8px minimum spacing between them. Pay special attention to: navigation menus, filter buttons, product variant selectors, and footer links.
- **[WARN]** Font Size Readability
  - Fix: Set minimum 16px font size for body text. Use relative units (rem/em) instead of px for scalability. Product titles: 18px+, prices: 20px+, CTAs: 16px+ with bold.
- **[WARN]** PWA Features
  - Fix: Consider adding Progressive Web App features: 1) Create manifest.json with app name, icons, and theme color, 2) Register a service worker for offline caching. This makes your store installable on mobile.
- **[WARN]** Theme Color
  - Fix: Add <meta name='theme-color' content='#your-brand-color'> to match your brand. Browsers use this to color the address bar, task switcher, and PWA chrome.
- **[WARN]** Inline CSS Size — 543 KB of inline CSS
  - Fix: Extract inline styles to external CSS files. Inline CSS larger than 50 KB increases HTML payload and cannot be cached separately. Keep only critical above-the-fold CSS inline.
- **[WARN]** Responsive Images (srcset) — 376 images without responsive sizing
  - Fix: Add srcset and sizes attributes to <img> tags to serve appropriately sized images for each screen. Mobile devices shouldn't download 1920px desktop images.
- **[WARN]** Form Input Types — phone fields use type='text' instead of type='tel'
  - Fix: Use semantic input types: type='email' for email (shows @ keyboard), type='tel' for phone (shows number pad), type='search' for search (shows search button). These trigger optimized mobile keyboards.
- **[WARN]** Express Checkout (Apple Pay + Google Pay)
  - Fix: Pridaj Apple Pay + Google Pay cez Stripe/Adyen/Mollie. Biometric auth = -1 click checkout = vyšší conversion.
- **[WARN]** SK/CZ Local Payment Methods — Iba 2 SK/CZ metód (Tatra Pay, QR platba / Pay by square)
  - Fix: Pridaj ďalšie SK/CZ local methods: ComGate, GoPay, Barion, Besteron, PayU. SK zákazníci preferujú bankové tlačidlá a QR platbu pred kartou.
- **[PASS]** Content Fits Viewport — No horizontal scrolling needed
- **[PASS]** Responsive Design Techniques — Flexbox, CSS Grid, Media queries detected
- **[PASS]** Mobile Navigation (Semantic) — <nav> element present — proper navigation landmark
- **[PASS]** Payment Methods Detected — 2 method(s): Tatra Pay, QR platba / Pay by square
- **[PASS]** Link Text Quality (WCAG 2.4.4) — Všetky odkazy majú popisný text

### AI Readiness — 48/100

- **[FAIL]** llms.txt (AI Site Descriptor)
  - Fix: Create /llms.txt in Markdown format: # Your Store Name > One-line summary of your business and key offerings.  Detailed description paragraph.  ## Products - [Product Category](URL): Description  ## About - [About Us](URL): Company history and values  See llmstxt.org for the full specification.
- **[FAIL]** Product Schema Completeness
  - Fix: Add complete Product JSON-LD schema: name, description, image, sku, brand, offers (price, priceCurrency, availability, seller), aggregateRating, review. This is mandatory for AI-powered commerce.
- **[FAIL]** Knowledge Graph Readiness
  - Fix: Build your Knowledge Graph entity: 1) Add @id to Organization JSON-LD, 2) Use identical brand name in title, schema, and OG, 3) Add sameAs to Wikipedia/Wikidata/LinkedIn, 4) Use multiple corroborating schema types.
- **[FAIL]** Image Alt Text Quality for AI — Only 14% quality alt text — 182 missing, 142 poor
  - Fix: Audit all images: add descriptive alt text (3-15 words) to every <img>. Include product names, features, materials, colors. This is critical for visual AI search and accessibility compliance.
- **[WARN]** llms-full.txt (Complete AI Content)
  - Fix: Create /llms-full.txt containing your complete site documentation in a single Markdown file — product catalog summaries, FAQs, policies, brand story. This gives AI models maximum context about your store.
- **[WARN]** Breadcrumb Schema
  - Fix: Add BreadcrumbList schema reflecting your category hierarchy: Home → Category → Subcategory → Product. Each item needs name and URL.
- **[WARN]** Site Search Schema (SearchAction)
  - Fix: Add WebSite schema with potentialAction: SearchAction. Define your search URL template so AI assistants and Google can search your store programmatically.
- **[WARN]** Author Expertise Signals (E-E-A-T)
  - Fix: For content pages (blog, guides, about): add Article/BlogPosting schema with author property linking to Person schema. Include the author's jobTitle, credentials, and social profiles.
- **[WARN]** Reviews & Ratings Schema
  - Fix: Add AggregateRating schema (ratingValue, reviewCount, bestRating) and individual Review schemas. AI shopping assistants prioritize products with verified reviews and ratings.
- **[WARN]** AI Plugin Manifest
  - Fix: Create /.well-known/ai-plugin.json if you have an API. This enables direct AI agent integration (ChatGPT Actions, custom GPTs). Include: name_for_model, description_for_model, auth config, and link to OpenAPI spec.
- **[WARN]** Product Feed (AI Commerce)
  - Fix: Create a Google Merchant Center / product feed (XML or CSV). Expose it at a consistent URL and reference it in your sitemap. AI shopping assistants and comparison engines use product feeds for catalog discovery.
- **[WARN]** Heureka XML Feed
  - Fix: Vygeneruj Heureka XML feed na /feed/heureka.xml (alebo /export/heureka.xml). PrestaShop má modul Heureka.cz, WooCommerce má pluginy. Štruktúra: <SHOP><SHOPITEM>...</SHOPITEM></SHOP> s ITEM_ID/PRODUCTNAME/URL/PRICE_VAT/CATEGORYTEXT (povinné) + EAN/PARAM/DELIVERY_DATE (highly recommended pre ranking).
- **[WARN]** Speakable Content (Voice AI)
  - Fix: Add SpeakableSpecification schema to identify content sections suitable for voice assistants (Google Assistant, Alexa, Siri). Mark your product summaries and FAQs as speakable.
- **[WARN]** Statistics & Data Presence — No statistical data found in content
  - Fix: Add numbers: pricing comparisons, performance metrics, customer statistics, industry benchmarks. Specific data (e.g., '99.9% uptime', '4.8/5 rating from 2,400 reviews') is what AI quotes most.
- **[WARN]** Section Length Optimization — Avg section: 92 words — only 7% in 80-200 word optimal range
  - Fix: Restructure content into sections of 120-180 words between H2/H3 headings. Each section should cover one topic completely. Split sections over 300 words, expand sections under 80 words.
- **[WARN]** Return Policy Schema
  - Fix: Add MerchantReturnPolicy schema with: returnPolicyCategory (e.g., MerchantReturnFiniteReturnWindow), merchantReturnDays, returnMethod, returnFees. Link it from Product/Offer via hasMerchantReturnPolicy.
- **[WARN]** Shipping Details Schema
  - Fix: Add OfferShippingDetails schema with: shippingRate, shippingDestination, deliveryTime (handlingTime + transitTime). AI agents deprioritize products without shipping info.
- **[WARN]** Content Readability for AI — Grade 20 — too complex for broad AI citation (technical threshold: 14)
  - Fix: Simplify sentences (target 15-20 words average), use common words, break complex ideas into shorter paragraphs. AI extracts content for general audiences — if it's too academic, AI skips it.
- **[WARN]** Expert Quotations & Citations
  - Fix: Add 2-3 expert quotes or data citations per major page. Use <blockquote> for quotes and link to authoritative sources (.gov, .edu, Wikipedia, industry reports).
- **[WARN]** ai.txt (AI Permissions)
  - Fix: Create /ai.txt or /.well-known/ai.txt to declare granular AI permissions per content type: which AI actions (summarization, training, extraction) are allowed for which content sections.
- **[WARN]** WebMCP Agentic Readiness
  - Fix: WebMCP (W3C Community Group standard, Chrome 146+) lets pages declare structured tools for AI agents. Add toolname and tooldescription attributes to <form> elements, or include a <script type='application/webmcp+json'> manifest.
- **[WARN]** Trust Widget — Žiaden trust widget (Heureka / Trustpilot / AggregateRating) nedetekovaný
  - Fix: Pre SK/CZ shopy: inštaluj Heureka Ověřeno zákazníky widget (zadarmo pre overených predajcov — https://sluzby.heureka.sk). Alternatívne: Trustpilot, Google Reviews s AggregateRating schema. Trust widget na product + kategória + footer.
- **[INFO]** Content Accessibility for AI — Only 2153 words visible in HTML — content may be JS-dependent · SPA detected — see note below
- **[INFO]** Structured Data Foundation — 2 schema types found (ImageObject, PostalAddress) — add more for comprehensive AI coverage · SPA detected — see note below
- **[INFO]** Organization Schema + Entity Linking — SPA detected — see note below
- **[INFO]** FAQ Schema (Direct AI Answers) — SPA detected — see note below
- **[INFO]** Answer-First Content Format — Content doesn't start with a strong summary paragraph · SPA detected — see note below
- **[INFO]** Semantic HTML Structure — 3/6 elements — missing: <article>, <main>, <aside> · SPA detected — see note below
- **[INFO]** Structured Content (Lists & Tables) — 52 lists found — consider adding comparison tables · SPA detected — see note below
- **[INFO]** Content Freshness Signals — SPA detected — see note below
- **[INFO]** Entity Clarity & Brand Signals — SPA detected — see note below
- **[INFO]** Extractable Answer Blocks — 53 paragraphs, avg 11 words — too short for citation · SPA detected — see note below
- **[INFO]** Q&A Format Headings — SPA detected — see note below
- **[INFO]** Canonical Tag for AI Deduplication — Canonical points to different URL: https://www.farlesk.sk · SPA detected — see note below
- **[INFO]** Content-to-Boilerplate Ratio — No <main> or <article> elements — AI can't isolate content from boilerplate · SPA detected — see note below
- **[PASS]** AI Bot Access Policy — No AI bot restrictions (allowed by default)
- **[PASS]** Content Depth for AI — 2153 words — rich content for AI analysis and citation
- **[PASS]** Heading Hierarchy for AI — Proper structure: 1 H1 → 13 H2s → 8 H3s — clear content outline
- **[PASS]** Internal Link Density — 179 contextual internal links per 1,000 words — strong knowledge graph signal

### GDPR — 61/100

- **[FAIL]** Tracking Scripts Without Consent — 1 tracker(s) loading without consent: Google Analytics/GTM
  - Fix: These tracking scripts fire before user consent: Google Analytics/GTM. Configure your CMP to block them until explicit opt-in. Use Tag Manager's consent mode or CMP script blocking.
- **[FAIL]** Google Consent Mode v2
  - Fix: Implement Google Consent Mode v2 with gtag('consent', 'default', { ad_storage: 'denied', analytics_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied' }). Required since March 2024 for EU audiences.
- **[WARN]** Personal Data Exposure in Source — 3 email(s) found in page source: eshop@farlesk.sk, objednavky@farlesk.sk, 9c4da2877f5ae509dcef7a855e10104b@o4508148132020224.ingest.de.sentry.io
  - Fix: Remove plain-text email addresses from HTML source. Use contact forms instead, or obfuscate emails with JavaScript encoding.
- **[WARN]** International Data Transfers — 1 US-based tracker(s) without consent: Google Analytics/GTM
  - Fix: US-based trackers transfer personal data outside the EU. Under GDPR, this requires: 1) User consent via CMP, 2) Standard Contractual Clauses (SCCs) with each provider, 3) Data Transfer Impact Assessment.
- **[WARN]** Right to Erasure (Data Deletion)
  - Fix: Provide a clear mechanism for users to request data deletion — either a dedicated page, a form, or explicit instructions in your privacy policy. Include a 'Delete my account' option in user settings.
- **[WARN]** Newsletter Consent — Newsletter signup found without visible consent checkbox
  - Fix: Add an unchecked consent checkbox to your newsletter form: 'I agree to receive marketing emails and have read the Privacy Policy [link].' Pre-checked boxes are not valid consent under GDPR.
- **[WARN]** Withdrawal of Consent Mechanism
  - Fix: Provide a clear way to withdraw consent: an 'unsubscribe' link in emails, a 'cookie settings' button in the footer, and a 'revoke consent' section in your privacy policy.
- **[INFO]** Cookie Consent Banner (CMP) — SPA detected — see note below
- **[INFO]** Cookie Policy — SPA detected — see note below
- **[PASS]** Privacy Policy Page — /p/ochrana-osobnych-udajov
- **[PASS]** Legal Contact / Imprint Page — /p/o-nas
- **[PASS]** Terms & Conditions Page — /p/obchodne-podmienky
- **[PASS]** Data Encryption (No Mixed Content) — All resources loaded over HTTPS
- **[PASS]** Third-party Data Sharing — 4 third-party domain(s)
- **[PASS]** Data Protection Officer Contact — DPO / data protection contact found

### Vulnerability — 64/100

- **[FAIL]** Form CSRF Protection — 1 form(s) without CSRF tokens
  - Fix: Add CSRF token validation to every form. Most CMS frameworks have built-in CSRF protection — make sure it's enabled on all forms, including search and newsletter signup.
- **[FAIL]** Suspicious Inline Script Patterns — Detected: Dynamic script injection
  - Fix: Review all inline scripts for obfuscated code. Magecart attackers inject payment skimmers disguised as analytics or GTM scripts. Compare your current HTML with a known-good version. Consider using CSP with strict nonces.
- **[FAIL]** Payment Page Security — Payment page missing: No HSTS, No CSP, No X-Content-Type-Options, No clickjacking protection
  - Fix: CRITICAL: Your payment page is missing security headers: No HSTS, No CSP, No X-Content-Type-Options, No clickjacking protection. PCI DSS Requirement 6.5 mandates protection against common vulnerabilities on pages handling card data.
- **[FAIL]** Clickjacking on Sensitive Page — Login/payment page without X-Frame-Options or CSP frame-ancestors
  - Fix: URGENT: Add X-Frame-Options: DENY and CSP frame-ancestors 'none' to pages with login forms or payment fields. Attackers can overlay your page in a transparent iframe.
- **[WARN]** Email Address Exposure — 3 email(s) in page source
  - Fix: Replace plain-text emails with contact forms or encode them with JavaScript. Use '[at]' obfuscation or create a /contact page.
- **[WARN]** Inline JavaScript Exposure — 2599 KB of inline JavaScript
  - Fix: Move inline scripts to external files. Inline JavaScript expands the attack surface for XSS and makes CSP harder to implement (requires unsafe-inline).
- **[WARN]** DMARC Policy (Email Auth) — DMARC set to p=none (monitoring only, no enforcement)
  - Fix: Upgrade DMARC policy from p=none to p=quarantine or p=reject. p=none only monitors — it doesn't block spoofed emails. Start with quarantine, then move to reject after verifying legitimate emails pass.
- **[WARN]** Cross-Origin Isolation
  - Fix: Add Cross-Origin-Opener-Policy: same-origin and Cross-Origin-Resource-Policy: same-origin headers. These protect against Spectre-type side-channel attacks.
- **[WARN]** CDN Script Integrity (SRI) — 1 CDN script(s) without Subresource Integrity
  - Fix: Add integrity='sha384-...' crossorigin='anonymous' to CDN scripts from: code.jquery.com. Generate hashes at srihash.org.
- **[PASS]** CMS Version Disclosure — No generator tag — CMS identity hidden
- **[PASS]** Sensitive Files Exposed — .env, .git, composer.json — all properly blocked
- **[PASS]** Install Script Exposed — No /install/ or /setup/ paths accessible
- **[PASS]** Directory Listing — Disabled — file structure hidden
- **[PASS]** Admin Panel at Default URL — Not found at common paths (/admin, /wp-admin, /administrator, /backoffice)
- **[PASS]** Debug Mode / Error Exposure — No debug indicators found in page output
- **[PASS]** jQuery Version — jQuery 3.7.1
- **[PASS]** Bootstrap Version — Bootstrap 5.3.8
- **[PASS]** SPF Record (Email Security) — SPF configured: v=spf1 a mx include:_spf.speedweb.sk -all
- **[PASS]** DKIM Signing (Email Auth) — DKIM configured (selectors: default, s1, mail)

### NIS2

- **[INFO]** NIS2 Compliance — Scope undetermined — IČO/company enrichment unavailable for this domain.

---

Zulien Score is a free, automated heuristic audit covering performance (Core Web Vitals, TTFB, page weight), SEO (meta, structured data, sitemap), security (SSL/TLS, HSTS, CSP), mobile usability, AI readiness, GDPR / ePrivacy compliance and vulnerability surface. Results are cached for 6 hours and re-scanned on demand.

[View the full interactive report on Zulien Score →](https://score.zulien.sk/pl/r/farlesk.sk)
