# SEO Score

After finishing an article with AI, in the content editor screen, the right column is the SEO Score&#x20;

<figure><img src="/files/43a12e45c610e457357973a951bb373ee6990ac6" alt=""><figcaption></figcaption></figure>

It has two main components: the SEO score and the details of the items that need SEO optimization

<figure><img src="/files/16ace9fe7f09d450cc00953e4c6ab385fc2d3f2d" alt="" width="357"><figcaption></figcaption></figure>

When you optimize the small items (by turning them green), the SEO score will increase.&#x20;

### Why AI-written articles have low SEO Scores

Usually AI-written articles have an SEO Score around 70 points, but there are some cases that lead to a low SEO Score

#### Confusing the keyword with the article title

Some customers confuse the keyword with the article title, resulting in a low SEO score.&#x20;

**For example:**&#x20;

<figure><img src="/files/be8ba60a82aa532548078489e05c6f391a2a4e9e" alt="" width="357"><figcaption></figcaption></figure>

In this article the customer provided the keyword: **Travel experience in Cambodia from A to Z**

But this is actually a title; the correct keyword of the article should be: **travel Cambodia**

In this case, simply changing the keyword will allow the system to calculate the SEO Score more accurately:

<figure><img src="/files/61c33a735bc5b2cbfb2416ee0267a57193eb4b50" alt="" width="349"><figcaption></figcaption></figure>

#### Missing internal links and external links

According to SEO experience from the Rank Math tool, an article should have at least 1 internal link and 1 external link (link to a different domain)

**How to add an internal link**

To add an internal link, in the AIKTP Editor you highlight a phrase, then click on Internal Link.

<figure><img src="/files/e1338e9ba530c184cc57f32fd39c422554b5350f" alt="" width="563"><figcaption></figcaption></figure>

AI from AIKTP will search for related articles on your website and list them for you to choose.

Choose a link that matches the keyword and add it to the article.

If you cannot find a related article, because this feature only works for WordPress websites, you can use the second method

Use the Editor, click the Link Icon

<figure><img src="/files/3e1df98f18883e60b7ae6a7b0daf8d4d70d8d5a6" alt=""><figcaption></figcaption></figure>

Then a dialog box appears. You enter the link into it&#x20;

<figure><img src="/files/66f4293bcd841dda645edcbc23afed67b9c37400" alt="" width="375"><figcaption></figcaption></figure>

In which:

* URL: is the link starting with **<https://yourdomain.com>**
* Text to display: is the text content you choose

Note the URL must point to the domain where you will publish the article; when it points to a different domain it will be recorded as an external link.

#### How to add an external link

Use the Editor, click the Link Icon

<figure><img src="/files/3e1df98f18883e60b7ae6a7b0daf8d4d70d8d5a6" alt=""><figcaption></figcaption></figure>

Then a dialog box appears. You enter the link into it&#x20;

<figure><img src="/files/66f4293bcd841dda645edcbc23afed67b9c37400" alt="" width="375"><figcaption></figcaption></figure>

In which:

* URL: is the link starting with **<https://otherdomain.com>**
* Text to display: is the text content you choose

Note the URL must point to a domain different from the website where you will publish the article; when it points to the publishing domain it will count as an internal link.

#### Make the title more attractive

To improve the SEO score, you can also consider the item of making the title more attractive. It includes 2 sub-items:

* Main keyword does not start the SEO Title
* Your SEO title doesn't contain a number

The goal is to put the main keyword at the beginning of the title and add a number to the title. In this example if we change the title as follows:

**Old title:** Travel experience in Cambodia from A to Z

**New title:** Cambodia travel, experience from A to Z newest 2024

The SEO score will improve immediately


---

# Agent Instructions: 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:

```
GET https://docs.aiktp.com/ai-seo/writing-guide/seo-score.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
