GEO schema and LLM related topics

NOTE:The .md files and llms.txt can be read and edited in tools like Markdown Live Preview to allow a richer edit and viewing experience.

NOTE: All of the files are currently in their initial stage

Schema.org Schemas

Schema.org is a collaborative, community-driven effort to create a standardized vocabulary for structured data. It defines a wide range of types (e.g., Person, Product, Article, Event) and properties (e.g., name, description, price, startDate) that can be used to describe entities and their relationships. The primary benefit of using JSON-LD schema is its ability to enable rich results in search engine results pages (SERPs). This can include features like star ratings, recipe snippets, event details, and more, which can significantly improve visibility and click-through rates.
This is not only helpful for SEO but also enhances a website's ranking in LLMs like ChatGPT, Claude, Gemini, Google Answers etc.

Below are schemas that should be included in the GoGroup sites:

English schemas

German schemas

These schemas are initial drafts, please provide feedback and suggestions for improvement.

llms.txt

llms.txt markdown file to websites to provide LLM-friendly content. This file offers brief background information, guidance, and links to detailed markdown files.
llms.txt markdown is human and LLM readable, but is also in a precise format allowing fixed processing methods (i.e. classical programming techniques such as parsers and regex).
Basically this file should contain the essential information and context needed for LLMs to understand and generate relevant responses.

Read more about it at llmstxt.org

Below are the llms.txt of GoGroup sites

These llms.txt are essential for providing LLMs with the context and information they need to generate accurate and relevant responses. The content is just the content from the actual gogroup sites the only difference being that the content is brief.

Pages in Html.md format

These .md files are basically LLM-friendly version of the route mentioned. These are used because the actual html page might have ads, dynamic content etc. These md pages contain data that should be read by LLMs and should be concise and to the point.
These pages should be served in the same route as the original page the difference being they will have .html.md at the end
e.g.: https://www.gogroup.co/about/about-go-group page should have https://www.gogroup.co/about/about-go-group.html.md page

gogroup.co pages

English Pages

German Pages

These .md files are linked in gogroup.co llms.txt
Currently only .md pages for gogroup.co have been made with only pages that are considered essential or have dynamic data