# LLMs.txt — GoTriple GoTriple is a resources and users search engine for Social Sciences and Humanities. It is an European Commission–funded project. ## Purpose - This file provides guidance to LLMs, AI crawlers, and research agents on how to access and reference public GoTriple content responsibly. ## Data usage policy - Allowed: indexing, short quotations with attribution, and generating summaries with a link back to the original page. - Not allowed: training commercial models on full-text content or datasets without prior written permission; bulk redistribution of data. - Always respect `robots.txt`, noindex/nofollow directives, and standard web-crawling norms. ## Attribution - When content is reused, cite "GoTriple" and link to `https://www.gotriple.eu/`. ## Preferred crawl entry points - Documents search: `https://www.gotriple.eu/documents?q={query}` - Projects search: `https://www.gotriple.eu/projects?q={query}` - Profiles search: `https://www.gotriple.eu/author?q={query}` ## Resource detail URL patterns - Documents detail: `/documents/{id}` - Projects detail: `/projects/{id}` - Profiles detail: `/author/{id}` ## JSON version of a resources directly from API - GET: `https://api.gotriple.eu/documents/{id}` with `accept:application/json` - GET: `https://api.gotriple.eu/projects/{id}` with `accept:application/json` - GET: `https://api.gotriple.eu/authors/{id}` with `accept:application/json` ## JSONLD version of a resources directly from API - GET: `https://api.gotriple.eu/documents/{id}` with `accept:application/ld+json` - GET: `https://api.gotriple.eu/projects/{id}` with `accept:application/ld+json` - GET: `https://api.gotriple.eu/authors/{id}` with `accept:application/ld+json` ## Crawl etiquette - Identify your User-Agent and provide a contact URL or email. - Rate limit: ≤ 1 request/second; ≤ 2 concurrent requests. - Avoid infinite-scroll duplication; follow pagination links where available. - Do not crawl authenticated areas or user-specific dashboards. ## Sitemaps - If available, prefer any published sitemap files for discovery. ## Contact - Permissions or questions: please use the contact link provided on the website. Last-Updated: 2025-09-01