Verifiziertes AgentReady.md-Zertifikat
Ausgestellt am sig: 7c1634e83decd75a Verifizieren →

Analysierte URL

https://goodiesfarm.al

Gemessen vor 5 Tagen

Weitere URL analysieren

Diese Website antwortet KI-Crawlern anders

Wir haben diese Seite zweimal angefordert. Als gewöhnlicher Client erhielten wir HTTP 200; als OAI-SearchBot — der Crawler, der Seiten in den Suchindex von ChatGPT bringt — erhielten wir HTTP 403. Etwas vor Ihrer Website filtert danach, wer fragt.

Unsere Probe kommt von unseren eigenen Servern, und Cloudflare verifiziert Crawler über die IP-Adresse, nicht über den Namen. Diese Ablehnung kann also Clients treffen, die sich als der Crawler ausgeben, während der echte durchgelassen wird — von außen ist das nicht zu unterscheiden. Prüfen Sie Ihre Bot-Regeln in Cloudflare, um zu sehen, was zutrifft. Nichts anderes in diesem Bericht zählt, wenn der Crawler Ihre Seiten nie erreicht.

KI-Ready Score

Befriedigend

von 100

Token-Einsparung

HTML-Tokens 22.372
Markdown-Tokens 629
Einsparung 97%

Score-Aufschlüsselung

Zugänglichkeit 88/100
KI-Auffindbarkeit 42/100
Strukturierte Daten 30/100
Semantisches HTML 80/100
Inhaltseffizienz 60/100

Emerging Protocols

0 von 6 erkannt

Well-known-Endpunkte, nach denen KI-Agenten suchen. Erkannt bedeutet, dass ein Agent Ihren Dienst automatisch finden und verbinden kann.

  • OAuth Protected Resource RFC 9728
    /.well-known/oauth-protected-resource
  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card SEP-1649 draft
    /.well-known/mcp/server-card.json
  • A2A Agent Card A2A v1.0
    /.well-known/agent-card.json
  • API Catalog RFC 9727
    /.well-known/api-catalog
  • Agent Skills index Discovery RFC v0.2.0 draft
    /.well-known/agent-skills/index.json

Das bleibt nicht so. Monitoring gibt es noch nicht — tragen Sie sich ein, wir melden uns zum Start.

Sie stehen auf der Liste! Wir benachrichtigen Sie, sobald es verfügbar ist.

Was wir gemessen haben No JSON-LD / Schema.org found

Keine Schema.org-strukturierten Daten gefunden. JSON-LD hilft KI-Agenten, faktische, strukturierte Informationen aus Ihren Seiten zu extrahieren.

So implementieren Sie es

Fügen Sie einen <script type="application/ld+json">-Block mit Schema.org-Markup hinzu. Verwenden Sie passende Typen: Article für Blogbeiträge, Product für Produktseiten, Organization für Ihre Unternehmensseite.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No Markdown for Agents support detected

Ihre Website unterstützt kein Markdown for Agents. Dieser Cloudflare-Standard ermöglicht KI-Agenten, Inhalte im Markdown-Format anzufordern und reduziert den Token-Verbrauch um ~80%.

So implementieren Sie es

Implementieren Sie eines oder mehrere: (1) Auf Accept: text/markdown mit Markdown-Inhalt antworten. (2) .md-URLs bereitstellen (z.B. /seite.md). (3) <link rel="alternate" type="text/markdown">-Tags hinzufügen. (4) Link-HTTP-Header für Markdown-Erkennung hinzufügen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 0/3 OG tags present

Fehlende oder unvollständige Open-Graph-Tags. OG-Tags helfen KI-Agenten (und sozialen Plattformen), Titel, Beschreibung und Bild Ihrer Seite zu verstehen.

So implementieren Sie es

Fügen Sie og:title, og:description und og:image Meta-Tags zum <head> Ihrer Seite hinzu.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No sitemap found

Keine Sitemap gefunden. Eine Sitemap hilft KI-Agenten, alle Seiten Ihrer Website zu entdecken.

So implementieren Sie es

Erstellen Sie eine /sitemap.xml, die alle Ihre öffentlichen Seiten auflistet. Die meisten CMS-Plattformen können diese automatisch generieren.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard.

Ihre robots.txt blockiert einige KI-Bots (GPTBot, ClaudeBot, PerplexityBot). Das verhindert, dass KI-Agenten Ihre Inhalte indexieren.

So implementieren Sie es

Aktualisieren Sie Ihre robots.txt, um KI-Bots zu erlauben. Fügen Sie explizite Allow-Regeln für GPTBot, ClaudeBot und PerplexityBot hinzu.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben No canonical URL

Keine kanonische URL gefunden. Diese hilft KI-Agenten, die bevorzugte Version einer Seite zu identifizieren und doppelte Inhalte zu vermeiden.

So implementieren Sie es

Fügen Sie ein <link rel="canonical" href="...">-Tag hinzu, das auf die kanonische URL der Seite verweist.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben Content ratio: 1.2% (713 content chars / 60543 HTML bytes)

Ihre Seite hat ein niedriges Verhältnis von tatsächlichem Inhalt zum gesamten HTML. Ein Großteil des Seitengewichts besteht aus Markup, Skripten oder Styles statt Inhalt.

So implementieren Sie es

Verlagern Sie CSS in externe Stylesheets, entfernen Sie Inline-Styles, minimieren Sie JavaScript und stellen Sie sicher, dass sich das HTML auf die Inhaltsstruktur konzentriert.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 25 semantic elements, 153 divs (ratio: 14%)

Ihre Seite stützt sich stark auf <div>-Elemente. Semantische Elemente wie <section>, <nav>, <header>, <footer> und <aside> bieten eine sinnvolle Struktur für KI-Agenten.

So implementieren Sie es

Ersetzen Sie generische <div>-Container durch passende semantische Elemente. Verwenden Sie <section> für thematische Gruppen, <nav> für Navigation, <header>/<footer> für Seiten-/Abschnittskopf und -fußzeilen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben no <h1>

Ihre Überschriftenstruktur hat Probleme (übersprungene Ebenen oder mehrere h1-Tags). Eine saubere Hierarchie hilft KI-Agenten, die Inhaltsorganisation zu verstehen.

So implementieren Sie es

Stellen Sie sicher, dass Sie genau ein <h1> pro Seite haben und die Überschriften einer sequentiellen Reihenfolge folgen: h1 > h2 > h3. Überspringen Sie keine Ebenen (z.B. h1 direkt zu h3).

In einen Coding-Agenten einfügen, der die Korrektur vornimmt

Was wir gemessen haben 42/453 elements with inline styles (9.3%)

Viele Elemente haben Inline-Style-Attribute. Diese erzeugen Rauschen für KI-Agenten bei der Inhaltsextraktion.

So implementieren Sie es

Verlagern Sie alle Inline-Styles in CSS-Klassen in Ihrem Stylesheet. Verwenden Sie Utility-CSS-Frameworks wie Tailwind, wenn Sie viele individuelle Styles benötigen.

In einen Coding-Agenten einfügen, der die Korrektur vornimmt
Markdown-Tokens: 629
### Pse Goodies Farm?

100% organike

Nga punishte artizanale

Të freskëta dhe natyrale

100% Bio · Cilësi e Garantuar

✓ Dërgesa 48h✓ Produkte Bio✓ Pa konservante

## Produkte të fermës

Produkte të freskëta, furnizim ditor

### Pse Goodies Farm?

100% organike

Nga punishte artizanale

Të freskëta dhe natyrale

![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)

![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)

[Zbulo më shumë](https://goodiesfarm.al/contact)

## Na vizitoni në dyqanet tona

Foto e dyqanit

### Goodies Farm — Dyqan Organik

-   Bllok, prapa LSI, Rruga Moskat, Tiranë
-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00
-   [+355 67 22 444 22](tel:+355672244422)

[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+-+Dyqan+Organik/@41.3192192,19.8133468,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x13503138c743ca69:0x1b231354ce7f833d!8m2!3d41.3192192!4d19.8133468!16s%2Fg%2F11h002f5k7)

Foto e dyqanit

### Goodies Farm 2

-   Tiranë
-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00
-   [+355 69 600 1 555](tel:+355696001555)

[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+2/@41.3163125,19.8056875,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x1350313c8769aae1:0x7b0693322425e7f9!8m2!3d41.3163125!4d19.8056875!16s%2Fg%2F11x1n2fsqd)
Goodies Farm — Dyqan Organik Tiranë

### Pse Goodies Farm?

100% organike

Nga punishte artizanale

Të freskëta dhe natyrale

100% Bio · Cilësi e Garantuar

Zbulo kategoritë organikeShfleto produktet

✓ Dërgesa 48h✓ Produkte Bio✓ Pa konservante

## Produkte të fermës

Produkte të freskëta, furnizim ditor

### Pse Goodies Farm?

100% organike

Nga punishte artizanale

Të freskëta dhe natyrale

![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)

![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)

[Zbulo më shumë](https://goodiesfarm.al/contact)

## Na vizitoni në dyqanet tona

Foto e dyqanit

### Goodies Farm — Dyqan Organik

-   Bllok, prapa LSI, Rruga Moskat, Tiranë
-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00
-   [+355 67 22 444 22](tel:+355672244422)

[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+-+Dyqan+Organik/@41.3192192,19.8133468,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x13503138c743ca69:0x1b231354ce7f833d!8m2!3d41.3192192!4d19.8133468!16s%2Fg%2F11h002f5k7)

Foto e dyqanit

### Goodies Farm 2

-   Tiranë
-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00
-   [+355 69 600 1 555](tel:+355696001555)

[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+2/@41.3163125,19.8056875,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x1350313c8769aae1:0x7b0693322425e7f9!8m2!3d41.3163125!4d19.8056875!16s%2Fg%2F11x1n2fsqd)

Laden Sie diese Datei als /index.md auf Ihren Server hoch, damit KI-Agenten auf eine saubere Version Ihrer Seite zugreifen können. Sie können auch die Accept: text/markdown-Inhaltsverhandlung konfigurieren, um sie automatisch auszuliefern.

Unsere Empfehlung

llms.txt herunterladen
# goodiesfarm.al

> Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.

## Documentation
- [FAQs](https://goodiesfarm.al/faq)

## Main
- [Goodies Farm — Dyqan Organik Tiranë](https://goodiesfarm.al): Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërge…
- [Dyqanet](https://goodiesfarm.al/dyqanet)
- [Shporta](https://goodiesfarm.al/checkout)
- [Kreu](https://goodiesfarm.al/)
- [Rreth nesh](https://goodiesfarm.al/rreth-nesh)
- [Të gjitha kategoritë](https://goodiesfarm.al/te-gjitha-kategorite)
- [Ide-shporta](https://goodiesfarm.al/ide-shporta)
- [Të preferuara](https://goodiesfarm.al/favorites)
- [Guida](https://goodiesfarm.al/guida)

## Blog
- [Blog](https://goodiesfarm.al/blog)

## Support
- [FAQs](https://goodiesfarm.al/faq)
- [Na kontaktoni](https://goodiesfarm.al/contact)

Vollständige llms.txt erfordert eine domainweite Analyse (kommt bald)

Laden Sie diese Datei als https://goodiesfarm.al/llms.txt im Stammverzeichnis Ihrer Domain hoch. KI-Agenten wie ChatGPT, Claude und Perplexity prüfen diese Datei, um Ihre Website-Struktur zu verstehen.

Diese Website hat bereits eine llms.txt-Datei.

Ungültiges Format — sollte mit einer # Überschrift beginnen und aussagekräftigen Inhalt haben
<!DOCTYPE html><html lang="sq" class="poppins_5734ac2-module__kqKzRq__variable fraunces_d140bfb0-module__cRbGaG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="stylesheet" href="/_next/static/chunks/0rd~diet1dq3~.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0_ybthh9bhcn4.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0tiat_1pz7ru4.js"/><script src="/_next/static/chunks/0dvhawtr-~tkf.js" async=""></script><script src="/_next/static/chunks/0h5h9p~o-tlti.js" async=""></script><script src="/_next/static/chunks/turbopack-0sa1hrx3epji0.js" async=""></script><script src="/_next/static/chunks/0z10z1z92a4-q.js" async=""></script><script src="/_next/static/chunks/0jiy-nqymkd1d.js" async=""></script><script src="/_next/static/chunks/0ykv2m_1gq1_z.js" async=""></script><script src="/_next/static/chunks/0njc5g4lmuagq.js" async=""></script><meta name="next-size-adjust" content=""/><title>Goodies Farm — Dyqan Organik Tiranë</title><meta name="description" content="Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës."/><link rel="shortcut icon" href="/favicon-large.png"/><link rel="icon" href="/favicon-large.png" type="image/png" sizes="256x256"/><link rel="apple-touch-icon" href="/favicon-large.png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full flex flex-col"><div hidden=""><!--$--><!--/$--></div><script>
(function(){
  try {
    if (!Object.hasOwn) {
      Object.hasOwn = function(obj, key){ return Object.prototype.hasOwnProperty.call(obj, key); };
    }
    function at(n){ n = Math.trunc(n) || 0; if (n < 0) n += this.length; if (n < 0 || n >= this.length) return undefined; return this[n]; }
    if (!Array.prototype.at) Object.defineProperty(Array.prototype, 'at', { value: at, writable: true, configurable: true });
    if (!String.prototype.at) Object.defineProperty(String.prototype, 'at', { value: at, writable: true, configurable: true });
    if (!Array.prototype.findLast) {
      Object.defineProperty(Array.prototype, 'findLast', {
        value: function(cb){ for (var i = this.length - 1; i >= 0; i--) { if (cb(this[i], i, this)) return this[i]; } return undefined; },
        writable: true, configurable: true
      });
    }
    if (!Array.prototype.findLastIndex) {
      Object.defineProperty(Array.prototype, 'findLastIndex', {
        value: function(cb){ for (var i = this.length - 1; i >= 0; i--) { if (cb(this[i], i, this)) return i; } return -1; },
        writable: true, configurable: true
      });
    }
  } catch(e) {}
})();
</script><script>
(function(){
  try {
    var hex = /^#[0-9a-fA-F]{3,8}$/;
    var pairs = [['--primary-color','gf_primary_color'], ['--navbar-color','gf_navbar_color']];
    for (var i = 0; i < pairs.length; i++) {
      var v = localStorage.getItem(pairs[i][1]);
      if (v && hex.test(v)) document.documentElement.style.setProperty(pairs[i][0], v);
    }
  } catch(e) {}
})();
</script><div class="flex-1 bg-gray-50 font-sans"><div class="sticky top-0 z-40 md:static"><nav class="max-w-7xl mx-auto bg-white shadow-md md:max-w-none md:rounded-none md:shadow-none"><div class="md:hidden pl-2.5 pr-3 pt-0.5 pb-1"><div class="flex items-center gap-0"><div class="shrink-0"><button type="button" aria-label="Menu" aria-expanded="false" class="w-11 h-11 -ml-3 flex items-center justify-end pr-0 rounded-full text-gray-800 hover:bg-gray-100 transition"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu" aria-hidden="true"><path d="M4 5h16"></path><path d="M4 12h16"></path><path d="M4 19h16"></path></svg></button></div><button aria-label="Kryefaqja" class="shrink-0 -ml-1.5"><img src="/logo.png" alt="Goodies Farm" class="h-24 w-24 rounded-full object-cover"/></button><div class="flex-1 min-w-0 flex flex-col items-stretch"><div class="flex items-center gap-4 text-xs text-gray-900 -my-3 md:my-0"><a class="ml-4 flex min-h-[44px] items-center whitespace-nowrap" href="/dyqanet">Dyqanet</a><div class="ml-auto flex items-center gap-2.5"><a class="flex min-h-[44px] items-center gap-0 whitespace-nowrap" aria-label="Shporta" href="/checkout">Shporta<span class="relative inline-flex -ml-0.5"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-cart" aria-hidden="true"><circle cx="8" cy="21" r="1"></circle><circle cx="19" cy="21" r="1"></circle><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"></path></svg></span></a></div></div><div class="relative mt-2 w-full"><form class="w-full flex items-center gap-2 border border-gray-200 rounded-full px-3.5 py-1.5 font-poppins font-normal text-xs bg-gray-50"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search shrink-0 text-gray-600" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><input type="text" placeholder="Kërko produkte..." aria-label="Kërko produkte" class="h-8 flex-1 min-w-0 bg-transparent outline-none text-inherit text-gray-900 placeholder-gray-500 md:h-auto fushe-e-vogel" autoComplete="off" value=""/></form></div></div></div></div><div class="hidden md:block w-full pl-4 pr-8 py-5"><div class="w-full flex items-start gap-4"><button aria-label="Kryefaqja" class="shrink-0 cursor-pointer ml-1 -mt-3"><img src="/logo.png" alt="Goodies Farm" class="h-36 w-36 lg:h-44 lg:w-44 rounded-full object-cover"/><div style="display:none"><svg viewBox="0 0 512 512" preserveAspectRatio="xMidYMid meet" class="h-36 w-36 lg:h-44 lg:w-44"><g transform="translate(0,512) scale(0.1,-0.1)" style="fill:#558B2F" stroke="none"><path d="M1420 4478 c-102 -61 -273 -163 -380 -227 l-195 -116 -3 -1567 -2 -1566 222 -133 c123 -73 301 -179 396 -236 95 -56 175 -103 178 -103 5 0 190 107 1069 615 50 29 360 209 690 400 330 191 614 356 630 365 17 10 79 46 138 81 l108 64 0 490 0 490 -143 84 c-79 46 -219 129 -313 184 -93 55 -217 128 -275 162 -58 34 -181 107 -275 162 -236 139 -691 405 -1140 668 -209 122 -407 239 -440 259 -33 20 -64 36 -70 35 -5 0 -93 -51 -195 -111z m294 -287 c143 -83 248 -143 706 -409 223 -129 464 -269 535 -310 72 -41 211 -122 310 -179 99 -58 227 -132 285 -166 58 -33 125 -72 150 -87 25 -15 71 -42 103 -59 31 -18 57 -36 57 -41 0 -6 -822 -482 -859 -498 -4 -1 -7 46 -8 105 -2 245 -103 464 -278 606 -33 26 -105 71 -160 98 -153 78 -1335 763 -1335 774 0 11 358 223 379 224 7 1 59 -25 115 -58z m-353 -572 c501 -294 579 -341 579 -349 0 -4 -15 -13 -32 -21 -60 -23 -165 -97 -222 -154 -76 -78 -139 -182 -177 -295 l-32 -95 -4 -885 c-2 -487 -7 -887 -9 -889 -3 -3 -17 3 -32 12 -15 9 -91 54 -169 99 -78 46 -145 90 -148 98 -9 21 6 2610 15 2610 4 0 108 -59 231 -131z m1010 -575 c164 -48 300 -175 353 -329 79 -227 -36 -520 -246 -623 -82 -40 -134 -51 -241 -52 -199 0 -365 99 -452 269 -74 148 -74 325 0 477 99 203 369 322 586 258z m1597 -605 l-3 -232 -100 -57 c-55 -32 -188 -108 -295 -170 -107 -62 -337 -195 -510 -295 -358 -207 -598 -345 -768 -444 -64 -37 -208 -120 -319 -184 -111 -64 -207 -117 -213 -117 -7 0 -10 161 -10 500 0 344 3 500 11 500 5 0 40 -18 76 -40 84 -50 158 -78 253 -96 98 -17 158 -17 261 1 113 19 156 36 269 101 900 519 1327 762 1338 763 10 1 12 -48 10 -230z"></path><path d="M2151 2784 c-143 -50 -205 -209 -137 -347 63 -130 213 -174 346 -101 189 103 141 408 -71 453 -65 14 -85 13 -138 -5z"></path></g></svg></div></button><div class="flex-1 min-w-0 pt-1 grid grid-cols-[minmax(0,1fr)_auto] items-start gap-x-3"><div class="col-start-1 row-start-1 mt-10 flex items-center justify-between gap-x-3 min-[1500px]:gap-x-5 gap-y-1 flex-wrap font-poppins font-normal text-[14px] min-[1500px]:text-[16px] text-gray-900"><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/">Kreu</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/rreth-nesh">Rreth nesh</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/te-gjitha-kategorite">Të gjitha kategoritë</a><div class="relative"><button type="button" aria-expanded="false" class="inline-flex items-center gap-1 whitespace-nowrap leading-snug transition hover:opacity-70">Të rëndësishme<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down transition" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/ide-shporta">Ide-shporta</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/favorites">Të preferuara</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/guida">Guida</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/dyqanet">Dyqanet</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/blog">Blog</a><a class="whitespace-nowrap leading-snug transition hover:opacity-70" href="/faq">FAQs</a></div><div class="col-start-1 row-start-2 mt-5 flex items-center gap-3"><div class="relative flex-1 min-w-0"><form class="w-full flex items-center gap-3 rounded-full px-5 py-2.5 font-poppins font-normal text-[14px] bg-gray-50 border border-gray-200 focus-within:border-gray-300 transition"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search shrink-0 text-gray-600" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><input type="text" placeholder="Kërko çdo produkt" aria-label="Kërko produkte" class="h-8 flex-1 min-w-0 bg-transparent outline-none text-inherit text-gray-900 placeholder-gray-500 md:h-auto " autoComplete="off" value=""/></form></div><span class="shrink-0 w-px h-6 bg-gray-300" aria-hidden="true"></span></div><div class="col-start-2 row-start-2 mt-5 flex items-center"><a aria-label="Shporta" class="shrink-0 flex items-center gap-2 rounded-full border border-gray-200 bg-white px-4 py-2.5 font-poppins font-normal text-[14px] text-gray-900 hover:border-gray-300 hover:shadow-sm transition whitespace-nowrap" href="/checkout"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-cart mr-1" aria-hidden="true" style="color:#558B2F"><circle cx="8" cy="21" r="1"></circle><circle cx="19" cy="21" r="1"></circle><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"></path></svg>Shporta<span class="ml-0.5 inline-flex items-center justify-center min-w-[22px] h-5 px-1.5 rounded-full text-white text-[12px] font-semibold" style="background-color:#3F7A22">0</span></a></div></div></div></div></nav></div><div id="products" class="max-w-7xl mx-auto px-4 pt-6 pb-3 flex items-center justify-between gap-3"><h2 class="min-w-0 truncate text-xl sm:text-2xl font-semibold text-gray-800"></h2></div><div class="max-w-7xl mx-auto px-4 pb-8 md:flex md:gap-6"><aside class="hidden w-56 shrink-0"><div class="sticky top-24 bg-white rounded-2xl shadow-sm border border-gray-100 p-4"><div class="space-y-5"></div></div></aside><div class="flex-1 min-w-0"><div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-3 sm:gap-6"><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div><div class="bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse"><div class="bg-gray-200 h-48 sm:h-64 md:h-72"></div><div class="p-4 space-y-3"><div class="h-3 bg-gray-200 rounded w-1/3"></div><div class="h-4 bg-gray-200 rounded w-3/4"></div><div class="flex items-center justify-between pt-2"><div class="h-5 bg-gray-200 rounded w-16"></div><div class="h-8 bg-gray-200 rounded w-24"></div></div></div></div></div></div></div></div><!--$--><!--/$--><footer class="relative mt-auto text-white" style="background:var(--primary-color, #1D3906)"><div class="hidden md:block max-w-[1400px] mx-auto px-[clamp(16px,2.4vw,40px)] py-[clamp(4px,0.55vw,8px)]"><div class="flex items-center justify-between gap-[clamp(16px,2.4vw,44px)]"><a aria-label="Goodies Farm" class="shrink-0 transition hover:opacity-90" href="/"><img src="/logo.png" alt="Goodies Farm" class="h-[clamp(92px,8.8vw,128px)] w-[clamp(92px,8.8vw,128px)] rounded-full object-cover"/></a><ul class="font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap"><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/rreth-nesh">Historia jonë</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/dyqanet">Adresat e dyqaneve</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/partneret">Partnerët tanë</a></li></ul><ul class="font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap"><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/te-gjitha-kategorite">Të gjitha nënkategoritë</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/shop?tag=bestseller">Produkte BestSeller</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/guida">Blerje të personalizuara</a></li></ul><div class="flex flex-col items-start text-left"><a class="font-poppins font-normal text-[clamp(11px,0.95vw,14px)] whitespace-nowrap mb-[clamp(5px,0.55vw,8px)] text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/contact">Na kontaktoni</a><p class="font-poppins font-normal text-[clamp(11px,0.95vw,14px)] mb-[clamp(5px,0.55vw,8px)] whitespace-nowrap">Na ndiqni në rrjetet sociale</p><div class="flex items-center justify-start gap-[clamp(7px,0.8vw,12px)]"><a href="https://www.instagram.com/goodies.farm" target="_blank" rel="noopener noreferrer" aria-label="Instagram" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></svg></a><a href="https://www.facebook.com/goodiesfarm.smm" target="_blank" rel="noopener noreferrer" aria-label="Facebook" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"></path></svg></a><a href="https://wa.me/355672244422" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2zm5.8 14.13c-.24.68-1.42 1.31-1.96 1.36-.5.05-.98.24-3.3-.69-2.78-1.1-4.53-3.95-4.67-4.13-.14-.18-1.12-1.49-1.12-2.84 0-1.35.71-2.02.96-2.29.25-.28.55-.35.73-.35.18 0 .37 0 .53.01.17.01.4-.06.62.48.24.57.8 1.97.87 2.11.07.14.12.31.02.49-.09.18-.14.29-.28.45-.14.16-.29.36-.42.48-.14.14-.28.29-.12.57.16.27.72 1.19 1.55 1.93 1.06.95 1.96 1.24 2.24 1.38.28.14.44.12.6-.07.16-.19.69-.81.88-1.09.18-.28.37-.23.62-.14.25.09 1.6.75 1.87.89.28.14.46.21.53.32.07.12.07.66-.17 1.34z"></path></svg></a><a href="https://www.tiktok.com/@goodies.farm" target="_blank" rel="noopener noreferrer" aria-label="TikTok" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M16.6 5.82A4.28 4.28 0 0 1 15.5 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5 2.59 2.59 0 1 1 .78-5.06V9.66a5.66 5.66 0 0 0-5.66 5.66A5.66 5.66 0 0 0 16.31 15.5V9.01a7.35 7.35 0 0 0 4.29 1.38V7.3a4.28 4.28 0 0 1-4-1.48z"></path></svg></a></div></div><ul class="font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap"><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/faq">Pyetje të shpeshta</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/media">Dalje në media</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline" href="/media-kit">Media Kit</a></li></ul></div></div><div class="hidden md:block border-t bg-black/10" style="border-color:rgba(132,181,152,0.42)"><div class="max-w-[1400px] mx-auto px-[clamp(16px,2.4vw,40px)] pt-[clamp(5px,0.6vw,9px)] pb-[clamp(7px,0.8vw,12px)] font-poppins font-normal flex items-center justify-between gap-[clamp(12px,1.8vw,32px)] leading-[1.15] whitespace-nowrap" style="color:#84b598"><span class="shrink-0 w-[clamp(100px,10.6vw,152px)] flex justify-start lg:justify-center text-[clamp(9px,0.72vw,11px)] tracking-[0.01em]"><span class="whitespace-nowrap">Siguri, Vërtetësi, Besnikëri</span></span><nav class="flex items-center gap-[clamp(10px,1.4vw,22px)] text-[clamp(9px,0.72vw,11px)]"><span class="flex items-center gap-[clamp(10px,1.4vw,22px)]"><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/termat">Termat &amp; Kushtet</a></span><span class="flex items-center gap-[clamp(10px,1.4vw,22px)]"><span aria-hidden="true" class="opacity-45">•</span><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/politikat-e-privatesise">Politikat e Privatësisë &amp; Cookies</a></span><span class="flex items-center gap-[clamp(10px,1.4vw,22px)]"><span aria-hidden="true" class="opacity-45">•</span><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/copyright">Të drejtat e autorit</a></span></nav><span class="text-[clamp(9px,0.72vw,11px)]">Goodies Farm<!-- --> / <!-- -->2026</span></div></div><div class="md:hidden max-w-6xl mx-auto px-6 pt-3 pb-10"><div class="flex flex-row items-center justify-between gap-4 flex-wrap"><a aria-label="Goodies Farm" class="shrink-0 -ml-5 inline-block transition hover:opacity-90" href="/"><img src="/logo.png" alt="Goodies Farm" class="h-[clamp(132px,38.5vw,150px)] w-[clamp(132px,38.5vw,150px)] rounded-full object-cover"/></a><div class="text-center"><p class="font-poppins font-normal text-[clamp(12px,3.6vw,14px)] mb-3">Na ndiqni në rrjete sociale</p><div class="flex items-center justify-center gap-5"><a href="https://www.instagram.com/goodies.farm" target="_blank" rel="noopener noreferrer" aria-label="Instagram" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></svg></a><a href="https://www.facebook.com/goodiesfarm.smm" target="_blank" rel="noopener noreferrer" aria-label="Facebook" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"></path></svg></a><a href="https://www.tiktok.com/@goodies.farm" target="_blank" rel="noopener noreferrer" aria-label="TikTok" class="grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]"><svg xmlns="http://www.w3.org/2000/svg" class="h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M16.6 5.82A4.28 4.28 0 0 1 15.5 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5 2.59 2.59 0 1 1 .78-5.06V9.66a5.66 5.66 0 0 0-5.66 5.66A5.66 5.66 0 0 0 16.31 15.5V9.01a7.35 7.35 0 0 0 4.29 1.38V7.3a4.28 4.28 0 0 1-4-1.48z"></path></svg></a></div></div></div><p class="mt-2 font-poppins font-normal text-[12px]" style="color:#84b598">Siguri, Vërtetësi, Besnikëri</p><div class="grid grid-cols-2 gap-x-8 mt-8 font-poppins font-normal text-[13px]"><ul><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/rreth-nesh">Historia jonë</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/dyqanet">Adresat e dyqaneve</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/partneret">Partnerët tanë</a></li></ul><ul><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/contact">Na kontaktoni</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/faq">Pyetje të shpeshta</a></li><li><a class="text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]" href="/media-kit">Media Kit</a></li></ul></div><div class="mt-8 border-t pt-6" style="border-color:rgba(132,181,152,0.42)"><div class="flex items-center justify-center gap-x-3 text-center font-poppins font-normal text-[11px]" style="color:#84b598"><span class="flex items-center gap-x-3"><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/termat">Termat &amp; Kushtet</a></span><span class="flex items-center gap-x-3"><span aria-hidden="true" class="opacity-45">•</span><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/politikat-e-privatesise">Privatësia &amp; Cookies</a></span></div><div class="mt-2 flex items-center justify-center gap-x-4 text-center font-poppins font-normal text-[11px]" style="color:#84b598"><a class="underline-offset-4 transition-colors hover:text-white hover:underline" href="/copyright">Të drejtat e autorit</a><span>Goodies Farm<!-- --> <!-- -->2026</span></div></div><div class="mt-6 pt-6 border-t border-white/20 text-[clamp(11px,3.1vw,12px)] text-white/70">Mundësuar nga <!-- -->Goodies Farm &amp; Parid Smart Solution</div></div></footer><script src="/_next/static/chunks/0tiat_1pz7ru4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[39756,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"ClientPageRoot\"]\n6:I[32440,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\",\"/_next/static/chunks/0ykv2m_1gq1_z.js\",\"/_next/static/chunks/0njc5g4lmuagq.js\"],\"default\"]\n7:I[97367,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nb:I[97367,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"ViewportBoundary\"]\nd:I[97367,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"MetadataBoundary\"]\nf:I[68027,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\",1]\n12:I[54169,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n13:I[17950,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n14:I[32442,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n15:I[67919,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n16:I[20612,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n17:I[28129,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n18:I[42756,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"default\"]\n19:I[27201,[\"/_next/static/chunks/0z10z1z92a4-q.js\",\"/_next/static/chunks/0jiy-nqymkd1d.js\"],\"IconMark\"]\n:HL[\"/_next/static/chunks/0rd~diet1dq3~.css\",\"style\"]\n:HL[\"/_next/static/chunks/0_ybthh9bhcn4.css\",\"style\"]\n:HL[\"/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"llms.txt\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[[\"category\",\"llms.txt\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rd~diet1dq3~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0_ybthh9bhcn4.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0z10z1z92a4-q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0jiy-nqymkd1d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L2\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{\"category\":\"llms.txt\"},\"promises\":null}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ykv2m_1gq1_z.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0njc5g4lmuagq.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,\"$@a\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rd~diet1dq3~.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0_ybthh9bhcn4.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":false,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"bqq7M-YdIFhQDP0Od_Iag\"}\n"])</script><script>self.__next_f.push([1,"10:[]\na:\"$W10\"\n11:T483,\n(function(){\n  try {\n    if (!Object.hasOwn) {\n      Object.hasOwn = function(obj, key){ return Object.prototype.hasOwnProperty.call(obj, key); };\n    }\n    function at(n){ n = Math.trunc(n) || 0; if (n \u003c 0) n += this.length; if (n \u003c 0 || n \u003e= this.length) return undefined; return this[n]; }\n    if (!Array.prototype.at) Object.defineProperty(Array.prototype, 'at', { value: at, writable: true, configurable: true });\n    if (!String.prototype.at) Object.defineProperty(String.prototype, 'at', { value: at, writable: true, configurable: true });\n    if (!Array.prototype.findLast) {\n      Object.defineProperty(Array.prototype, 'findLast', {\n        value: function(cb){ for (var i = this.length - 1; i \u003e= 0; i--) { if (cb(this[i], i, this)) return this[i]; } return undefined; },\n        writable: true, configurable: true\n      });\n    }\n    if (!Array.prototype.findLastIndex) {\n      Object.defineProperty(Array.prototype, 'findLastIndex', {\n        value: function(cb){ for (var i = this.length - 1; i \u003e= 0; i--) { if (cb(this[i], i, this)) return i; } return -1; },\n        writable: true, configurable: true\n      });\n    }\n  } catch(e) {}\n})();\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"html\",null,{\"lang\":\"sq\",\"className\":\"poppins_5734ac2-module__kqKzRq__variable fraunces_d140bfb0-module__cRbGaG__variable h-full antialiased\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col\",\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$11\"}}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(function(){\\n  try {\\n    var hex = /^#[0-9a-fA-F]{3,8}$/;\\n    var pairs = [['--primary-color','gf_primary_color'], ['--navbar-color','gf_navbar_color']];\\n    for (var i = 0; i \u003c pairs.length; i++) {\\n      var v = localStorage.getItem(pairs[i][1]);\\n      if (v \u0026\u0026 hex.test(v)) document.documentElement.style.setProperty(pairs[i][0], v);\\n    }\\n  } catch(e) {}\\n})();\\n\"}}],[\"$\",\"$L12\",null,{}],[\"$\",\"$L13\",null,{}],[\"$\",\"$L14\",null,{}],[\"$\",\"$L15\",null,{}],[\"$\",\"$L16\",null,{}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L17\",null,{\"initialConfig\":{\"company_name\":\"Goodies Farm\",\"facebook_url\":\"https://www.facebook.com/goodiesfarm.smm\",\"instagram_url\":\"https://www.instagram.com/goodies.farm\",\"tiktok_url\":\"https://www.tiktok.com/@goodies.farm\",\"contact_phone\":\"+355 67 22 444 22\",\"show_facebook\":true,\"show_instagram\":true,\"show_tiktok\":true,\"powered_by_text\":\"Goodies Farm \u0026 Parid Smart Solution\"}}],[\"$\",\"$L18\",null,{}]]}]}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}]]\n9:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Goodies Farm — Dyqan Organik Tiranë\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon-large.png\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon-large.png\",\"type\":\"image/png\",\"sizes\":\"256x256\"}],[\"$\",\"link\",\"4\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-large.png\"}],[\"$\",\"$L19\",\"5\",{}]]\n"])</script></body></html>

Zugänglichkeit

Inhalt ohne JavaScript verfügbar (100/100)

Content available without JavaScript

Inhalt erscheint früh im HTML (50/100)

Main content starts at 46% of HTML

Angemessene Seitengröße (100/100)

Page size: 59KB

KI-Auffindbarkeit

robots.txt erlaubt KI-Bots (60/100)

1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard.

Markdown for Agents Unterstützung (0/100)
✗ Accept: text/markdown ✗ .md URL ✗ <link> tag ✗ Link header
Hat sitemap.xml (0/100)

No sitemap found

Hat robots.txt-Datei (100/100)

robots.txt exists

Hat llms.txt-Datei (50/100)

llms.txt exists but appears empty or invalid

Hat Content-Signal (robots.txt oder HTTP-Header) (60/100)
✓ robots.txt ✗ HTTP header ✓ Policy

Strukturierte Daten

Hat Schema.org / JSON-LD (0/100)

No JSON-LD / Schema.org found

Hat Open-Graph-Tags (0/100)

0/3 OG tags present

Hat Meta-Beschreibung (100/100)

Meta description: 143 chars

Hat kanonische URL (0/100)

No canonical URL

Hat lang-Attribut (100/100)

lang="sq"

Semantisches HTML

Korrekte Überschriftenhierarchie (70/100)

no <h1>

Verwendet article- oder main-Element (100/100)

Has <article>

Verwendet semantische HTML-Elemente (47/100)

25 semantic elements, 153 divs (ratio: 14%)

Aussagekräftige Bild-Alt-Texte (100/100)

6/6 images with meaningful alt text

Geringe div-Verschachtelungstiefe (100/100)

Avg div depth: 3.1, max: 6

Inhaltseffizienz

Gutes Token-Reduktionsverhältnis (100/100)

97% token reduction (HTML→Markdown)

Gutes Inhalt-zu-Rausch-Verhältnis (0/100)

Content ratio: 1.2% (713 content chars / 60543 HTML bytes)

Angemessenes Seitengewicht (100/100)

HTML size: 59KB

Minimale Inline-Styles (0/100)

42/453 elements with inline styles (9.3%)

{
  "url": "https://goodiesfarm.al",
  "timestamp": 1789469701821,
  "fetch": {
    "mode": "simple",
    "timeMs": 184,
    "htmlSizeBytes": 60543,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "Goodies Farm — Dyqan Organik Tiranë",
    "excerpt": "Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.",
    "byline": null,
    "siteName": null,
    "lang": "sq",
    "contentLength": 713,
    "metadata": {
      "description": "Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.",
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogType": null,
      "canonical": null,
      "lang": "sq",
      "schemas": [],
      "robotsMeta": null,
      "author": null,
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "### Pse Goodies Farm?\n\n100% organike\n\nNga punishte artizanale\n\nTë freskëta dhe natyrale\n\n100% Bio · Cilësi e Garantuar\n\n✓ Dërgesa 48h✓ Produkte Bio✓ Pa konservante\n\n## Produkte të fermës\n\nProdukte të freskëta, furnizim ditor\n\n### Pse Goodies Farm?\n\n100% organike\n\nNga punishte artizanale\n\nTë freskëta dhe natyrale\n\n![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)\n\n![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)\n\n[Zbulo më shumë](https://goodiesfarm.al/contact)\n\n## Na vizitoni në dyqanet tona\n\nFoto e dyqanit\n\n### Goodies Farm — Dyqan Organik\n\n-   Bllok, prapa LSI, Rruga Moskat, Tiranë\n-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00\n-   [+355 67 22 444 22](tel:+355672244422)\n\n[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+-+Dyqan+Organik/@41.3192192,19.8133468,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x13503138c743ca69:0x1b231354ce7f833d!8m2!3d41.3192192!4d19.8133468!16s%2Fg%2F11h002f5k7)\n\nFoto e dyqanit\n\n### Goodies Farm 2\n\n-   Tiranë\n-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00\n-   [+355 69 600 1 555](tel:+355696001555)\n\n[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+2/@41.3163125,19.8056875,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x1350313c8769aae1:0x7b0693322425e7f9!8m2!3d41.3163125!4d19.8056875!16s%2Fg%2F11x1n2fsqd)\n",
  "fullPageMarkdown": "Goodies Farm — Dyqan Organik Tiranë\n\n### Pse Goodies Farm?\n\n100% organike\n\nNga punishte artizanale\n\nTë freskëta dhe natyrale\n\n100% Bio · Cilësi e Garantuar\n\nZbulo kategoritë organikeShfleto produktet\n\n✓ Dërgesa 48h✓ Produkte Bio✓ Pa konservante\n\n## Produkte të fermës\n\nProdukte të freskëta, furnizim ditor\n\n### Pse Goodies Farm?\n\n100% organike\n\nNga punishte artizanale\n\nTë freskëta dhe natyrale\n\n![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)\n\n![Bashkëpunëtorët e Goodies Farm](https://goodiesfarm.al/api/partners/image)\n\n[Zbulo më shumë](https://goodiesfarm.al/contact)\n\n## Na vizitoni në dyqanet tona\n\nFoto e dyqanit\n\n### Goodies Farm — Dyqan Organik\n\n-   Bllok, prapa LSI, Rruga Moskat, Tiranë\n-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00\n-   [+355 67 22 444 22](tel:+355672244422)\n\n[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+-+Dyqan+Organik/@41.3192192,19.8133468,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x13503138c743ca69:0x1b231354ce7f833d!8m2!3d41.3192192!4d19.8133468!16s%2Fg%2F11h002f5k7)\n\nFoto e dyqanit\n\n### Goodies Farm 2\n\n-   Tiranë\n-   E Hënë - E Shtunë: 8:00 - 21:00E Dielë: 9:00 - 18:00\n-   [+355 69 600 1 555](tel:+355696001555)\n\n[Shiko në Google Maps](https://www.google.com/maps/place/Goodies+Farm+2/@41.3163125,19.8056875,17z/data=!4m10!1m2!2m1!1sgoodies+farm!3m6!1s0x1350313c8769aae1:0x7b0693322425e7f9!8m2!3d41.3163125!4d19.8056875!16s%2Fg%2F11x1n2fsqd)\n",
  "markdownStats": {
    "images": 2,
    "links": 17,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 6
  },
  "tokens": {
    "htmlTokens": 22372,
    "markdownTokens": 629,
    "reduction": 21743,
    "reductionPercent": 97
  },
  "score": {
    "score": 61,
    "grade": "C",
    "rubricVersion": 3,
    "dimensions": {
      "accessibility": {
        "score": 88,
        "weight": 30,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 50,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 46% of HTML"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 59KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 42,
        "weight": 25,
        "grade": "D",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 60,
            "weight": 35,
            "evidence": "proven",
            "details": "1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 50,
            "weight": 10,
            "evidence": "speculative",
            "details": "llms.txt exists but appears empty or invalid"
          },
          "has_content_signals": {
            "score": 60,
            "weight": 10,
            "evidence": "speculative",
            "details": "robots.txt: search=yes, ai-train=no | Policy included",
            "mechanisms": {
              "robotsTxt": true,
              "httpHeader": false,
              "policy": true
            }
          }
        }
      },
      "structuredData": {
        "score": 30,
        "weight": 20,
        "grade": "F",
        "checks": {
          "has_schema_org": {
            "score": 0,
            "weight": 35,
            "evidence": "proven",
            "details": "No JSON-LD / Schema.org found"
          },
          "has_open_graph": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "0/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 143 chars"
          },
          "has_canonical_url": {
            "score": 0,
            "weight": 15,
            "evidence": "plausible",
            "details": "No canonical URL"
          },
          "has_lang_attribute": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "lang=\"sq\""
          }
        }
      },
      "semanticHtml": {
        "score": 80,
        "weight": 15,
        "grade": "B",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 70,
            "weight": 30,
            "evidence": "plausible",
            "details": "no <h1>"
          },
          "uses_article_or_main": {
            "score": 100,
            "weight": 25,
            "evidence": "plausible",
            "details": "Has <article>"
          },
          "semantic_elements": {
            "score": 47,
            "weight": 20,
            "evidence": "plausible",
            "details": "25 semantic elements, 153 divs (ratio: 14%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "6/6 images with meaningful alt text"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 3.1, max: 6"
          }
        }
      },
      "contentEfficiency": {
        "score": 60,
        "weight": 10,
        "grade": "C",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "97% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 0,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 1.2% (713 content chars / 60543 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 59KB"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "42/453 elements with inline styles (9.3%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "add_schema_org",
      "priority": "critical",
      "category": "structuredData",
      "titleKey": "rec.add_schema_org.title",
      "descriptionKey": "rec.add_schema_org.description",
      "howToKey": "rec.add_schema_org.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 7,
      "maxImpact": 7,
      "evidence": "proven",
      "checkScore": 0,
      "checkDetails": "No JSON-LD / Schema.org found"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "howToStepKeys": null,
      "effort": "significant",
      "estimatedImpact": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_open_graph",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_open_graph.title",
      "descriptionKey": "rec.add_open_graph.description",
      "howToKey": "rec.add_open_graph.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 4,
      "maxImpact": 4,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "0/3 OG tags present"
    },
    {
      "id": "add_sitemap",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_sitemap.title",
      "descriptionKey": "rec.add_sitemap.description",
      "howToKey": "rec.add_sitemap.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No sitemap found"
    },
    {
      "id": "allow_ai_bots",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.allow_ai_bots.title",
      "descriptionKey": "rec.allow_ai_bots.description",
      "howToKey": "rec.allow_ai_bots.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.5,
      "maxImpact": 8.8,
      "evidence": "proven",
      "checkScore": 60,
      "checkDetails": "1/5 AI search bots blocked: Amazonbot. Additionally: This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
    },
    {
      "id": "add_canonical_url",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_canonical_url.title",
      "descriptionKey": "rec.add_canonical_url.description",
      "howToKey": "rec.add_canonical_url.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No canonical URL"
    },
    {
      "id": "improve_content_ratio",
      "priority": "high",
      "category": "contentEfficiency",
      "titleKey": "rec.improve_content_ratio.title",
      "descriptionKey": "rec.improve_content_ratio.description",
      "howToKey": "rec.improve_content_ratio.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "Content ratio: 1.2% (713 content chars / 60543 HTML bytes)"
    },
    {
      "id": "add_semantic_elements",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 1.6,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 47,
      "checkDetails": "25 semantic elements, 153 divs (ratio: 14%)"
    },
    {
      "id": "fix_heading_hierarchy",
      "priority": "medium",
      "category": "semanticHtml",
      "titleKey": "rec.fix_heading_hierarchy.title",
      "descriptionKey": "rec.fix_heading_hierarchy.description",
      "howToKey": "rec.fix_heading_hierarchy.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 1.3,
      "maxImpact": 4.5,
      "evidence": "plausible",
      "checkScore": 70,
      "checkDetails": "no <h1>"
    },
    {
      "id": "remove_inline_styles",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 1,
      "maxImpact": 1,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "42/453 elements with inline styles (9.3%)"
    }
  ],
  "llmsTxtPreview": "# goodiesfarm.al\n\n> Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\n\n## Documentation\n- [FAQs](https://goodiesfarm.al/faq)\n\n## Main\n- [Goodies Farm — Dyqan Organik Tiranë](https://goodiesfarm.al): Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërge…\n- [Dyqanet](https://goodiesfarm.al/dyqanet)\n- [Shporta](https://goodiesfarm.al/checkout)\n- [Kreu](https://goodiesfarm.al/)\n- [Rreth nesh](https://goodiesfarm.al/rreth-nesh)\n- [Të gjitha kategoritë](https://goodiesfarm.al/te-gjitha-kategorite)\n- [Ide-shporta](https://goodiesfarm.al/ide-shporta)\n- [Të preferuara](https://goodiesfarm.al/favorites)\n- [Guida](https://goodiesfarm.al/guida)\n\n## Blog\n- [Blog](https://goodiesfarm.al/blog)\n\n## Support\n- [FAQs](https://goodiesfarm.al/faq)\n- [Na kontaktoni](https://goodiesfarm.al/contact)\n\n",
  "llmsTxtExisting": "<!DOCTYPE html><html lang=\"sq\" class=\"poppins_5734ac2-module__kqKzRq__variable fraunces_d140bfb0-module__cRbGaG__variable h-full antialiased\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0rd~diet1dq3~.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0_ybthh9bhcn4.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0tiat_1pz7ru4.js\"/><script src=\"/_next/static/chunks/0dvhawtr-~tkf.js\" async=\"\"></script><script src=\"/_next/static/chunks/0h5h9p~o-tlti.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0sa1hrx3epji0.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z10z1z92a4-q.js\" async=\"\"></script><script src=\"/_next/static/chunks/0jiy-nqymkd1d.js\" async=\"\"></script><script src=\"/_next/static/chunks/0ykv2m_1gq1_z.js\" async=\"\"></script><script src=\"/_next/static/chunks/0njc5g4lmuagq.js\" async=\"\"></script><meta name=\"next-size-adjust\" content=\"\"/><title>Goodies Farm — Dyqan Organik Tiranë</title><meta name=\"description\" content=\"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\"/><link rel=\"shortcut icon\" href=\"/favicon-large.png\"/><link rel=\"icon\" href=\"/favicon-large.png\" type=\"image/png\" sizes=\"256x256\"/><link rel=\"apple-touch-icon\" href=\"/favicon-large.png\"/><script src=\"/_next/static/chunks/03~yq9q893hmn.js\" noModule=\"\"></script></head><body class=\"min-h-full flex flex-col\"><div hidden=\"\"><!--$--><!--/$--></div><script>\n(function(){\n  try {\n    if (!Object.hasOwn) {\n      Object.hasOwn = function(obj, key){ return Object.prototype.hasOwnProperty.call(obj, key); };\n    }\n    function at(n){ n = Math.trunc(n) || 0; if (n < 0) n += this.length; if (n < 0 || n >= this.length) return undefined; return this[n]; }\n    if (!Array.prototype.at) Object.defineProperty(Array.prototype, 'at', { value: at, writable: true, configurable: true });\n    if (!String.prototype.at) Object.defineProperty(String.prototype, 'at', { value: at, writable: true, configurable: true });\n    if (!Array.prototype.findLast) {\n      Object.defineProperty(Array.prototype, 'findLast', {\n        value: function(cb){ for (var i = this.length - 1; i >= 0; i--) { if (cb(this[i], i, this)) return this[i]; } return undefined; },\n        writable: true, configurable: true\n      });\n    }\n    if (!Array.prototype.findLastIndex) {\n      Object.defineProperty(Array.prototype, 'findLastIndex', {\n        value: function(cb){ for (var i = this.length - 1; i >= 0; i--) { if (cb(this[i], i, this)) return i; } return -1; },\n        writable: true, configurable: true\n      });\n    }\n  } catch(e) {}\n})();\n</script><script>\n(function(){\n  try {\n    var hex = /^#[0-9a-fA-F]{3,8}$/;\n    var pairs = [['--primary-color','gf_primary_color'], ['--navbar-color','gf_navbar_color']];\n    for (var i = 0; i < pairs.length; i++) {\n      var v = localStorage.getItem(pairs[i][1]);\n      if (v && hex.test(v)) document.documentElement.style.setProperty(pairs[i][0], v);\n    }\n  } catch(e) {}\n})();\n</script><div class=\"flex-1 bg-gray-50 font-sans\"><div class=\"sticky top-0 z-40 md:static\"><nav class=\"max-w-7xl mx-auto bg-white shadow-md md:max-w-none md:rounded-none md:shadow-none\"><div class=\"md:hidden pl-2.5 pr-3 pt-0.5 pb-1\"><div class=\"flex items-center gap-0\"><div class=\"shrink-0\"><button type=\"button\" aria-label=\"Menu\" aria-expanded=\"false\" class=\"w-11 h-11 -ml-3 flex items-center justify-end pr-0 rounded-full text-gray-800 hover:bg-gray-100 transition\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu\" aria-hidden=\"true\"><path d=\"M4 5h16\"></path><path d=\"M4 12h16\"></path><path d=\"M4 19h16\"></path></svg></button></div><button aria-label=\"Kryefaqja\" class=\"shrink-0 -ml-1.5\"><img src=\"/logo.png\" alt=\"Goodies Farm\" class=\"h-24 w-24 rounded-full object-cover\"/></button><div class=\"flex-1 min-w-0 flex flex-col items-stretch\"><div class=\"flex items-center gap-4 text-xs text-gray-900 -my-3 md:my-0\"><a class=\"ml-4 flex min-h-[44px] items-center whitespace-nowrap\" href=\"/dyqanet\">Dyqanet</a><div class=\"ml-auto flex items-center gap-2.5\"><a class=\"flex min-h-[44px] items-center gap-0 whitespace-nowrap\" aria-label=\"Shporta\" href=\"/checkout\">Shporta<span class=\"relative inline-flex -ml-0.5\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shopping-cart\" aria-hidden=\"true\"><circle cx=\"8\" cy=\"21\" r=\"1\"></circle><circle cx=\"19\" cy=\"21\" r=\"1\"></circle><path d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"></path></svg></span></a></div></div><div class=\"relative mt-2 w-full\"><form class=\"w-full flex items-center gap-2 border border-gray-200 rounded-full px-3.5 py-1.5 font-poppins font-normal text-xs bg-gray-50\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-search shrink-0 text-gray-600\" aria-hidden=\"true\"><path d=\"m21 21-4.34-4.34\"></path><circle cx=\"11\" cy=\"11\" r=\"8\"></circle></svg><input type=\"text\" placeholder=\"Kërko produkte...\" aria-label=\"Kërko produkte\" class=\"h-8 flex-1 min-w-0 bg-transparent outline-none text-inherit text-gray-900 placeholder-gray-500 md:h-auto fushe-e-vogel\" autoComplete=\"off\" value=\"\"/></form></div></div></div></div><div class=\"hidden md:block w-full pl-4 pr-8 py-5\"><div class=\"w-full flex items-start gap-4\"><button aria-label=\"Kryefaqja\" class=\"shrink-0 cursor-pointer ml-1 -mt-3\"><img src=\"/logo.png\" alt=\"Goodies Farm\" class=\"h-36 w-36 lg:h-44 lg:w-44 rounded-full object-cover\"/><div style=\"display:none\"><svg viewBox=\"0 0 512 512\" preserveAspectRatio=\"xMidYMid meet\" class=\"h-36 w-36 lg:h-44 lg:w-44\"><g transform=\"translate(0,512) scale(0.1,-0.1)\" style=\"fill:#558B2F\" stroke=\"none\"><path d=\"M1420 4478 c-102 -61 -273 -163 -380 -227 l-195 -116 -3 -1567 -2 -1566 222 -133 c123 -73 301 -179 396 -236 95 -56 175 -103 178 -103 5 0 190 107 1069 615 50 29 360 209 690 400 330 191 614 356 630 365 17 10 79 46 138 81 l108 64 0 490 0 490 -143 84 c-79 46 -219 129 -313 184 -93 55 -217 128 -275 162 -58 34 -181 107 -275 162 -236 139 -691 405 -1140 668 -209 122 -407 239 -440 259 -33 20 -64 36 -70 35 -5 0 -93 -51 -195 -111z m294 -287 c143 -83 248 -143 706 -409 223 -129 464 -269 535 -310 72 -41 211 -122 310 -179 99 -58 227 -132 285 -166 58 -33 125 -72 150 -87 25 -15 71 -42 103 -59 31 -18 57 -36 57 -41 0 -6 -822 -482 -859 -498 -4 -1 -7 46 -8 105 -2 245 -103 464 -278 606 -33 26 -105 71 -160 98 -153 78 -1335 763 -1335 774 0 11 358 223 379 224 7 1 59 -25 115 -58z m-353 -572 c501 -294 579 -341 579 -349 0 -4 -15 -13 -32 -21 -60 -23 -165 -97 -222 -154 -76 -78 -139 -182 -177 -295 l-32 -95 -4 -885 c-2 -487 -7 -887 -9 -889 -3 -3 -17 3 -32 12 -15 9 -91 54 -169 99 -78 46 -145 90 -148 98 -9 21 6 2610 15 2610 4 0 108 -59 231 -131z m1010 -575 c164 -48 300 -175 353 -329 79 -227 -36 -520 -246 -623 -82 -40 -134 -51 -241 -52 -199 0 -365 99 -452 269 -74 148 -74 325 0 477 99 203 369 322 586 258z m1597 -605 l-3 -232 -100 -57 c-55 -32 -188 -108 -295 -170 -107 -62 -337 -195 -510 -295 -358 -207 -598 -345 -768 -444 -64 -37 -208 -120 -319 -184 -111 -64 -207 -117 -213 -117 -7 0 -10 161 -10 500 0 344 3 500 11 500 5 0 40 -18 76 -40 84 -50 158 -78 253 -96 98 -17 158 -17 261 1 113 19 156 36 269 101 900 519 1327 762 1338 763 10 1 12 -48 10 -230z\"></path><path d=\"M2151 2784 c-143 -50 -205 -209 -137 -347 63 -130 213 -174 346 -101 189 103 141 408 -71 453 -65 14 -85 13 -138 -5z\"></path></g></svg></div></button><div class=\"flex-1 min-w-0 pt-1 grid grid-cols-[minmax(0,1fr)_auto] items-start gap-x-3\"><div class=\"col-start-1 row-start-1 mt-10 flex items-center justify-between gap-x-3 min-[1500px]:gap-x-5 gap-y-1 flex-wrap font-poppins font-normal text-[14px] min-[1500px]:text-[16px] text-gray-900\"><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/\">Kreu</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/rreth-nesh\">Rreth nesh</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/te-gjitha-kategorite\">Të gjitha kategoritë</a><div class=\"relative\"><button type=\"button\" aria-expanded=\"false\" class=\"inline-flex items-center gap-1 whitespace-nowrap leading-snug transition hover:opacity-70\">Të rëndësishme<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down transition\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"></path></svg></button></div><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/ide-shporta\">Ide-shporta</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/favorites\">Të preferuara</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/guida\">Guida</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/dyqanet\">Dyqanet</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/blog\">Blog</a><a class=\"whitespace-nowrap leading-snug transition hover:opacity-70\" href=\"/faq\">FAQs</a></div><div class=\"col-start-1 row-start-2 mt-5 flex items-center gap-3\"><div class=\"relative flex-1 min-w-0\"><form class=\"w-full flex items-center gap-3 rounded-full px-5 py-2.5 font-poppins font-normal text-[14px] bg-gray-50 border border-gray-200 focus-within:border-gray-300 transition\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-search shrink-0 text-gray-600\" aria-hidden=\"true\"><path d=\"m21 21-4.34-4.34\"></path><circle cx=\"11\" cy=\"11\" r=\"8\"></circle></svg><input type=\"text\" placeholder=\"Kërko çdo produkt\" aria-label=\"Kërko produkte\" class=\"h-8 flex-1 min-w-0 bg-transparent outline-none text-inherit text-gray-900 placeholder-gray-500 md:h-auto \" autoComplete=\"off\" value=\"\"/></form></div><span class=\"shrink-0 w-px h-6 bg-gray-300\" aria-hidden=\"true\"></span></div><div class=\"col-start-2 row-start-2 mt-5 flex items-center\"><a aria-label=\"Shporta\" class=\"shrink-0 flex items-center gap-2 rounded-full border border-gray-200 bg-white px-4 py-2.5 font-poppins font-normal text-[14px] text-gray-900 hover:border-gray-300 hover:shadow-sm transition whitespace-nowrap\" href=\"/checkout\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shopping-cart mr-1\" aria-hidden=\"true\" style=\"color:#558B2F\"><circle cx=\"8\" cy=\"21\" r=\"1\"></circle><circle cx=\"19\" cy=\"21\" r=\"1\"></circle><path d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"></path></svg>Shporta<span class=\"ml-0.5 inline-flex items-center justify-center min-w-[22px] h-5 px-1.5 rounded-full text-white text-[12px] font-semibold\" style=\"background-color:#3F7A22\">0</span></a></div></div></div></div></nav></div><div id=\"products\" class=\"max-w-7xl mx-auto px-4 pt-6 pb-3 flex items-center justify-between gap-3\"><h2 class=\"min-w-0 truncate text-xl sm:text-2xl font-semibold text-gray-800\"></h2></div><div class=\"max-w-7xl mx-auto px-4 pb-8 md:flex md:gap-6\"><aside class=\"hidden w-56 shrink-0\"><div class=\"sticky top-24 bg-white rounded-2xl shadow-sm border border-gray-100 p-4\"><div class=\"space-y-5\"></div></div></aside><div class=\"flex-1 min-w-0\"><div class=\"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-3 sm:gap-6\"><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div><div class=\"bg-white rounded-2xl shadow-sm overflow-hidden animate-pulse\"><div class=\"bg-gray-200 h-48 sm:h-64 md:h-72\"></div><div class=\"p-4 space-y-3\"><div class=\"h-3 bg-gray-200 rounded w-1/3\"></div><div class=\"h-4 bg-gray-200 rounded w-3/4\"></div><div class=\"flex items-center justify-between pt-2\"><div class=\"h-5 bg-gray-200 rounded w-16\"></div><div class=\"h-8 bg-gray-200 rounded w-24\"></div></div></div></div></div></div></div></div><!--$--><!--/$--><footer class=\"relative mt-auto text-white\" style=\"background:var(--primary-color, #1D3906)\"><div class=\"hidden md:block max-w-[1400px] mx-auto px-[clamp(16px,2.4vw,40px)] py-[clamp(4px,0.55vw,8px)]\"><div class=\"flex items-center justify-between gap-[clamp(16px,2.4vw,44px)]\"><a aria-label=\"Goodies Farm\" class=\"shrink-0 transition hover:opacity-90\" href=\"/\"><img src=\"/logo.png\" alt=\"Goodies Farm\" class=\"h-[clamp(92px,8.8vw,128px)] w-[clamp(92px,8.8vw,128px)] rounded-full object-cover\"/></a><ul class=\"font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap\"><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/rreth-nesh\">Historia jonë</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/dyqanet\">Adresat e dyqaneve</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/partneret\">Partnerët tanë</a></li></ul><ul class=\"font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap\"><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/te-gjitha-kategorite\">Të gjitha nënkategoritë</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/shop?tag=bestseller\">Produkte BestSeller</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/guida\">Blerje të personalizuara</a></li></ul><div class=\"flex flex-col items-start text-left\"><a class=\"font-poppins font-normal text-[clamp(11px,0.95vw,14px)] whitespace-nowrap mb-[clamp(5px,0.55vw,8px)] text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/contact\">Na kontaktoni</a><p class=\"font-poppins font-normal text-[clamp(11px,0.95vw,14px)] mb-[clamp(5px,0.55vw,8px)] whitespace-nowrap\">Na ndiqni në rrjetet sociale</p><div class=\"flex items-center justify-start gap-[clamp(7px,0.8vw,12px)]\"><a href=\"https://www.instagram.com/goodies.farm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"></rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"></path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"></line></svg></a><a href=\"https://www.facebook.com/goodiesfarm.smm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z\"></path></svg></a><a href=\"https://wa.me/355672244422\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"WhatsApp\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2zm5.8 14.13c-.24.68-1.42 1.31-1.96 1.36-.5.05-.98.24-3.3-.69-2.78-1.1-4.53-3.95-4.67-4.13-.14-.18-1.12-1.49-1.12-2.84 0-1.35.71-2.02.96-2.29.25-.28.55-.35.73-.35.18 0 .37 0 .53.01.17.01.4-.06.62.48.24.57.8 1.97.87 2.11.07.14.12.31.02.49-.09.18-.14.29-.28.45-.14.16-.29.36-.42.48-.14.14-.28.29-.12.57.16.27.72 1.19 1.55 1.93 1.06.95 1.96 1.24 2.24 1.38.28.14.44.12.6-.07.16-.19.69-.81.88-1.09.18-.28.37-.23.62-.14.25.09 1.6.75 1.87.89.28.14.46.21.53.32.07.12.07.66-.17 1.34z\"></path></svg></a><a href=\"https://www.tiktok.com/@goodies.farm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"TikTok\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M16.6 5.82A4.28 4.28 0 0 1 15.5 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5 2.59 2.59 0 1 1 .78-5.06V9.66a5.66 5.66 0 0 0-5.66 5.66A5.66 5.66 0 0 0 16.31 15.5V9.01a7.35 7.35 0 0 0 4.29 1.38V7.3a4.28 4.28 0 0 1-4-1.48z\"></path></svg></a></div></div><ul class=\"font-poppins font-normal space-y-[clamp(5px,0.55vw,8px)] text-[clamp(11px,0.95vw,14px)] whitespace-nowrap\"><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/faq\">Pyetje të shpeshta</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/media\">Dalje në media</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline\" href=\"/media-kit\">Media Kit</a></li></ul></div></div><div class=\"hidden md:block border-t bg-black/10\" style=\"border-color:rgba(132,181,152,0.42)\"><div class=\"max-w-[1400px] mx-auto px-[clamp(16px,2.4vw,40px)] pt-[clamp(5px,0.6vw,9px)] pb-[clamp(7px,0.8vw,12px)] font-poppins font-normal flex items-center justify-between gap-[clamp(12px,1.8vw,32px)] leading-[1.15] whitespace-nowrap\" style=\"color:#84b598\"><span class=\"shrink-0 w-[clamp(100px,10.6vw,152px)] flex justify-start lg:justify-center text-[clamp(9px,0.72vw,11px)] tracking-[0.01em]\"><span class=\"whitespace-nowrap\">Siguri, Vërtetësi, Besnikëri</span></span><nav class=\"flex items-center gap-[clamp(10px,1.4vw,22px)] text-[clamp(9px,0.72vw,11px)]\"><span class=\"flex items-center gap-[clamp(10px,1.4vw,22px)]\"><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/termat\">Termat &amp; Kushtet</a></span><span class=\"flex items-center gap-[clamp(10px,1.4vw,22px)]\"><span aria-hidden=\"true\" class=\"opacity-45\">•</span><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/politikat-e-privatesise\">Politikat e Privatësisë &amp; Cookies</a></span><span class=\"flex items-center gap-[clamp(10px,1.4vw,22px)]\"><span aria-hidden=\"true\" class=\"opacity-45\">•</span><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/copyright\">Të drejtat e autorit</a></span></nav><span class=\"text-[clamp(9px,0.72vw,11px)]\">Goodies Farm<!-- --> / <!-- -->2026</span></div></div><div class=\"md:hidden max-w-6xl mx-auto px-6 pt-3 pb-10\"><div class=\"flex flex-row items-center justify-between gap-4 flex-wrap\"><a aria-label=\"Goodies Farm\" class=\"shrink-0 -ml-5 inline-block transition hover:opacity-90\" href=\"/\"><img src=\"/logo.png\" alt=\"Goodies Farm\" class=\"h-[clamp(132px,38.5vw,150px)] w-[clamp(132px,38.5vw,150px)] rounded-full object-cover\"/></a><div class=\"text-center\"><p class=\"font-poppins font-normal text-[clamp(12px,3.6vw,14px)] mb-3\">Na ndiqni në rrjete sociale</p><div class=\"flex items-center justify-center gap-5\"><a href=\"https://www.instagram.com/goodies.farm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"></rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"></path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"></line></svg></a><a href=\"https://www.facebook.com/goodiesfarm.smm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z\"></path></svg></a><a href=\"https://www.tiktok.com/@goodies.farm\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"TikTok\" class=\"grid place-items-center rounded-full border border-white/35 text-white transition duration-200 hover:-translate-y-0.5 hover:border-white hover:bg-white hover:text-[var(--primary-color,#1D3906)] h-8 w-8 md:h-[clamp(22px,1.9vw,28px)] md:w-[clamp(22px,1.9vw,28px)]\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"h-[15px] w-[15px] md:h-[clamp(11px,0.95vw,14px)] md:w-[clamp(11px,0.95vw,14px)]\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M16.6 5.82A4.28 4.28 0 0 1 15.5 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5 2.59 2.59 0 1 1 .78-5.06V9.66a5.66 5.66 0 0 0-5.66 5.66A5.66 5.66 0 0 0 16.31 15.5V9.01a7.35 7.35 0 0 0 4.29 1.38V7.3a4.28 4.28 0 0 1-4-1.48z\"></path></svg></a></div></div></div><p class=\"mt-2 font-poppins font-normal text-[12px]\" style=\"color:#84b598\">Siguri, Vërtetësi, Besnikëri</p><div class=\"grid grid-cols-2 gap-x-8 mt-8 font-poppins font-normal text-[13px]\"><ul><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/rreth-nesh\">Historia jonë</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/dyqanet\">Adresat e dyqaneve</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/partneret\">Partnerët tanë</a></li></ul><ul><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/contact\">Na kontaktoni</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/faq\">Pyetje të shpeshta</a></li><li><a class=\"text-white/90 underline-offset-4 decoration-white/50 transition-colors hover:text-white hover:underline block leading-[20px]\" href=\"/media-kit\">Media Kit</a></li></ul></div><div class=\"mt-8 border-t pt-6\" style=\"border-color:rgba(132,181,152,0.42)\"><div class=\"flex items-center justify-center gap-x-3 text-center font-poppins font-normal text-[11px]\" style=\"color:#84b598\"><span class=\"flex items-center gap-x-3\"><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/termat\">Termat &amp; Kushtet</a></span><span class=\"flex items-center gap-x-3\"><span aria-hidden=\"true\" class=\"opacity-45\">•</span><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/politikat-e-privatesise\">Privatësia &amp; Cookies</a></span></div><div class=\"mt-2 flex items-center justify-center gap-x-4 text-center font-poppins font-normal text-[11px]\" style=\"color:#84b598\"><a class=\"underline-offset-4 transition-colors hover:text-white hover:underline\" href=\"/copyright\">Të drejtat e autorit</a><span>Goodies Farm<!-- --> <!-- -->2026</span></div></div><div class=\"mt-6 pt-6 border-t border-white/20 text-[clamp(11px,3.1vw,12px)] text-white/70\">Mundësuar nga <!-- -->Goodies Farm &amp; Parid Smart Solution</div></div></footer><script src=\"/_next/static/chunks/0tiat_1pz7ru4.js\" id=\"_R_\" async=\"\"></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,\"1:\\\"$Sreact.fragment\\\"\\n3:I[39756,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n4:I[37457,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n5:I[47257,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"ClientPageRoot\\\"]\\n6:I[32440,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\",\\\"/_next/static/chunks/0ykv2m_1gq1_z.js\\\",\\\"/_next/static/chunks/0njc5g4lmuagq.js\\\"],\\\"default\\\"]\\n7:I[97367,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"OutletBoundary\\\"]\\n8:\\\"$Sreact.suspense\\\"\\nb:I[97367,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"ViewportBoundary\\\"]\\nd:I[97367,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"MetadataBoundary\\\"]\\nf:I[68027,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\",1]\\n12:I[54169,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n13:I[17950,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n14:I[32442,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n15:I[67919,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n16:I[20612,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n17:I[28129,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n18:I[42756,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"default\\\"]\\n19:I[27201,[\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\"],\\\"IconMark\\\"]\\n:HL[\\\"/_next/static/chunks/0rd~diet1dq3~.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/chunks/0_ybthh9bhcn4.css\\\",\\\"style\\\"]\\n:HL[\\\"/_next/static/media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n:HL[\\\"/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2\\\",\\\"font\\\",{\\\"crossOrigin\\\":\\\"\\\",\\\"type\\\":\\\"font/woff2\\\"}]\\n\"])</script><script>self.__next_f.push([1,\"0:{\\\"P\\\":null,\\\"c\\\":[\\\"\\\",\\\"llms.txt\\\"],\\\"q\\\":\\\"\\\",\\\"i\\\":false,\\\"f\\\":[[[\\\"\\\",{\\\"children\\\":[[\\\"category\\\",\\\"llms.txt\\\",\\\"d\\\",null],{\\\"children\\\":[\\\"__PAGE__\\\",{}]}]},\\\"$undefined\\\",\\\"$undefined\\\",16],[[\\\"$\\\",\\\"$1\\\",\\\"c\\\",{\\\"children\\\":[[[\\\"$\\\",\\\"link\\\",\\\"0\\\",{\\\"rel\\\":\\\"stylesheet\\\",\\\"href\\\":\\\"/_next/static/chunks/0rd~diet1dq3~.css\\\",\\\"precedence\\\":\\\"next\\\",\\\"crossOrigin\\\":\\\"$undefined\\\",\\\"nonce\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"link\\\",\\\"1\\\",{\\\"rel\\\":\\\"stylesheet\\\",\\\"href\\\":\\\"/_next/static/chunks/0_ybthh9bhcn4.css\\\",\\\"precedence\\\":\\\"next\\\",\\\"crossOrigin\\\":\\\"$undefined\\\",\\\"nonce\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"script\\\",\\\"script-0\\\",{\\\"src\\\":\\\"/_next/static/chunks/0z10z1z92a4-q.js\\\",\\\"async\\\":true,\\\"nonce\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"script\\\",\\\"script-1\\\",{\\\"src\\\":\\\"/_next/static/chunks/0jiy-nqymkd1d.js\\\",\\\"async\\\":true,\\\"nonce\\\":\\\"$undefined\\\"}]],\\\"$L2\\\"]}],{\\\"children\\\":[[\\\"$\\\",\\\"$1\\\",\\\"c\\\",{\\\"children\\\":[null,[\\\"$\\\",\\\"$L3\\\",null,{\\\"parallelRouterKey\\\":\\\"children\\\",\\\"error\\\":\\\"$undefined\\\",\\\"errorStyles\\\":\\\"$undefined\\\",\\\"errorScripts\\\":\\\"$undefined\\\",\\\"template\\\":[\\\"$\\\",\\\"$L4\\\",null,{}],\\\"templateStyles\\\":\\\"$undefined\\\",\\\"templateScripts\\\":\\\"$undefined\\\",\\\"notFound\\\":\\\"$undefined\\\",\\\"forbidden\\\":\\\"$undefined\\\",\\\"unauthorized\\\":\\\"$undefined\\\"}]]}],{\\\"children\\\":[[\\\"$\\\",\\\"$1\\\",\\\"c\\\",{\\\"children\\\":[[\\\"$\\\",\\\"$L5\\\",null,{\\\"Component\\\":\\\"$6\\\",\\\"serverProvidedParams\\\":{\\\"searchParams\\\":{},\\\"params\\\":{\\\"category\\\":\\\"llms.txt\\\"},\\\"promises\\\":null}}],[[\\\"$\\\",\\\"script\\\",\\\"script-0\\\",{\\\"src\\\":\\\"/_next/static/chunks/0ykv2m_1gq1_z.js\\\",\\\"async\\\":true,\\\"nonce\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"script\\\",\\\"script-1\\\",{\\\"src\\\":\\\"/_next/static/chunks/0njc5g4lmuagq.js\\\",\\\"async\\\":true,\\\"nonce\\\":\\\"$undefined\\\"}]],[\\\"$\\\",\\\"$L7\\\",null,{\\\"children\\\":[\\\"$\\\",\\\"$8\\\",null,{\\\"name\\\":\\\"Next.MetadataOutlet\\\",\\\"children\\\":\\\"$@9\\\"}]}]]}],{},null,false,null]},null,false,\\\"$@a\\\"]},null,false,null],[\\\"$\\\",\\\"$1\\\",\\\"h\\\",{\\\"children\\\":[null,[\\\"$\\\",\\\"$Lb\\\",null,{\\\"children\\\":\\\"$Lc\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"hidden\\\":true,\\\"children\\\":[\\\"$\\\",\\\"$Ld\\\",null,{\\\"children\\\":[\\\"$\\\",\\\"$8\\\",null,{\\\"name\\\":\\\"Next.Metadata\\\",\\\"children\\\":\\\"$Le\\\"}]}]}],[\\\"$\\\",\\\"meta\\\",null,{\\\"name\\\":\\\"next-size-adjust\\\",\\\"content\\\":\\\"\\\"}]]}],false]],\\\"m\\\":\\\"$undefined\\\",\\\"G\\\":[\\\"$f\\\",[[\\\"$\\\",\\\"link\\\",\\\"0\\\",{\\\"rel\\\":\\\"stylesheet\\\",\\\"href\\\":\\\"/_next/static/chunks/0rd~diet1dq3~.css\\\",\\\"precedence\\\":\\\"next\\\",\\\"crossOrigin\\\":\\\"$undefined\\\",\\\"nonce\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"link\\\",\\\"1\\\",{\\\"rel\\\":\\\"stylesheet\\\",\\\"href\\\":\\\"/_next/static/chunks/0_ybthh9bhcn4.css\\\",\\\"precedence\\\":\\\"next\\\",\\\"crossOrigin\\\":\\\"$undefined\\\",\\\"nonce\\\":\\\"$undefined\\\"}]]],\\\"S\\\":false,\\\"h\\\":null,\\\"s\\\":\\\"$undefined\\\",\\\"l\\\":\\\"$undefined\\\",\\\"p\\\":\\\"$undefined\\\",\\\"d\\\":\\\"$undefined\\\",\\\"b\\\":\\\"bqq7M-YdIFhQDP0Od_Iag\\\"}\\n\"])</script><script>self.__next_f.push([1,\"10:[]\\na:\\\"$W10\\\"\\n11:T483,\\n(function(){\\n  try {\\n    if (!Object.hasOwn) {\\n      Object.hasOwn = function(obj, key){ return Object.prototype.hasOwnProperty.call(obj, key); };\\n    }\\n    function at(n){ n = Math.trunc(n) || 0; if (n \\u003c 0) n += this.length; if (n \\u003c 0 || n \\u003e= this.length) return undefined; return this[n]; }\\n    if (!Array.prototype.at) Object.defineProperty(Array.prototype, 'at', { value: at, writable: true, configurable: true });\\n    if (!String.prototype.at) Object.defineProperty(String.prototype, 'at', { value: at, writable: true, configurable: true });\\n    if (!Array.prototype.findLast) {\\n      Object.defineProperty(Array.prototype, 'findLast', {\\n        value: function(cb){ for (var i = this.length - 1; i \\u003e= 0; i--) { if (cb(this[i], i, this)) return this[i]; } return undefined; },\\n        writable: true, configurable: true\\n      });\\n    }\\n    if (!Array.prototype.findLastIndex) {\\n      Object.defineProperty(Array.prototype, 'findLastIndex', {\\n        value: function(cb){ for (var i = this.length - 1; i \\u003e= 0; i--) { if (cb(this[i], i, this)) return i; } return -1; },\\n        writable: true, configurable: true\\n      });\\n    }\\n  } catch(e) {}\\n})();\\n\"])</script><script>self.__next_f.push([1,\"2:[\\\"$\\\",\\\"html\\\",null,{\\\"lang\\\":\\\"sq\\\",\\\"className\\\":\\\"poppins_5734ac2-module__kqKzRq__variable fraunces_d140bfb0-module__cRbGaG__variable h-full antialiased\\\",\\\"suppressHydrationWarning\\\":true,\\\"children\\\":[\\\"$\\\",\\\"body\\\",null,{\\\"className\\\":\\\"min-h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"script\\\",null,{\\\"dangerouslySetInnerHTML\\\":{\\\"__html\\\":\\\"$11\\\"}}],[\\\"$\\\",\\\"script\\\",null,{\\\"dangerouslySetInnerHTML\\\":{\\\"__html\\\":\\\"\\\\n(function(){\\\\n  try {\\\\n    var hex = /^#[0-9a-fA-F]{3,8}$/;\\\\n    var pairs = [['--primary-color','gf_primary_color'], ['--navbar-color','gf_navbar_color']];\\\\n    for (var i = 0; i \\u003c pairs.length; i++) {\\\\n      var v = localStorage.getItem(pairs[i][1]);\\\\n      if (v \\u0026\\u0026 hex.test(v)) document.documentElement.style.setProperty(pairs[i][0], v);\\\\n    }\\\\n  } catch(e) {}\\\\n})();\\\\n\\\"}}],[\\\"$\\\",\\\"$L12\\\",null,{}],[\\\"$\\\",\\\"$L13\\\",null,{}],[\\\"$\\\",\\\"$L14\\\",null,{}],[\\\"$\\\",\\\"$L15\\\",null,{}],[\\\"$\\\",\\\"$L16\\\",null,{}],[\\\"$\\\",\\\"$L3\\\",null,{\\\"parallelRouterKey\\\":\\\"children\\\",\\\"error\\\":\\\"$undefined\\\",\\\"errorStyles\\\":\\\"$undefined\\\",\\\"errorScripts\\\":\\\"$undefined\\\",\\\"template\\\":[\\\"$\\\",\\\"$L4\\\",null,{}],\\\"templateStyles\\\":\\\"$undefined\\\",\\\"templateScripts\\\":\\\"$undefined\\\",\\\"notFound\\\":[[[\\\"$\\\",\\\"title\\\",null,{\\\"children\\\":\\\"404: This page could not be found.\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"style\\\":{\\\"fontFamily\\\":\\\"system-ui,\\\\\\\"Segoe UI\\\\\\\",Roboto,Helvetica,Arial,sans-serif,\\\\\\\"Apple Color Emoji\\\\\\\",\\\\\\\"Segoe UI Emoji\\\\\\\"\\\",\\\"height\\\":\\\"100vh\\\",\\\"textAlign\\\":\\\"center\\\",\\\"display\\\":\\\"flex\\\",\\\"flexDirection\\\":\\\"column\\\",\\\"alignItems\\\":\\\"center\\\",\\\"justifyContent\\\":\\\"center\\\"},\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"children\\\":[[\\\"$\\\",\\\"style\\\",null,{\\\"dangerouslySetInnerHTML\\\":{\\\"__html\\\":\\\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\\\"}}],[\\\"$\\\",\\\"h1\\\",null,{\\\"className\\\":\\\"next-error-h1\\\",\\\"style\\\":{\\\"display\\\":\\\"inline-block\\\",\\\"margin\\\":\\\"0 20px 0 0\\\",\\\"padding\\\":\\\"0 23px 0 0\\\",\\\"fontSize\\\":24,\\\"fontWeight\\\":500,\\\"verticalAlign\\\":\\\"top\\\",\\\"lineHeight\\\":\\\"49px\\\"},\\\"children\\\":404}],[\\\"$\\\",\\\"div\\\",null,{\\\"style\\\":{\\\"display\\\":\\\"inline-block\\\"},\\\"children\\\":[\\\"$\\\",\\\"h2\\\",null,{\\\"style\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":400,\\\"lineHeight\\\":\\\"49px\\\",\\\"margin\\\":0},\\\"children\\\":\\\"This page could not be found.\\\"}]}]]}]}]],[]],\\\"forbidden\\\":\\\"$undefined\\\",\\\"unauthorized\\\":\\\"$undefined\\\"}],[\\\"$\\\",\\\"$L17\\\",null,{\\\"initialConfig\\\":{\\\"company_name\\\":\\\"Goodies Farm\\\",\\\"facebook_url\\\":\\\"https://www.facebook.com/goodiesfarm.smm\\\",\\\"instagram_url\\\":\\\"https://www.instagram.com/goodies.farm\\\",\\\"tiktok_url\\\":\\\"https://www.tiktok.com/@goodies.farm\\\",\\\"contact_phone\\\":\\\"+355 67 22 444 22\\\",\\\"show_facebook\\\":true,\\\"show_instagram\\\":true,\\\"show_tiktok\\\":true,\\\"powered_by_text\\\":\\\"Goodies Farm \\u0026 Parid Smart Solution\\\"}}],[\\\"$\\\",\\\"$L18\\\",null,{}]]}]}]\\n\"])</script><script>self.__next_f.push([1,\"c:[[\\\"$\\\",\\\"meta\\\",\\\"0\\\",{\\\"charSet\\\":\\\"utf-8\\\"}],[\\\"$\\\",\\\"meta\\\",\\\"1\\\",{\\\"name\\\":\\\"viewport\\\",\\\"content\\\":\\\"width=device-width, initial-scale=1, viewport-fit=cover\\\"}]]\\n9:null\\ne:[[\\\"$\\\",\\\"title\\\",\\\"0\\\",{\\\"children\\\":\\\"Goodies Farm — Dyqan Organik Tiranë\\\"}],[\\\"$\\\",\\\"meta\\\",\\\"1\\\",{\\\"name\\\":\\\"description\\\",\\\"content\\\":\\\"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\\\"}],[\\\"$\\\",\\\"link\\\",\\\"2\\\",{\\\"rel\\\":\\\"shortcut icon\\\",\\\"href\\\":\\\"/favicon-large.png\\\"}],[\\\"$\\\",\\\"link\\\",\\\"3\\\",{\\\"rel\\\":\\\"icon\\\",\\\"href\\\":\\\"/favicon-large.png\\\",\\\"type\\\":\\\"image/png\\\",\\\"sizes\\\":\\\"256x256\\\"}],[\\\"$\\\",\\\"link\\\",\\\"4\\\",{\\\"rel\\\":\\\"apple-touch-icon\\\",\\\"href\\\":\\\"/favicon-large.png\\\"}],[\\\"$\\\",\\\"$L19\\\",\\\"5\\\",{}]]\\n\"])</script></body></html>",
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://goodiesfarm.al/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 403,
    "discriminates": true,
    "refusedAsBot": true,
    "edge": "Cloudflare",
    "verifiable": false,
    "detail": "This origin answers 200 to an ordinary client but 403 to a client identifying as OAI-SearchBot, behind Cloudflare. Whether the verified crawler is also turned away cannot be determined from outside: check the bot rules in your Cloudflare dashboard."
  },
  "snippets": [
    {
      "id": "fix_heading_hierarchy",
      "title": "Fix heading hierarchy",
      "description": "Your page has no <h1>. Every page needs exactly one <h1> as the main heading. Add it inside your <main> or <article>.",
      "language": "html",
      "code": "<h1>Goodies Farm — Dyqan Organik Tiranë</h1>",
      "filename": "<main> or <article>"
    },
    {
      "id": "add_open_graph",
      "title": "Add missing Open Graph tags",
      "description": "Open Graph tags control how your page looks when shared on social media and how AI platforms preview your URL in answers.",
      "language": "html",
      "code": "<meta property=\"og:title\" content=\"Goodies Farm — Dyqan Organik Tiranë\">\n<meta property=\"og:description\" content=\"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://goodiesfarm.al\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:title\" content=\"Goodies Farm — Dyqan Organik Tiranë\">\n<meta property=\"og:description\" content=\"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://goodiesfarm.al\">\n<meta property=\"og:type\" content=\"website\">"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Quick Open Graph tags without a plugin (skip if Yoast / Rank Math is active)\nadd_action('wp_head', function () {\n    if (!is_singular()) return;\n    $post = get_queried_object();\n    $title = get_the_title($post);\n    $desc  = get_the_excerpt($post) ?: wp_trim_words(strip_tags($post->post_content), 30);\n    $image = get_the_post_thumbnail_url($post, 'large') ?: 'https://yoursite.com/og-image.jpg';\n    $url   = get_permalink($post);\n    printf('<meta property=\"og:title\" content=\"%s\">' . \"\\n\", esc_attr($title));\n    printf('<meta property=\"og:description\" content=\"%s\">' . \"\\n\", esc_attr($desc));\n    printf('<meta property=\"og:image\" content=\"%s\">' . \"\\n\", esc_url($image));\n    printf('<meta property=\"og:url\" content=\"%s\">' . \"\\n\", esc_url($url));\n    echo '<meta property=\"og:type\" content=\"article\">' . \"\\n\";\n}, 5);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page.tsx",
          "code": "// Next.js App Router — Metadata API\nimport type { Metadata } from 'next';\n\nexport const metadata: Metadata = {\n  title: \"Goodies Farm — Dyqan Organik Tiranë\",\n  description: \"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\",\n  openGraph: {\n    title: \"Goodies Farm — Dyqan Organik Tiranë\",\n    description: \"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\",\n    url: \"https://goodiesfarm.al\",\n    images: [\"https://yoursite.com/og-image.jpg\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "add_canonical_url",
      "title": "Add canonical URL",
      "description": "The canonical URL tells AI agents which version of the page is the \"official\" one, avoiding duplicate content issues.",
      "language": "html",
      "code": "<link rel=\"canonical\" href=\"https://goodiesfarm.al\">",
      "filename": "<head>"
    },
    {
      "id": "add_schema_org",
      "title": "Add Schema.org JSON-LD",
      "description": "Structured data helps AI agents understand the type, author, and purpose of your content.",
      "language": "html",
      "code": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"WebPage\",\n  \"name\": \"Goodies Farm — Dyqan Organik Tiranë\",\n  \"description\": \"Goodies Farm — dyqani që mblodhi bashkë fermerët dhe prodhuesit e vegjël Shqiptarë. Produkte 100% natyrale. Bëjmë dërgesa vetëm brenda Tiranës.\",\n  \"url\": \"https://goodiesfarm.al\",\n  \"inLanguage\": \"sq\"\n}\n</script>",
      "filename": "<head>"
    },
    {
      "id": "allow_ai_bots",
      "title": "Allow AI bots in robots.txt",
      "description": "Some AI bots are blocked in your robots.txt. Remove or modify these Disallow rules to let AI agents index your content.",
      "language": "txt",
      "code": "# Add to your robots.txt — explicitly allow AI bots:\nUser-agent: GPTBot\nAllow: /\n\nUser-agent: ClaudeBot\nAllow: /\n\nUser-agent: PerplexityBot\nAllow: /",
      "filename": "/robots.txt"
    },
    {
      "id": "add_sitemap",
      "title": "Create /sitemap.xml",
      "description": "A sitemap helps AI agents discover all your pages. Most CMS platforms generate one automatically.",
      "language": "xml",
      "code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  <url>\n    <loc>https://goodiesfarm.al</loc>\n    <lastmod>2026-09-15</lastmod>\n  </url>\n</urlset>",
      "filename": "/sitemap.xml"
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

Nutzen Sie unsere API, um dies programmatisch abzurufen (kommt bald)

Dieses JSON ist für den internen Gebrauch bestimmt — im Gegensatz zu den Markdown- und llms.txt-Dateien soll es nicht auf Ihre Website hochgeladen werden. Speichern Sie es als Ausgangswert, um Ihren Score im Zeitverlauf zu verfolgen, teilen Sie es mit Ihrem Entwicklerteam oder integrieren Sie es in Ihre CI/CD-Pipeline.

Teilen Sie Ihre Ergebnisse

Oder lass dir von einer KI beim Verbessern helfen

Eine zweite Meinung?

Cloudflare betreibt ebenfalls einen kostenlosen Scanner, und er stellt eine andere Frage. Er bewertet, was Ihre Website für Agenten zum Aufrufen veröffentlicht: MCP Server Cards, Agent Skills, API-Kataloge, DNS-Einträge. Wir bewerten, ob ein Agent Ihre Inhalte erreichen, lesen und verstehen kann. Eine Website kann bei dem einen gut und bei dem anderen schlecht abschneiden — rechnen Sie mit zwei verschiedenen Zahlen: Es sind Antworten auf zwei verschiedene Fragen, und beide lohnen sich.

goodiesfarm.al mit Cloudflare scannen

Badge einbetten

Fügen Sie dieses Badge zu Ihrer Website hinzu. Es aktualisiert sich automatisch, wenn sich Ihr KI-Bereitschafts-Score ändert.

AgentReady.md score for goodiesfarm.al
Script Empfohlen
<script src="https://agentready.md/badge.js" data-id="0caf517c-36c4-4a13-a2a3-afc9640b0bc7" data-domain="goodiesfarm.al"></script>
Markdown
[![AgentReady.md score for goodiesfarm.al](https://agentready.md/badge/goodiesfarm.al.svg)](https://agentready.md/de/r/goodiesfarm.al)

Demnächst: Vollständige Domain-Analyse

Crawlen Sie Ihre gesamte Domain, generieren Sie llms.txt und überwachen Sie Ihren KI-Bereitschaftswert im Zeitverlauf. Tragen Sie sich in die Warteliste ein.

Sie stehen auf der Liste! Wir benachrichtigen Sie, sobald es verfügbar ist.