gogs.io
Gogs: A painless self-hosted Git service
The painless way to host your own Git service
30
Not agent-ready yet
Agent-readiness score out of 100
- ○ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ○ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +70 points:
+15 · Clear description of the site
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for gogs.io
Made from what Actuent already knows. Edit it, then publish it at
https://gogs.io/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "gogs.io",
"name": "Gogs: A painless self-hosted Git service",
"language": "en",
"pages": {
"/": {
"title": "Introduction - Gogs: A painless self-hosted Git service",
"content": "The painless way to host your own Git service"
},
"/advancing/git-lfs": {
"title": "Git LFS",
"content": "Managing large binary files with some magic"
},
"/advancing/webhooks": {
"title": "Webhooks",
"content": "Stay informed for repository events"
},
"/advancing/localization": {
"title": "Localization",
"content": "Configure interface languages and contribute translations to Gogs"
},
"/advancing/authentication": {
"title": "Authentication",
"content": "Integrate with your existing IAM system"
},
"/fine-tuning/reverse-proxy": {
"title": "Reverse proxy",
"content": "Host-sharing your Git service with HTTPS"
},
"/advancing/custom-templates": {
"title": "Custom templates",
"content": "Override HTML templates, static files, and inject custom content"
},
"/fine-tuning/run-as-service": {
"title": "Run as service",
"content": "Configure Gogs to start automatically as a system service on Linux, macOS, and Windows"
},
"/getting-started/installation": {
"title": "Installation",
"content": "Get your own Git service up and running in minutes"
},
"/getting-started/introduction": {
"title": "Introduction",
"content": "The painless way to host your own Git service"
},
"/fine-tuning/configuration-primer": {
"title": "Configuration primer",
"content": "Fine tune your instance exactly the way you want."
}
},
"actions": [
{
"id": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Gogs: A painless self-hosted Git service",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Gogs: A painless self-hosted Git service",
"url": "https://gogs.io",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Get help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Introduction - Gogs: A painless self-hosted Git service /
The painless way to host your own Git service
Git LFS /advancing/git-lfs
Managing large binary files with some magic
Webhooks /advancing/webhooks
Stay informed for repository events
Localization /advancing/localization
Configure interface languages and contribute translations to Gogs
Authentication /advancing/authentication
Integrate with your existing IAM system
Reverse proxy /fine-tuning/reverse-proxy
Host-sharing your Git service with HTTPS
Custom templates /advancing/custom-templates
Override HTML templates, static files, and inject custom content
Run as service /fine-tuning/run-as-service
Configure Gogs to start automatically as a system service on Linux, macOS, and Windows
Installation /getting-started/installation
Get your own Git service up and running in minutes
Introduction /getting-started/introduction
The painless way to host your own Git service
Configuration primer /fine-tuning/configuration-primer
Fine tune your instance exactly the way you want.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=gogs.io
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim gogs.io to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="gogs.io" async></script> or the image https://api.actuent.ai/badge.svg?domain=gogs.io&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
