// citely · generative engine optimization
const product = {
"@context": "https://schema.org",
"@type": "Product",
name: "Machine à espresso Lina",
brand: { "@type": "Brand", name: "Atlas" },
offers: {
"@type": "Offer",
price: 249.00,
priceCurrency: "EUR",
availability: "InStock"
},
additionalProperty: [
{ name: "pression", value: "15 bar" },
{ name: "réservoir", value: "1.4 L" }
]
};
// expose a machine-readable feed
await fetch("https://feed.citely.com/atlas/products.json");
# llms.txt
User-agent: GPTBot
Allow: /products
User-agent: PerplexityBot
Allow: /
// track citations across answer engines
const share = await citely.citations({
engines: ["chatgpt", "perplexity", "google-ai"],
query: "meilleure machine espresso compacte"
});
console.log(share.cited); // true
// citely · generative engine optimization
const product = {
"@context": "https://schema.org",
"@type": "Product",
name: "Machine à espresso Lina",
brand: { "@type": "Brand", name: "Atlas" },
offers: {
"@type": "Offer",
price: 249.00,
priceCurrency: "EUR",
availability: "InStock"
},
additionalProperty: [
{ name: "pression", value: "15 bar" },
{ name: "réservoir", value: "1.4 L" }
]
};
// expose a machine-readable feed
await fetch("https://feed.citely.com/atlas/products.json");
# llms.txt
User-agent: GPTBot
Allow: /products
User-agent: PerplexityBot
Allow: /
// track citations across answer engines
const share = await citely.citations({
engines: ["chatgpt", "perplexity", "google-ai"],
query: "meilleure machine espresso compacte"
});
console.log(share.cited); // true
“We finally see our products cited in ChatGPT, on our flagship categories.”
Antoine MercierE-commerce Lead · Northpeak (placeholder)