Skip to main content

Cross-links

This page describes configurations of cross-links.
They can be found in Stores -> Configuration -> Cross-links.

  • Allowed areas for cross-links: defines the scope of areas where cross-links can be shown.
  • Restrict link placement in tags: defines HTML tags inside which cross-links will not be added. One tag per line without brackets is allowed.
    tip

    To flexibly skip cross-links for one part while adding them to another part of the same block or template, you can define a custom tag, like <skip_links> or <skip_seo>, wrap the necessary output in the template with a new tag like this: <p><skip_seo><?php echo $description_text; ?></skip_seo></p> and add this tag as skip_seo or skip_links to the Don't add links inside tags field.

  • Prevent adding cross-links on pages: defines URL patterns of pages inside which cross-links will not be added. Wildcards are allowed.
  • Template paths for link insertion: defines template file paths where links should be inserted.
    note

    Processing may fail for templates exceeding 1000 HTML tags due to memory constraints.

  • Max number of links per page: sets the maximum number of cross-links per one page.
  • Avoid duplicate URLs in cross-links: if enabled, links only first keyword occurrence on the page in case there are multiple keywords pointing to the same URL.