koddr / drupal_8_unset_html_head_link

🤖 Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unset HTML head link (Drupal 8.x)

GitHub release licence licence

Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.

As we know, delete this HTML head links was improve SEO for your CMS Drupal 8.x website:

<link rel="delete-form" href="/node/1/delete">
<link rel="edit-form" href="/node/1/edit">
<link rel="version-history" href="/node/1/revisions">
<link rel="revision" href="/page-1-name">
<link rel="canonical" href="http://example.com/">
<link rel="clone-form" href="/entity_clone/taxonomy_term/1234" />

Support for:

  • Nodes
  • Taxonomy terms
  • Entity Clone

Install module

With Composer:

composer require 'drupal/unset_html_head_link:1.x-dev'

Or download ZIP with module, unpack and upload to ./modules/ folder in your server.

  • Enable this module at /admin/modules (look in Search engine optimization pack).
  • Don't forget to flush cache!

SEO hints

  • Use Metatag module for add only right META information to your site.

Author & maintainers

Development and maintenance engaged by Vic Shóstak (aka Koddr) for True web artisans. If you want to say «thank you» and/or ask me about Unset HTML head link — create new issue.

Your assistance will help make project even better!

Thanks for supporting!

License

The MIT License (MIT)

About

🤖 Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.

License:MIT License