

The settings screen: keyword to URL rules, the per-post link limit, link attributes and the post types automatic linking runs on.
ECORP Internal Links builds your internal linking silo for you. You define
a list of keyword to URL rules once, and every matching keyword is turned into a
link as your content is rendered. Your posts are never modified in the database:
the plugin works on output only, so removing it removes every generated link.
target="_blank" plus rel="noopener").rel="nofollow".Correctness here matters more than coverage, so the matcher skips every context
where an automatic link would be invalid or unwanted:
<a> element, so links are never nested;<h1> to <h6> headings;<script>, <style>, <code>, <pre>, <kbd> and <samp>;<textarea>, <button>, <select>, <option> and <label>;<iframe>, <svg>, <noscript> and <template>;alt, title, src and href.SEO never matches insideréférencement never matches référencements.internal linking strategy isinternal linking when both are defined.Rendered output is stored in the WordPress object cache, keyed by a version
number that is bumped whenever you save your settings. On a site with a
persistent object cache the transformation runs once per post revision; without
one, repeated the_content calls within the same request are still served from
memory.
ecorp_il_should_process: decide per post whether automatic linking runs.ecorp_il_filter_priority: change the the_content hook priority (default 20).ecorp_il_protected_tags: adjust the list of protected elements.ecorp_il_link_attributes: change the attributes of every inserted link.ecorp_il_link_rel: change the rel values of every inserted link.ecorp_il_cache_ttl: change the cache lifetime.ecorp_il_selectable_post_types: change the post types offered in the settings screen.This plugin is built and maintained by ECORP.