# Internal Link

Internal links point to another page or resource within the same website or domain. They are an essential part of website navigation and structure, helping users and search engines navigate through the various pages and content on a website.&#x20;

Internal links can connect related content, guide users to relevant information, and help distribute page authority and ranking throughout a website.

<figure><img src="/files/OuyltZTLk1IUaU7gh4mp" alt=""><figcaption><p>(source: ahrefs)</p></figcaption></figure>

For example:

"Here is an example of an internal link. Learn more about our [Basic SEO terms](/basic-knowledge/basic-seo-terms.md). Find out about our features here."

In this case:

* "Basic SEO terms" is the **anchor text**, which tells the user and search engines what the linked page is about.
* "<https://docs.searchpie.io/basic-knowledge/basic-seo-terms>" is the URL of the page containing the definition of SEO terms. This is a relative link, indicating that the linked page is within the same website.&#x20;
* Clicking on the link would take the user directly to the SEO terms page on your website.

Now, let's check out how Internal link feature of SearchPie app works! You can find it on URL Control section as below.&#x20;

First, the Analytics helps you check the current performance of your internal links. You just need to click **SCAN**, and it takes some minutes to see the report.&#x20;

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

The feature will show you a detailed report about the status of your internal links.

First of all, it will provide you with a list of "children" URLs. The number beside will tell you there are how many "parent" URLs which link to that child URL.

<figure><img src="/files/BHME8174kRH4LNeQy83H" alt=""><figcaption><p>Internal links</p></figcaption></figure>

The next table shows the frequency of the anchor text displayed on your website. In other words, it counts the number of a specific anchor text that appears on your pages.

<figure><img src="/files/HEMMw2xc07shAZ7bTqla" alt=""><figcaption><p>Top anchor text</p></figcaption></figure>

And last but not least, the Analytics tab provides a report of Orphane Page issues: Pages to which no link is redirected to.

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

If you're on Enterprise Plan, you can fix this issue in our app in the **Setup section**. You just need to enter the URL of orphaned page issue, and then enter the anchor text, and click **Add.**

<figure><img src="/files/8tOJwDY1eQ5KMJvrBK2h" alt=""><figcaption><p>Internal link - Setup</p></figcaption></figure>


---

# 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.searchpie.io/app-features/seo-basic/internal-link.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.
