분석된 URL
https://goodiesfarm.al
측정: 5일 전
이 사이트는 AI 크롤러에 다르게 응답합니다
이 페이지를 두 번 요청했습니다. 일반 클라이언트로는 HTTP 200을 받았고, OAI-SearchBot(ChatGPT 검색 색인에 페이지를 넣는 크롤러)이라고 밝히자 HTTP 403를 받았습니다. 사이트 앞단의 무언가가 요청자에 따라 걸러내고 있습니다.
이 검사는 저희 서버에서 보내며, Cloudflare는 크롤러를 이름이 아니라 IP 주소로 검증합니다. 따라서 이 거부는 크롤러를 사칭하는 클라이언트를 겨냥한 것이고 진짜 크롤러는 통과하고 있을 수도 있습니다. 외부에서는 구분할 수 없습니다. Cloudflare의 봇 규칙을 확인해 어느 쪽인지 살펴보세요. 크롤러가 페이지에 도달하지 못한다면 이 보고서의 다른 항목은 의미가 없습니다.
AI-Ready 점수
보통
/ 100
토큰 절감량
점수 상세
신흥 프로토콜
6개 중 0개 감지AI 에이전트가 찾는 well-known 엔드포인트. 감지되면 에이전트가 서비스를 자동으로 발견하고 연결할 수 있습니다.
-
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
이 점수는 그대로 있지 않습니다. 모니터링은 아직 없습니다. 명단에 등록하면 출시할 때 알려드립니다.
명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.
측정 결과 No JSON-LD / Schema.org found
Schema.org 구조화 데이터를 찾을 수 없습니다. JSON-LD는 AI 에이전트가 페이지에서 사실 기반의 구조화 정보를 추출하는 데 도움을 줍니다.
구현 방법
Schema.org 마크업이 포함된 <script type="application/ld+json"> 블록을 추가하세요. 적절한 유형을 사용하세요: 블로그 게시물에는 Article, 제품 페이지에는 Product, 회사 페이지에는 Organization.
측정 결과 No Markdown for Agents support detected
사이트가 Markdown for Agents를 지원하지 않습니다. 이 Cloudflare 표준을 통해 AI 에이전트가 마크다운 형식으로 콘텐츠를 요청할 수 있으며, 토큰 사용량을 ~80% 줄일 수 있습니다.
구현 방법
다음 중 하나 이상을 구현하세요: (1) Accept: text/markdown에 마크다운 콘텐츠로 응답. (2) .md URL 제공 (예: /page.md). (3) <link rel="alternate" type="text/markdown"> 태그 추가. (4) 마크다운 발견을 위한 Link HTTP 헤더 추가.
측정 결과 0/3 OG tags present
Open Graph 태그가 없거나 불완전합니다. OG 태그는 AI 에이전트(및 소셜 플랫폼)가 페이지의 제목, 설명, 이미지를 이해하는 데 도움을 줍니다.
구현 방법
페이지의 <head>에 og:title, og:description, og:image 메타 태그를 추가하세요.
측정 결과 No sitemap found
사이트맵을 찾을 수 없습니다. 사이트맵은 AI 에이전트가 사이트의 모든 페이지를 발견하는 데 도움을 줍니다.
구현 방법
모든 공개 페이지를 나열하는 /sitemap.xml을 만드세요. 대부분의 CMS 플랫폼에서 자동 생성할 수 있습니다.
측정 결과 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.
robots.txt가 일부 AI 봇(GPTBot, ClaudeBot, PerplexityBot)을 차단하고 있습니다. 이로 인해 AI 에이전트가 콘텐츠를 색인할 수 없습니다.
구현 방법
robots.txt를 업데이트하여 AI 봇을 허용하세요. GPTBot, ClaudeBot, PerplexityBot에 대한 명시적 Allow 규칙을 추가하세요.
측정 결과 No canonical URL
정규 URL을 찾을 수 없습니다. AI 에이전트가 페이지의 선호 버전을 식별하고 중복 콘텐츠를 방지하는 데 도움을 줍니다.
구현 방법
페이지의 정규 URL을 가리키는 <link rel="canonical" href="..."> 태그를 추가하세요.
측정 결과 Content ratio: 1.2% (713 content chars / 60543 HTML bytes)
페이지의 실제 콘텐츠와 전체 HTML의 비율이 낮습니다. 페이지 무게의 상당 부분이 콘텐츠가 아닌 마크업, 스크립트, 스타일입니다.
구현 방법
CSS를 외부 스타일시트로 이동하고, 인라인 스타일을 제거하고, JavaScript를 최소화하고, HTML이 콘텐츠 구조에 집중하도록 하세요.
측정 결과 25 semantic elements, 153 divs (ratio: 14%)
페이지가 <div> 요소에 크게 의존합니다. <section>, <nav>, <header>, <footer>, <aside> 같은 시맨틱 요소는 AI 에이전트에게 의미 있는 구조를 제공합니다.
구현 방법
범용 <div> 컨테이너를 적절한 시맨틱 요소로 교체하세요. 주제별 그룹에는 <section>, 내비게이션에는 <nav>, 페이지/섹션 헤더와 푸터에는 <header>/<footer>를 사용하세요.
측정 결과 no <h1>
제목 구조에 문제가 있습니다 (레벨 건너뛰기 또는 다중 h1 태그). 깔끔한 계층 구조는 AI 에이전트가 콘텐츠 구성을 이해하는 데 도움을 줍니다.
구현 방법
페이지당 정확히 하나의 <h1>을 유지하고, 제목이 순차적 순서를 따르도록 하세요: h1 > h2 > h3. 레벨을 건너뛰지 마세요 (예: h1에서 바로 h3).
측정 결과 42/453 elements with inline styles (9.3%)
많은 요소에 인라인 스타일 속성이 있습니다. 이는 콘텐츠를 추출하는 AI 에이전트에게 잡음이 됩니다.
구현 방법
모든 인라인 스타일을 스타일시트의 CSS 클래스로 이동하세요. 많은 고유 스타일이 필요하면 Tailwind 같은 유틸리티 CSS 프레임워크를 사용하세요.
### 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   [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   [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)
이 파일을 서버의 /index.md에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.
권장 내용
# 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)
전체 llms.txt는 도메인 전체 분석이 필요합니다 (곧 출시)
이 파일을 도메인 루트의 https://goodiesfarm.al/llms.txt에 업로드하세요. ChatGPT, Claude, Perplexity 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.
이 사이트에는 이미 llms.txt 파일이 있습니다.
유효하지 않은 형식 — # 제목으로 시작하고 의미 있는 콘텐츠가 있어야 합니다<!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 & 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ë & 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 & 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 & 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 & 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>
접근성
Content available without JavaScript
Main content starts at 46% of HTML
Page size: 59KB
AI 발견 가능성
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.
No sitemap found
robots.txt exists
llms.txt exists but appears empty or invalid
구조화 데이터
No JSON-LD / Schema.org found
0/3 OG tags present
Meta description: 143 chars
No canonical URL
lang="sq"
시맨틱 HTML
no <h1>
Has <article>
25 semantic elements, 153 divs (ratio: 14%)
6/6 images with meaningful alt text
Avg div depth: 3.1, max: 6
콘텐츠 효율성
97% token reduction (HTML→Markdown)
Content ratio: 1.2% (713 content chars / 60543 HTML bytes)
HTML size: 59KB
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\n\n\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\n\n\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 & 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ë & 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 & 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 & 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 & 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\">"
}
]
}
]
}
API를 사용하여 프로그래밍 방식으로 가져올 수 있습니다 (곧 출시)
이 JSON은 내부용입니다 — Markdown 및 llms.txt 파일과 달리 사이트에 업로드하기 위한 것이 아닙니다. 시간에 따른 점수 추적을 위한 기준값으로 저장하거나, 개발팀과 공유하거나, CI/CD 파이프라인에 통합하세요.
결과 공유
또는 AI에게 개선 방법을 물어보세요
다른 의견도 들어보시겠어요?
Cloudflare에도 무료 스캐너가 있는데, 던지는 질문이 다릅니다. 그쪽은 에이전트가 호출할 수 있도록 사이트가 게시한 것(MCP 서버 카드, Agent Skills, API 카탈로그, DNS 레코드)을 채점합니다. 저희는 에이전트가 콘텐츠에 도달해 읽고 이해할 수 있는지를 채점합니다. 한쪽은 좋고 다른 쪽은 나쁠 수 있으니 두 점수가 다른 것은 당연합니다. 서로 다른 질문에 대한 답이고, 둘 다 알아둘 가치가 있습니다.
Cloudflare로 goodiesfarm.al 검사하기배지 삽입
이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.
<script src="https://agentready.md/badge.js" data-id="0caf517c-36c4-4a13-a2a3-afc9640b0bc7" data-domain="goodiesfarm.al"></script>
[](https://agentready.md/ko/r/goodiesfarm.al)
곧 출시: 전체 도메인 분석
전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.
명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.