---
url: 'https://metadrop.net/en/articles'
title: 'Expert Drupal & Tech Articles'
author:
  name: Root
  url: 'https://metadrop.net/es/sobre/metadrop'
date: '2020-04-19T11:21:03+00:00'
updated: '2026-07-23T15:54:17+00:00'
type: article
summary: "Deep-dive articles on Drupal development, AI integration, accessibility, and DevOps from Metadrop's engineering team. Practical insights for developers."
published: true
og:
  determiner: Automatic
  site_name: Metadrop
  street_address: 'Calle Manuel Luna, 12, 3 Dcha'
  locality: Madrid
  region: Madrid
  postal_code: '28020'
  country_name: España
  email: hola@metadrop.net
  phone_number: '910053180'
schema:
  '@context': 'https://schema.org'
  '@graph':
    -
      '@type': Organization
      '@id': 'https://metadrop.net/#organization'
      url: 'https://metadrop.net/'
      name: Metadrop
      sameAs:
        - 'https://www.drupal.org/metadrop'
        - 'https://twitter.com/metadrop'
        - 'https://asociaciondrupal.es/partner/metadrop'
        - 'https://www.linkedin.com/company/metadrop'
      logo:
        '@type': ImageObject
        url: 'https://metadrop.net/themes/custom/mdrop_radix/logo-metadrop-500-500.jpg'
        width: '500'
        height: '500'
    -
      '@type': ItemPage
      '@id': 'https://metadrop.net/en/articles'
      breadcrumb:
        '@type': BreadcrumbList
        itemListElement:
          -
            '@type': ListItem
            position: 1
            name: Home
            item: 'https://metadrop.net/en'
      publisher:
        '@type': Organization
        '@id': 'https://metadrop.net/#organization'
---
# Expert Drupal &amp; Tech Articles

Practical articles and deep dives on Drupal development, AI, web accessibility, DevOps, and software quality from Metadrop's engineering team.



 

 



   



 ## Knowledge from real experience

Everything published here comes from production work: the open source projects we maintain on **drupal.org** and **github.com**, the migrations, upgrades, and audits we deliver for **top clients,** and regular successes and failures.



  Search  



  

- 30 July, 2026
    
     
    
    ###  [How to audit internal linking and crawl traps in Drupal with Entity Mesh](https://metadrop.net/en/articles/how-to-audit-internal-linking-and-crawl-traps-in-drupal-with-entity-mesh) 
    
    A Drupal technical SEO audit tool that maps internal linking site-wide and reports crawl traps, broken links, redirect chains, and cross-language gaps.
    
    
    
     
    
    
    - Eduardo Morales
- 30 July, 2026
    
     
    
    ###  [How to automate WordPress to Drupal content migration with WordPress Migrate SQL](https://metadrop.net/en/articles/how-to-automate-wordpress-to-drupal-content-migration-with-wordpress-migrate-sql) 
    
    Migrating a WordPress site to Drupal means moving thousands of posts, users, taxonomy terms, and files without manual errors. WordPress Migrate SQL is a Drupal module that automates this migration directly from the WordPress database, offering a zero-code import for...
    
    
    
     
    
    
    - Omar Lopesino
- 13 July, 2026
    
     
    
    ###  [How Drupal publishes XBRL and iXBRL compliant financial and sustainability reports](https://metadrop.net/en/articles/how-drupal-publishes-xbrl-and-ixbrl-compliant-financial-and-sustainability-reports) 
    
    EU regulations such as ESEF and CSRD require companies to publish financial and sustainability data in machine-readable like XBRL and iXBRL formats. Generating a compliant filing needs specialized tools, but Drupal is well suited to publish it and even consuming...
    
    
    
     
    
    
    - Ricardo Sanz
- 10 June, 2026
    
     
    
    ###  [CKEditor5 Markdown: explicit Markdown-to-HTML conversion for Drupal editors](https://metadrop.net/en/articles/ckeditor5-markdown-explicit-markdown-to-html-conversion-for-drupal-editors) 
    
    CKEditor5 Markdown is a new Drupal contrib module that adds CKEditor5 toolbar plugin into the toolbar for converting Markdown to HTML on demand.
    
    
    
     
    
    
    - Jorge Tutor
- 23 March, 2026
    
     
    
    ###  [What is llms.txt? An optimization strategy for AI and its implementation in Drupal](https://metadrop.net/en/articles/what-is-llmstxt-an-optimization-strategy-for-ai-and-its-implementation-in-drupal) 
    
    We will analyze what the llms.txt standard is and how it solves the interpretation problems that AIs face when navigating today's websites. We will look at its technical structure, the importance of semantics for controlling your narrative, and a practical...
    
    
    
     
    
    
    - Alberto Ortega
- 17 February, 2026
    
     
    
    ###  [Managing Drupal Status Report requirements](https://metadrop.net/en/articles/managing-drupal-status-report-requirements) 
    
    Drupal's status report often shows warnings that clutter your admin interface. We built Requirements Manager to hide or modify these requirements through a simple UI instead of writing custom code for every project.
    
    
    
     
    
    
    - Eduardo Morales
    - Jorge Tutor
- 24 September, 2025
    
     
    
    ###  [Migrating a Complex Drupal Website to Upsun: Architecture, Challenges, and Key Takeaways](https://metadrop.net/en/articles/migrating-a-complex-drupal-website-to-upsun-architecture-challenges-and-key-takeaways) 
    
    PaaS (Platform as a Service) has transformed the way we develop and manage applications over the last decade. Thanks to them, it is possible to have scalable, easily replicable, and increasingly efficient environments.
    
    
    
     
    
    
    - Juanjo López
- 18 September, 2025
    
     
    
    ###  [Aljibe: quality and testing for Drupal developments with DDEV](https://metadrop.net/en/articles/aljibe-quality-and-testing-for-drupal-developments-with-ddev) 
    
    Aljibe is a set of testing tools and best practices built on top of DDEV to help you develop Drupal projects. Discover all its capabilities and enhance the quality of your projects with ease.
    
    
    
     
    
    
    - Ricardo Sanz
- 10 September, 2025
    
     
    
    ###  [NPM compromised: you are probably not at risk](https://metadrop.net/en/articles/npm-compromised-you-are-probably-not-risk) 
    
    NPM has been compromised, what are the real risks?
    
    
    
     
    
    
    - Ricardo Sanz
- 10 September, 2025
    
     
    
    ###  [Solr9 upgrade on Acquia](https://metadrop.net/en/articles/solr9-upgrade-on-acquia) 
    
    Discover how to perform a self-service upgrade to Solr 9 in Acquia environments. This guide covers key changes, Drupal configuration with custom configsets, and the step-by-step process to ensure a smooth and seamless transition.
    
    
    
     
    
    
    - Fran Rouco
 


 

 - [  Current page 1](?page=0 "Current page")
- [  Page 2](?page=1 "Go to page 2")
- [  Page 3](?page=2 "Go to page 3")
- [  Page 4](?page=3 "Go to page 4")
- [  Page 5](?page=4 "Go to page 5")
- [  Page 6](?page=5 "Go to page 6")
- [  Page 7](?page=6 "Go to page 7")
- [  Page 8](?page=7 "Go to page 8")
- [  Page 9](?page=8 "Go to page 9")
- [ Next page ›› ](?page=1 "Go to next page")
- [ Last page » ](?page=8 "Go to last page")
 
  





 

 RSS 

Don't lose anything



 

[Subscribe to our RSS](https://metadrop.net/en/rss/articles)