GitLab
GitLab is a web‑based DevOps platform that unifies source code management, CI/CD, security, and AI‑powered features into a single application. It enables teams to collaborate, automate pipelines, and secure code throughout the software lifecycle. The site highlights solutions for enterprises, small businesses, and startups, offers resources such as pricing, documentation, blog, community, and support, and showcases AI‑driven code suggestions, DevSecOps, and agentic software engineering. Users can sign up, request demos, explore integrations with AWS and Google Cloud, and access a range of tools for modern software delivery.
- ✓ 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
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for gitlab.com
https://gitlab.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "gitlab.com",
"name": "GitLab",
"language": "en",
"pages": {
"/": {
"title": "GitLab – Speed with control for agentic software engineering",
"content": "GitLab is a web‑based DevOps platform that unifies source code management, CI/CD, security, and AI‑powered features into a single application. It enables teams to collaborate, automate pipelines, and secure code throughout the software lifecycle. The site highlights solutions for enterprises, small businesses, and startups, offers resources such as pricing, documentation, blog, community, and support, and showcases AI‑driven code suggestions, DevSecOps, and agentic software engineering. Users can sign up, request demos, explore integrations with AWS and Google Cloud, and access a range of tools for modern software delivery."
},
"/gitlab-org/delivery": {
"title": "GitLab Release and Deploy · GitLab",
"content": "GitLab Release and Deploy GitLab.com Delivery teams - https://handbook.gitlab.com/handbook/engineering/infrastructure/team/delivery/ Read more"
},
"/gitlab-org/gitlab-services": {
"title": "gitlab-services · GitLab",
"content": "gitlab-services Public facing services deployed using AutoDevops and Kubernetes Read more"
},
"/gitlab-org/lever-jobs-embed": {
"title": "GitLab.org / lever-jobs-embed · GitLab",
"content": "L lever-jobs-embed Project information 40 Commits 2 Branches 0 Tags README MIT License GitLab Pages Created on February 09, 2018 Loading"
},
"/gitlab-org/quality/request-for-help": {
"title": "GitLab.org / Developer Experience / Request For Help · GitLab",
"content": "R Request For Help Project information 14 Commits 1 Branch 0 Tags README Created on March 11, 2025 Loading"
}
},
"actions": [
{
"id": "sign_in",
"name": "Sign In",
"input": {
"type": "text",
"required": false
},
"intent": [
"login",
"sign in",
"authenticate"
],
"description": "Log into your GitLab account."
},
{
"id": "sign_up",
"name": "Sign Up",
"input": {
"type": "text",
"required": false
},
"intent": [
"register",
"create account",
"sign up"
],
"description": "Create a new GitLab account."
},
{
"id": "search_repositories",
"name": "Search Repositories",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find repository",
"lookup project"
],
"description": "Search for projects and repositories."
},
{
"id": "view_pricing",
"name": "View Pricing",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"plans",
"cost"
],
"description": "See the pricing plans for GitLab."
},
{
"id": "request_demo",
"name": "Request a Demo",
"input": {
"type": "text",
"required": false
},
"intent": [
"demo",
"showcase",
"trial"
],
"description": "Schedule a product demonstration."
},
{
"id": "contact_support",
"name": "Contact Support",
"input": {
"type": "text",
"required": false
},
"intent": [
"support",
"help",
"contact"
],
"description": "Get help from GitLab support."
},
{
"id": "view_blog",
"name": "View Blog",
"input": {
"type": "text",
"required": false
},
"intent": [
"blog",
"news",
"updates"
],
"description": "Read the latest news and updates."
},
{
"id": "view_docs",
"name": "View Docs",
"input": {
"type": "text",
"required": false
},
"intent": [
"documentation",
"docs",
"manual"
],
"description": "Access GitLab documentation."
},
{
"id": "view_community",
"name": "View Community",
"input": {
"type": "text",
"required": false
},
"intent": [
"community",
"forums",
"events"
],
"description": "Explore community forums and events."
},
{
"id": "view_ai_transparency",
"name": "View AI Transparency Center",
"input": {
"type": "text",
"required": false
},
"intent": [
"ai transparency",
"policy",
"ai"
],
"description": "Learn about GitLab’s AI policies and practices."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to GitLab",
"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
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "GitLab",
"url": "https://gitlab.com",
"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
Pages
For AI agents
GET https://api.actuent.ai/api/search?q=gitlab.com
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="gitlab.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=gitlab.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
