---json
{
"description": "Backlinks are important because they give extra-navigation possibilities and gives also more weight to pages. This article tell you everything about backlinks in ComboStrap",
"page_id": "p2ow8zmhqg2sva3t74uqb",
"title": "Backlinks management in ComboStrap"
}
---
====== ComboStrap - Backlink Page ======
===== About =====
A ''backlink'' is a page that [[docs:content:link|links]] to the actual page seen in the browser.
In [[docs:seo:seo|SEO]], they are called ''internal backlinks'' to make the difference with ''external backlink'' (ie link that comes from another website than yours).
In Combostrap, if not specified, a backlink is an ''internal backlink''
===== List =====
You can see them with the ''backlinks'' action of the [[:docs:theme:element:railbar|railbar]]
{{:docs:navigation:backlink_action.png|}}
===== Add them in the content of your page =====
==== Related ====
You can add them to your page as content with the [[docs:navigation:related|related component]]
Example:
**The markup**
**The output:**
==== Page SQL ====
The backlinks are also available in the [[docs:templating:sql|page sql]]. You can therefore list them in a [[docs:templating:iterator|iterator template]]
Example:
select from backlinks order by backlink_count desc
would return on this website:
select from backlinks order by backlink_count desc
^ Path ^ Backlink Count ^
| [[$path|$title]] | $backlink_count |
===== Statistics =====
The backlinks are also available as count for each page in:
* the [[docs:analytics:statistics|statistics data]]
* or [[docs:templating:variable|page sql attribute]]