> For the complete documentation index, see [llms.txt](https://v2.isomer.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.isomer.gov.sg/frequently-asked-questions-faq/seo-performance-best-practices-accesibility.md).

# Digital KPI

This section covers details about the WOGAA Inspect errors which are powered by[ Google Lighthouse Audit.](https://developers.google.com/web/tools/lighthouse)&#x20;

Most, if not all of the errors raised CAN be fixed by users directly by making appropriate edits. We've pulled out a few commonly raised issues below.&#x20;

## Are you seeing these errors on WOGAA?

![robot.txt is not valid](/files/-MToAbXapIbZYeVjgpxn)

![Document does not have a valid rel=canonical ](/files/-MToAgCfKLGbkDERy0m3)

{% hint style="danger" %}
A common reason why you're seeing these errors on WOGAA is because you've forgotten to set the url on **config.yml** file.&#x20;
{% endhint %}

The **url:** field is usually on line 2 of config.yml file. Make sure that you've inserted your website's URL.&#x20;

![](/files/-MVve6Bkh1qsKWwbAYYQ)

## Issues that are pending Isomer's team to resolve

Here's a list of issues that are pending Isomer team to resolve. *Please ignore these errors, and if you have other errors fixed, you can still hit the target score of 90.*&#x20;

The team will work on fixing these issues and will provide an update once it's fixed.&#x20;

![](/files/-MS6luBVjefXrCnRO2VC)

![](/files/-MS6hmhbIJfp0TLg3MFs)

![](/files/-MS6m-MjvgiUglKo7K29)


---

# 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://v2.isomer.gov.sg/frequently-asked-questions-faq/seo-performance-best-practices-accesibility.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.
