We'll create fresh WordPress site with SEO Internal Link Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin allows you to create internal <a>
links within your content that will not break when things get renamed or moved. While there are similar plugins available, they do not offer important SEO options.
You can add any HTML attribute to your link as long as it’s prefixed with “attr_”. And because it supports attributes that may not currently exist, it is future proof.
Examples:
[link id="1234"/]
[link slug="post-slug"/]
<a href="http://domain.com/post-slug/">Post Title</a>
[link cat="cat-slug"/]
<a href="http://domain.com/cat-slug/">Category Name</a>
[link tag="tag-slug"/]
<a href="http://domain.com/tag-slug/">Tag Name</a>
[link id="1234"]custom text[/link]
<a href="http://domain.com/post-slug/">custom text</a>
[link id="1234" attr_rel="something" attr_itemprop="specialty"/]
<a href="http://domain.com/post-slug/" rel="something" itemprop="specialty">Post Title</a>