SShortSingh.
Back to feed

robots.txt, sitemap.xml, and llms.txt: What Each File Actually Does

0
·1 views

Three small text files serve distinct but complementary roles in how bots and AI systems interact with a website. The robots.txt file, standardized as RFC 9309 in 2022, acts as an access policy telling well-behaved crawlers which paths they may or may not fetch, though it cannot force deindexing of already-known pages. The sitemap.xml file lists URLs a site owner wants search crawlers to consider, along with optional metadata like last-modified dates, but listing a URL is a suggestion rather than a guarantee of indexing. Introduced in 2024, llms.txt is a markdown file that gives AI assistants a curated, structured overview of a site's most important content, helping them avoid crawling an entire site to answer user queries. Unlike robots.txt, which governs access, llms.txt is purely a content-curation guide and does not restrict or grant any crawling permissions.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Shiksha AI and Mitra AI offer voice-based English practice for Indian learners

Two AI voice agents, Shiksha AI and Mitra AI, have been developed to help Indian students, job seekers, and young professionals improve their spoken English skills. The platform was built for the Voice for Bharat Challenge 2026 and addresses common barriers such as social anxiety and lack of conversational practice partners. Shiksha AI acts as a patient tutor guiding turn-by-turn spoken practice, while Mitra AI handles real-life roleplay scenarios like ordering food or attending job interviews. The system supports Hinglish and Devanagari script, and is accessible via web browsers as well as telephone and SIP calls. It is powered by Murf Falcon TTS, LiveKit Agents, Deepgram Nova-3, and Google Gemini, with features including persistent learner memory and automated daily practice calls.

0
ProgrammingDEV Community ·

GDXMS2 Brings MiniScript 2 Scripting Support to Godot 4 via New Bindings

A developer has released Godot-X-MiniScript2 (GDXMS2), an open-source project that integrates the MiniScript 2 interpreter into the Godot 4 game engine. The bindings are available in both C++ and C# implementations, using GDExtension and GodotSharp respectively. The project was created partly to support developers who want to submit MiniScript entries to the Micro Jam game jam while continuing to use Godot. GDXMS2 can also serve as a lightweight scripting alternative to Lua for game modding or as an embedded interpreter within Godot projects. The project is in its early stages but is described as usable via its latest release or by building from the most recent commit on GitHub.

0
ProgrammingDEV Community ·

Anthropic's Claude Watermark Explained: What It Does and Does Not Prove

Anthropic signed the EU AI Act's Code of Practice on Transparency and began embedding an invisible statistical watermark in text generated by Claude. The watermark has documented limitations: it can persist even in human-written text that Claude merely edited or translated, and its absence does not confirm a text was written entirely by a human. Commentary online has conflated this watermark with unrelated third-party AI detectors like ZeroGPT and with individual platform moderation decisions, treating them as a single automatic chain. Experts and careful readers note that detecting model involvement in a text is fundamentally different from concluding the text was 'written by AI.' The broader debate sidesteps a key distinction: whether a human retained editorial control over the idea, structure, and final output throughout the process.

0
ProgrammingDEV Community ·

Six Free Self-Paced Web Accessibility Courses Worth Taking This Summer

A curated list of six free, self-paced online accessibility courses has been recommended for learners at various proficiency levels. The selection includes UNITAR's Inclusive Learning Design, which covers intersectionality, disaggregated data, and gender perspectives in roughly two hours. The International Labour Organization offers a course on disability inclusion strategies in the workplace, aimed especially at HR and culture professionals. Accessible EU's Accessible Technology Design, now in its fourth edition, covers WCAG, inclusive design patterns, and cognitive accessibility across seven structured modules. All courses are available online at no cost, making them accessible options before investing in paid certifications.

robots.txt, sitemap.xml, and llms.txt: What Each File Actually Does · ShortSingh