Exclude Tags
By default, the plugin excludes <a> tags (never creates a link inside an existing link). You can add additional HTML elements, CSS IDs, and CSS classes to the exclusion list.
Default exclusions
h1
h2
h3
#adSyntax
- HTML tag names without brackets:
h1,h2,h3,blockquote - CSS IDs with hash:
#sidebar,#footer,#ad - CSS classes with dot:
.skip-autolinks,.no-links
All content inside the matching elements will be skipped by the link injection engine.
Common additions
Consider excluding navigation elements, footer content, author bios, or advertisement containers where internal links would be inappropriate or distracting.