← MachineRank

google.com

48Rescan
48/100

Poor

11 checks passed, 9 issues found across 6 pages crawled.

11 improvements found

Category profile

Understanding
100
Agent readinessgap
0
Discoverability
55
overall

Top opportunity

HIGH IMPACT

llms.txt

llms.txt gives language models a concise map of the site's most important content.

CONSTRAINT Agent Readiness0

Make google.com better for AI

MachineRank found 11 opportunities. Select issues to build a fix plan.

Select issues to fix

11 opportunities

01

llms.txt

HIGH

llms.txt gives language models a concise map of the site's most important content.

Evidence

E01GET https://google.com/llms.txt → 404

Why it matters

Language models actively look for llms.txt to get a curated view of your site's most important content. Without it, models have to guess which pages matter.

# Example llms.txt
# Company description
> We provide [your product/service].

## Key pages
- [Homepage](https://example.com/)
- [Docs](https://example.com/docs)
- [API Reference](https://example.com/api)
02

Content in initial HTML

HIGH

Important content is present in the initial HTML response, not loaded by JavaScript.

Evidence

E01Homepage initial HTML contains only ~9 words — likely heavy JavaScript dependency

Why it matters

AI crawlers typically do not execute JavaScript. If your key content only appears after JavaScript runs, it is invisible to most AI systems.

03

Agent instructions

HIGH

Explicit guidance helps AI agents understand how to interact with your product.

Evidence

E01No agent-specific instructions found

Why it matters

Explicit agent instructions reduce errors when AI systems use your API and help models give accurate guidance to developers.

04

OpenAPI specification

HIGH

A machine-readable API spec enables agents to discover and call your API automatically.

Evidence

E01No OpenAPI specification found or referenced

Why it matters

An OpenAPI specification enables AI agents to automatically discover and call your API endpoints without manual configuration.

05

JSON-LD structured data

MEDIUM

Structured data helps AI systems understand the type and context of your content.

Evidence

E01JSON-LD found on 4 pages but not on the homepage

Why it matters

JSON-LD structured data provides an unambiguous machine-readable description of your content, making it far easier for AI to understand context and entity relationships.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Company",
  "description": "What you do",
  "url": "https://yoursite.com"
}
</script>
06

OpenGraph metadata

MEDIUM

OpenGraph tags allow AI and social systems to understand page identity and context.

Evidence

E01Missing OG tags: og:title, og:description, og:image
E02Present: none

Why it matters

OpenGraph metadata provides a standardized summary that AI systems use when representing your pages in search results, citations, and shared links.

07

MCP server

MEDIUM

An MCP (Model Context Protocol) server allows AI agents to directly interact with your product.

Evidence

E01No MCP server found or referenced

Why it matters

MCP servers allow AI agents to directly interact with your product, enabling automated workflows without manual integration work.

08

Official SDKs

MEDIUM

Official SDKs make it easier for agents to integrate with your product programmatically.

Evidence

E01No SDK or client library references found

Why it matters

Addressing this issue will improve how accurately AI systems can understand and represent your site.

09

Semantic heading structure

MEDIUM

A clear heading hierarchy (H1 → H2 → H3) helps AI parse content structure.

Evidence

E01No H1 tag found on homepage

Why it matters

Addressing this issue will improve how accurately AI systems can understand and represent your site.

10

Contact information

MEDIUM

Accessible contact information establishes trust and citability for AI systems.

Evidence

E01No contact page or email address found

Why it matters

Accessible contact information helps establish trust and allows AI systems to cite you as a real, reachable organization.

11

Canonical URL tags

LOW

Pages declare canonical URLs to prevent duplicate content issues.

Evidence

E01Only 4/6 crawled pages have canonical tags

Why it matters

Addressing this issue will improve how accurately AI systems can understand and represent your site.