All Projects â†’ truewebartisans â†’ drupal_8_unset_html_head_link

truewebartisans / drupal_8_unset_html_head_link

Licence: MIT license
🤖 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.

Projects that are alternatives of or similar to drupal 8 unset html head link

SEO-Manager-Electron
Generates SEO Report Easily
Stars: ✭ 24 (+26.32%)
Mutual labels:  seo, seo-meta, seo-optimization
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-5.26%)
Mutual labels:  yandex, seo, seo-meta
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+494.74%)
Mutual labels:  seo, seo-meta, seo-optimization
seo-genius
Lightweight WordPress SEO plugin
Stars: ✭ 15 (-21.05%)
Mutual labels:  seo, seo-meta, seo-optimization
spiderable-middleware
🤖 Prerendering for JavaScript powered websites. Great solution for PWAs (Progressive Web Apps), SPAs (Single Page Applications), and other websites based on top of front-end JavaScript frameworks
Stars: ✭ 29 (+52.63%)
Mutual labels:  seo, seo-optimization
framework
A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.
Stars: ✭ 56 (+194.74%)
Mutual labels:  seo, seo-optimization
classicpress-seo
Classic SEO is the first SEO plugin built specifically to work with ClassicPress. A fork of Rank Math, the plugin contains many essential SEO tools to help optimize your website.
Stars: ✭ 18 (-5.26%)
Mutual labels:  seo, seo-meta
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+12563.16%)
Mutual labels:  seo, seo-meta
php-text-generator
Fast SEO text generator on a mask.
Stars: ✭ 19 (+0%)
Mutual labels:  seo, seo-optimization
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+552.63%)
Mutual labels:  seo, seo-optimization
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+12868.42%)
Mutual labels:  seo, seo-meta
text-generator
Golang text generator for generate SEO texts
Stars: ✭ 18 (-5.26%)
Mutual labels:  seo, seo-optimization
people-also-ask
People also ask Google scraper. Get as many questions as you need to optimize your site for voice or new content ideas or answering questions about your desired topic.
Stars: ✭ 39 (+105.26%)
Mutual labels:  seo, seo-optimization
ecommercetools
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
Stars: ✭ 41 (+115.79%)
Mutual labels:  seo, seo-optimization
Meteor-flow-router-title
Change document.title on the fly within flow-router
Stars: ✭ 23 (+21.05%)
Mutual labels:  seo, seo-meta
Rendora
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
Stars: ✭ 1,853 (+9652.63%)
Mutual labels:  seo, seo-optimization
Silverstripe-SEO
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content
Stars: ✭ 41 (+115.79%)
Mutual labels:  seo, seo-optimization
laravel-assets
Laravel Assets manager
Stars: ✭ 13 (-31.58%)
Mutual labels:  seo, seo-meta
SearchScraperAPI
Aiohttp web server API, which scrapes Google and returns scrape results as response. Supports proxies, multiple geos and number of results.
Stars: ✭ 31 (+63.16%)
Mutual labels:  yandex, seo
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-5.26%)
Mutual labels:  seo, seo-optimization

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].