Questions about the workshop? Reach Alain anytime at alain@agifly.be
Prompt
ChatGPT
Perplexity
Gemini
Claude
Fluency Rewrite — Princeton 9 + Evidence Triangle
Paste a paragraph from your site or pitch. Claude will rewrite it using the Princeton 9 levers, weaving in stats, a quote and a citation.
PDF Jailbreak — turn a sealed asset into a Citation Page
Paste the extracted text from a PDF (case study, white paper, technical spec). We restructure it into the 6-block HTML Citation Page that AI engines love to cite.
Entity JSON-LD Generator — Schema.org for AI engines
Fill the form on the left. The right pane shows a live JSON-LD preview ready to paste into your HTML <head>. Sensible Acme Belgium defaults are pre-filled so you can see what good looks like.
Live JSON-LD preview
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://acmebelgium.be/#organization",
"name": "Acme Belgium BV",
"alternateName": "Acme",
"url": "https://acmebelgium.be",
"logo": "https://acmebelgium.be/logo.png",
"foundingDate": "2014",
"founder": {
"@type": "Person",
"name": "Sophie Verlinden"
},
"vatID": "BE0123456789",
"taxID": "0123456789",
"address": {
"@type": "PostalAddress",
"streetAddress": "Frankrijklei 100",
"postalCode": "2000",
"addressLocality": "Antwerpen",
"addressCountry": "BE"
},
"areaServed": [
"Belgium",
"Netherlands",
"Luxembourg"
],
"availableLanguage": [
"nl",
"fr",
"en"
],
"numberOfEmployees": "50-100",
"knowsAbout": [
"predictive maintenance",
"vibration analysis",
"manufacturing automation",
"ISO 13374"
],
"industry": [
"Manufacturing",
"Industrial automation"
],
"hasCredential": [
"ISO 9001",
"ISO 27001"
],
"sameAs": [
"https://www.linkedin.com/company/acme-belgium",
"https://kbopub.economie.fgov.be/kbopub/zoeknummerform.html?nummer=0123456789",
"https://www.wikidata.org/wiki/Q000000"
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+32 3 123 45 67",
"email": "hello@acmebelgium.be",
"contactType": "sales",
"url": "https://acmebelgium.be/contact",
"availableLanguage": [
"nl",
"fr",
"en"
]
}
]
}
</script>Golden Source Re-test — diff against a prior run
Pick a baseline run from your session history, re-run now, and compare engine answers side-by-side. Coverage delta and a Golden Source map fall out automatically.
AI engines don't re-index your site in real time. Re-running the same prompt 5 minutes after the baseline will almost always give you the same answer (or near-identical) because the underlying training data hasn't changed. This exercise is genuinely useful when you (a) run a baseline now, (b) publish a new Citation Page or update existing content, and (c) come back days or weeks later to measure the impact. For an in-workshop demo, run it just to see the mechanism — don't expect dramatic deltas in the same hour.
What does this exercise actually do?
Session history
No probes yet. Run one to get started.