Skip to main content
GenerelBlandet

SEO Rapport: garnier.co.id

Genereret 8. maj 2026 · 31 fund · 5.8s

89
report.overallScore
86
seo
88
security
0
performance
92
accessibility
94
Best Practices

Institutionelle websites prioriterer tilgængelighed, sikkerhed og korrekt indeksering — borgere og interessenter skal nemt kunne finde relevant information.

Score-opdeling

Gennemsnitlig Generel-score: 50

seo
86(+41 vs avg)
security
88(+30 vs avg)
performance
0(-44 vs avg)
accessibility
92(+40 vs avg)
Best Practices
94(+38 vs avg)

Score-prognose

Estimeret forbedring baseret på fundene i denne rapport

Nuværende score: 89Projiceret score: 91
Nuværende score
Free (+1)
Pro (+1)

Klar til at forbedre din SEO?

Start med en gratis prøveperiode og se hvordan din score kan forbedres.

Modul-oversigt

headers
703 findings
content
702 findings
news mentions
751 finding
brand checker
753 findings
meta
774 findings
social checker
802 findings
dns
852 findings
sitemap
851 finding
reputation
852 findings
cookies
902 findings
page experience
902 findings
accessibility
921 finding
structured data
952 findings
mobile
952 findings
rate limits
952 findings
ssl
100
robots
100
technology
100
layout scan
100
uptime checker
100
crawl budget
100
indexing checker
100
log analyzer
100

Alle fund (25)

Kritisk (1)

  • highcontent

    No H1 tag found

    The page has no H1 heading

    Add exactly one H1 tag with the primary keyword

Middel (11)

  • mediumdns

    No DKIM record found

    None of the common DKIM selectors returned a valid key. Email authentication may be incomplete.

    Configure DKIM signing with your email provider and publish the public key in DNS

  • mediumheaders

    Missing content-security-policy

    CSP header is missing. The site may be vulnerable to XSS attacks.

    Add a Content-Security-Policy header to restrict resource loading

  • mediumheaders

    CORS allows all origins

    Access-Control-Allow-Origin: * allows any website to make requests

    Restrict CORS to specific trusted origins if the page handles sensitive data

  • mediummeta

    Missing og:image

    No Open Graph image set. Social shares will lack a preview image.

    Add og:image meta tag (1200x630px recommended)

  • mediummeta

    Canonical / og:url mismatch

    Canonical: https://www.garnier.co.id og:url: https://www.garnier.co.id/

    Ensure canonical URL and og:url match

  • mediumsitemap

    Duplicate URLs in sitemap

    4 duplicate URLs found in sitemap

    Remove duplicate URLs from the sitemap

  • mediumcontent

    Very low text-to-HTML ratio

    Text/HTML ratio is 2% (recommended: >5%)

    Increase meaningful text content relative to HTML markup

  • mediumaccessibility

    Missing main landmark

    No <main> element or role="main" found

    Wrap primary content in a <main> element for screen reader navigation

  • mediumsocial checker

    Missing og:image

    No social sharing image set — posts will lack visual appeal

    Add og:image meta tag (1200x630px recommended)

  • mediumbrand checker

    No Organization schema

    No Organization JSON-LD found

    Add Organization structured data with name, logo, and contact information

  • mediumreputation

    No review platform links found

    No links to Trustpilot, Google Business, TripAdvisor, Yelp, G2, Capterra, or Glassdoor detected on the homepage

    Add links to your review profiles to build trust signals and improve local SEO

Lav (13)

  • lowcookies

    1 cookie missing HttpOnly flag

    Cookies without HttpOnly can be accessed by JavaScript, increasing XSS risk

    Add HttpOnly to session and authentication cookies

  • lowcookies

    1 cookie missing SameSite attribute

    Missing SameSite defaults to Lax in modern browsers but should be explicit

    Set SameSite=Strict or SameSite=Lax on all cookies

  • lowmeta

    Missing og:type

    Open Graph type is not set

    Add og:type meta tag (e.g., "website", "article")

  • lowstructured data

    Missing Organization schema

    No Organization or LocalBusiness structured data found

    Add Organization schema with name, logo, and contact info

  • lowmobile

    Unresponsive images

    1 images lack srcset or responsive sizing

    Use srcset and sizes attributes for responsive images

  • lowrate limits

    No rate limiting detected

    No explicit rate-limit headers or 429 responses detected. Cloudflare WAF provides platform-level protection.

    Implement rate limiting (e.g., 429 Too Many Requests) to protect against brute-force attacks

  • lownews mentions

    No press or news presence

    No press pages found on the site and no external news mentions detected

    Create a /news or /press page with company updates — this builds authority and earns links

  • lowsocial checker

    Missing og:type

    Open Graph type is not set

    Add og:type meta tag (e.g., "website", "article")

  • lowbrand checker

    No web app manifest

    No manifest.json linked — PWA features unavailable

    Add a web app manifest for installability and brand customization

  • lowbrand checker

    Missing og:site_name

    Open Graph site name is not set

    Add og:site_name meta tag for consistent social sharing

  • lowpage experience

    Popup elements detected

    Found 2 popup/overlay element(s) — likely consent banners

    Ensure popups don't cover main content excessively, especially on mobile

  • lowpage experience

    No lazy loading on images

    20 images without lazy loading

    Add loading="lazy" to below-the-fold images for faster initial page load

  • lowreputation

    Only 0 sameAs entries

    Found 0 sameAs URLs across all JSON-LD entities — search engines use sameAs to verify brand identity

    Add sameAs URLs for all your social profiles, Wikipedia page, and business directory listings (aim for 3+)

AI Fix Prompt

Kopiér denne prompt ind i ChatGPT eller Claude for at få trinvise fix-instruktioner

Fix all SEO issues found in the audit of garnier.co.id.

Prioritize high-severity issues first, then medium. For each fix, make the actual code change — don't just describe what to do.

```json
{
  "domain": "garnier.co.id",
  "scores": {
    "overall": 89,
    "performance": 0,
    "seo": 86,
    "accessibility": 92,
    "bestPractices": 94,
    "security": 88
  },
  "findings": [
    {
      "module": "dns",
      "severity": "medium",
      "title": "No DKIM record found",
      "description": "None of the common DKIM selectors returned a valid key. Email authentication may be incomplete.",
      "recommendation": "Configure DKIM signing with your email provider and publish the public key in DNS"
    },
    {
      "module": "headers",
      "severity": "medium",
      "title": "Missing content-security-policy",
      "description": "CSP header is missing. The site may be vulnerable to XSS attacks.",
      "recommendation": "Add a Content-Security-Policy header to restrict resource loading"
    },
    {
      "module": "headers",
      "severity": "medium",
      "title": "CORS allows all origins",
      "description": "Access-Control-Allow-Origin: * allows any website to make requests",
      "recommendation": "Restrict CORS to specific trusted origins if the page handles sensitive data"
    },
    {
      "module": "meta",
      "severity": "medium",
      "title": "Missing og:image",
      "description": "No Open Graph image set. Social shares will lack a preview image.",
      "recommendation": "Add og:image meta tag (1200x630px recommended)"
    },
    {
      "module": "meta",
      "severity": "medium",
      "title": "Canonical / og:url mismatch",
      "description": "Canonical: https://www.garnier.co.id\nog:url: https://www.garnier.co.id/",
      "recommendation": "Ensure canonical URL and og:url match"
    },
    {
      "module": "sitemap",
      "severity": "medium",
      "title": "Duplicate URLs in sitemap",
      "description": "4 duplicate URLs found in sitemap",
      "recommendation": "Remove duplicate URLs from the sitemap"
    },
    {
      "module": "content",
      "severity": "high",
      "title": "No H1 tag found",
      "description": "The page has no H1 heading",
      "recommendation": "Add exactly one H1 tag with the primary keyword"
    },
    {
      "module": "content",
      "severity": "medium",
      "title": "Very low text-to-HTML ratio",
      "description": "Text/HTML ratio is 2% (recommended: >5%)",
      "recommendation": "Increase meaningful text content relative to HTML markup"
    },
    {
      "module": "accessibility",
      "severity": "medium",
      "title": "Missing main landmark",
      "description": "No <main> element or role=\"main\" found",
      "recommendation": "Wrap primary content in a <main> element for screen reader navigation"
    },
    {
      "module": "social-checker",
      "severity": "medium",
      "title": "Missing og:image",
      "description": "No social sharing image set — posts will lack visual appeal",
      "recommendation": "Add og:image meta tag (1200x630px recommended)"
    },
    {
      "module": "brand-checker",
      "severity": "medium",
      "title": "No Organization schema",
      "description": "No Organization JSON-LD found",
      "recommendation": "Add Organization structured data with name, logo, and contact information"
    },
    {
      "module": "reputation",
      "severity": "medium",
      "title": "No review platform links found",
      "description": "No links to Trustpilot, Google Business, TripAdvisor, Yelp, G2, Capterra, or Glassdoor detected on the homepage",
      "recommendation": "Add links to your review profiles to build trust signals and improve local SEO"
    }
  ]
}
```

Anbefalinger for din branche

  • 1Sikr WCAG 2.1 AA-overholdelse
  • 2Implementer alle anbefalede sikkerhedsheaders
  • 3Sikr at sitemap dækker alle vigtige sider
  • 4Optimer sideindlæsning til under 2 sekunder
  • 5Sikr responsivt design på alle sider

SEO-tjekliste for Generel

Tips for Blandet-websites

  • Definer klare landingssider for hvert segment
  • Brug forskellige meta-strategier per sidegruppe
  • Segmenter sitemap efter indholdstype
Start din gratis trial

Brug Ctrl+P / Cmd+P for at gemme som PDF