Title: Amitry Internal Links
Author: amitry
Published: <strong>23 juillet 2026</strong>
Last modified: 23 juillet 2026

---

Recherche d’extensions

![](https://ps.w.org/amitry-internal-links/assets/banner-772x250.png?rev=3620301)

![](https://ps.w.org/amitry-internal-links/assets/icon-256x256.gif?rev=3620301)

# Amitry Internal Links

 Par [amitry](https://profiles.wordpress.org/amitry/)

[Télécharger](https://downloads.wordpress.org/plugin/amitry-internal-links.1.0.0.zip)

 * [Détails](https://fr.wordpress.org/plugins/amitry-internal-links/#description)
 * [Avis](https://fr.wordpress.org/plugins/amitry-internal-links/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/amitry-internal-links/#installation)
 * [Développement](https://fr.wordpress.org/plugins/amitry-internal-links/#developers)

 [Support](https://wordpress.org/support/plugin/amitry-internal-links/)

## Description

Amitry Internal Links is a small plugin that helps you build better internal links
in WordPress. While you write, it looks at your existing posts and quietly suggests
where a link might fit. You stay in charge: nothing is ever inserted automatically,
and there is no dashboard full of charts to maintain.

The plugin is built around one idea: internal linking should feel like a thoughtful
editing pass, not a chore handed to an SEO tool. So it shows up where you are already
working, the block editor sidebar, and gets out of the way when you are done.

#### What it does

 * Scans your post against your existing published content using keywords, categories,
   and tags
 * Shows ranked suggestions in a sidebar inside the block editor
 * Each suggestion has a score from 0 to 100 so you can tell strong matches from
   weak ones
 * Click Insert to add a link at your cursor, or select text first to turn that 
   selection into a link
 * Skips suggestions that you already linked, or marks them clearly so you know
 * Lets you dismiss or permanently ignore suggestions that are not useful

#### What it does not do

 * No automatic content modifications. You decide what gets inserted.
 * No keyword-to-URL replacement rules. The plugin reads your actual content.
 * No external API calls. Everything runs on your server.
 * No tracking, no telemetry, no analytics phoning home.
 * No giant SEO dashboard. Just suggestions where you write.

#### Why a new internal linking plugin?

Most internal linking tools either automate too much (rewriting your content for
you) or pull you out of the editor into a separate workflow. Amitry Internal Links
takes a calmer approach: it is a small panel in the place where you are already 
writing, and it suggests rather than acts.

It is also fully local. No API keys to configure, no third-party services to trust,
no risk that your content gets sent somewhere you did not expect.

#### Privacy

The plugin does not contact any external service. All analysis happens on your own
server. Nothing is logged about your usage, and there is no opt-in or opt-out for
telemetry because there is no telemetry.

## Captures d’écrans

[⌊Setup starts by explaining what the plugin does, before it asks you anything.⌉⌊
Setup starts by explaining what the plugin does, before it asks you anything.⌉[

Setup starts by explaining what the plugin does, before it asks you anything.

[⌊Step one: pick a goal, and the plugin tunes how many suggestions you see.⌉⌊Step
one: pick a goal, and the plugin tunes how many suggestions you see.⌉[

Step one: pick a goal, and the plugin tunes how many suggestions you see.

[⌊Step two: choose which content types can be suggested as link targets.⌉⌊Step two:
choose which content types can be suggested as link targets.⌉[

Step two: choose which content types can be suggested as link targets.

[⌊Suggestions appear in the editor sidebar, each with a relevance score. You pick
the anchor text and press Insert.⌉⌊Suggestions appear in the editor sidebar, each
with a relevance score. You pick the anchor text and press Insert.⌉[

Suggestions appear in the editor sidebar, each with a relevance score. You pick 
the anchor text and press Insert.

## Installation

 1. From your WordPress admin: go to Plugins, Add New, and search for « Amitry Internal
    Links ». Click Install, then Activate.
 2. Or upload the plugin folder to /wp-content/plugins/ and activate it from the Plugins
    screen.
 3. After activating, you will be guided through a short setup (about 30 seconds) where
    you can pick how many suggestions you want and which content types to include.
 4. Open any post in the block editor and look for the link icon in the editor toolbar
    to see suggestions.

## FAQ

### Does this plugin modify my content automatically?

No. The plugin only suggests links. Nothing is inserted unless you click the Insert
button on a specific suggestion. You stay in full control.

### Does it use AI or send my content to a cloud service?

No. All analysis runs locally on your server. The plugin does not make any external
API calls and does not require API keys. Your content does not leave your site.

### How are suggestions ranked?

The plugin tokenizes your post and your other published content, then compares them.
Posts in the same category get a boost, shared tags get a boost, and overlapping
keywords contribute to the score. The result is a number between 0 and 100. Higher
means a stronger match.

### What if I already linked to a suggested post?

The plugin notices and marks that suggestion as « Already linked ». You can also
turn on an option to hide already linked posts completely.

### Can I make a suggestion disappear permanently?

Yes. Each suggestion card has a small menu with « Ignore permanently ». Ignored 
suggestions are stored per post, so the same suggestion will not show up for that
post again. You can restore any ignored suggestion from the settings page.

### Does it work with custom post types?

The free version supports posts and pages. Other content types may be supported 
in a future release.

### Does it work with the classic editor?

Amitry Internal Links is designed for the block editor. Classic editor support is
not planned.

### Does it work with WooCommerce?

WooCommerce is detected and the plugin will not break, but product analysis is not
included in the free version.

### Does it work with cache plugins like WP Rocket or W3 Total Cache?

Yes. The plugin tells page cache plugins not to cache its admin pages and REST endpoints,
so suggestions stay fresh and personal to the logged-in editor. If you still see
stale data after a content change, try clearing your cache plugin’s cache once. 
The plugin’s own internal cache is invalidated automatically whenever you save a
post.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Amitry Internal Links » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ amitry ](https://profiles.wordpress.org/amitry/)

[Traduisez « Amitry Internal Links » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/amitry-internal-links)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/amitry-internal-links/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/amitry-internal-links/),
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/amitry-internal-links/)
par [RSS](https://plugins.trac.wordpress.org/log/amitry-internal-links/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.0.0

 * Initial release.
 * Block editor sidebar with ranked suggestions, score rings, and inline insert.
 * Setup wizard to pick a suggestion volume.
 * Settings page with volume, content type, and advanced score controls.
 * Existing link detection.
 * Dismiss and permanently ignore actions, with a restore list in settings.
 * Local analysis cache with automatic invalidation on content updates.

## Méta

 *  Version **1.0.0**
 *  Dernière mise à jour **il y a 19 heures**
 *  Installations actives **Moins de 10**
 *  Version de WordPress ** 6.0 ou plus **
 *  Testé jusqu’à **7.0.2**
 *  Version de PHP ** 7.4 ou plus **
 *  Langue
 * [English (US)](https://wordpress.org/plugins/amitry-internal-links/)
 * Étiquettes
 * [content optimization](https://fr.wordpress.org/plugins/tags/content-optimization/)
   [gutenberg](https://fr.wordpress.org/plugins/tags/gutenberg/)[internal links](https://fr.wordpress.org/plugins/tags/internal-links/)
   [link building](https://fr.wordpress.org/plugins/tags/link-building/)[seo](https://fr.wordpress.org/plugins/tags/seo/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/amitry-internal-links/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Your review](https://wordpress.org/support/plugin/amitry-internal-links/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/amitry-internal-links/reviews/)

## Contributeurs

 *   [ amitry ](https://profiles.wordpress.org/amitry/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/amitry-internal-links/)