# AI Landing Pages - SEO: What It Is, How It Works, and Why It Is Essential for Your Website

The **SEO (Search Engine Optimization)** is the set of strategies used to improve a website's ranking in search engines like Google. The better the optimization, the greater the chances of attracting qualified visitors and increasing conversions.\
\
A good SEO strategy ranges from keyword selection to the correct use of tags that help search engines understand your page's content.

### Main SEO Tags

The SEO Manager makes this process easier, allowing you to configure essential information. See the main ones:

#### 1. **Title (Page Title)**

The title is the most important tag of a page. It appears:

* On the browser tab
* As the main link in search results

👉 A good title should be **short, to the point, and include the main keyword**.

Example:

<figure><img src="/files/30463bf409253201424b479e977ec970801f2fa8" alt=""><figcaption></figcaption></figure>

***

#### 2. Icon (Icon)

Defines the icon (favicon) that appears on the browser tab next to the page title. Helps with brand identification.

👉Example:

<figure><img src="/files/df44fc4382cc5af8043b1c119ac4699620c2b575" alt=""><figcaption></figcaption></figure>

***

3\. **Description (Page Description)**

The description appears right below the title in search results.\
It should function as a **compelling summary**, encouraging the click (CTR).

Tips:

* Use between **120 and 160 characters**
* Include keywords
* Be clear about what the user will find

👉Example:

<figure><img src="/files/b698a4771b37cbeac2f47f215d881fc5f44185f6" alt=""><figcaption></figcaption></figure>

***

4\. **Robots**

The **Robots** tag controls how search engines interact with your page.\
With it, you can indicate whether you want the content to be:

* Indexed (appear on Google)
* Followed (that links are crawled)

👉 Example configuration:

<figure><img src="/files/6121c90bcc171ade1fa5ba5f323bf636196ae0b4" alt=""><figcaption></figcaption></figure>

***

5\. **Canonical**

The **Canonical** tells Google which URL is the official one for a page.\
This prevents **duplicate content**, very common on sites with multiple versions of the same page.

👉 Example:

<figure><img src="/files/976eb503c68dbccec16d2bd3dfbf5fd45e01da3a" alt=""><figcaption></figcaption></figure>

***

6\. Viewport

Ensures your page is displayed correctly on mobile devices. An indirect ranking factor, but fundamental for user experience.

👉 Example:

<figure><img src="/files/0a11bc39f23da416b1352077be8cbcc5c64be9b3" alt=""><figcaption></figcaption></figure>

***

**7. Open Graph Title**\
The title that appears when the page is shared on social networks like Facebook and LinkedIn.

👉 Example configuration:

<figure><img src="/files/f0d27b7b28949a4e41233c49a346d71fc487c938" alt=""><figcaption></figcaption></figure>

***

**8. Open Graph Description**\
Descriptive text that appears below the title when the page is shared on social networks. It should be engaging to increase clicks.

👉 Example configuration:

<figure><img src="/files/7eb02d104e8a4af9442bff3cdd041d31711a33a3" alt=""><figcaption></figcaption></figure>

***

**9. Open Graph Image**\
Image that appears on the social sharing card. It is recommended to use images of 1200x630px for better quality.

👉 Example configuration:

<figure><img src="/files/7fd311b2847b5193b48541277c31de4b27ca5a65" alt=""><figcaption></figcaption></figure>

### Why is SEO Important?

* **More visibility:** being in the top positions increases visits.
* **Authority:** improves brand credibility.
* **Organic results:** generates traffic without relying solely on paid ads.
* **User experience:** optimized pages are faster and more relevant.

***

### Conclusion

SEO is indispensable for any digital strategy. Correctly using the **Title, Description, Robots and Canonical tags** is an essential step to ensure your site is well interpreted by search engines and has a better chance of attracting qualified visitors.

**Final tip:** review and optimize your pages regularly. SEO is not a one-time process, but rather continuous.


---

# 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.sprinthub.com/en/topics/artificial-intelligence/ai-landing-pages/ai-landing-pages-seo-what-it-is-how-it-works-and-why-it-is-essential-for-your-site.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.
