> For the complete documentation index, see [llms.txt](https://partners.tray.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.tray.com.br/themes/homologacao/requerimentos/google-lighthouse.md).

# Google Lighthouse

O [Google Lighthouse](https://developers.google.com/web/tools/lighthouse) é uma ferramenta automatizada de código aberto do Google que analisa seu site e destaca os pontos que podem ser melhorados para tornar a experiência do usuário mais agradável. Serão quatro pontuações retornadas pela ferramenta: Desempenho, Acessibilidade, Melhores práticas e SEO.

Essas métricas são importantes  pois ilustram como o seu tema é interpretado pelos mais diferentes navegadores, principalmente as métricas de Desempenho e Acessibilidade.

Os lojistas procuram temas que tenham um ótimo desempenho, sejam acessíveis a todos tipos de pessoas, possuam as melhores práticas do mercado e são encontrados e indexados pelos motores de busca. Otimizar seu tema nesses pontos é a chave para o sucesso dos lojistas que você apoia e para a experiência de seus clientes.&#x20;

Por isso, todos os temas deverão ter uma pontuação média igual ou superior a:

**Em computadores**

* 60 pontos para desempenho
* 90 pontos para acessibilidade
* 90 pontos para melhores práticas
* 90 pontos para SEO

**Em dispositivos móveis**

* 60 pontos para desempenho
* 60 pontos para acessibilidade
* 70 pontos para melhores práticas
* 70 pontos para SEO


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://partners.tray.com.br/themes/homologacao/requerimentos/google-lighthouse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
