Is Drupal Website is a yes/no signal that returns 1 when RankGear finds a Drupal generator meta tag in a page’s head, and 0 when it does not. It detects a self-declared label, not the CMS itself — a site can run Drupal and still score 0, and unrelated matching text can trigger a false positive.
| Factor ID | RG-TEC-021 |
|---|---|
| Family | Tech & platform |
| Measurement | Boolean classification (0 / 1) |
| Measured zone | Rendered, script-free document head |
What it measures
Is Drupal Website indicates whether RankGear recognizes a Drupal generator meta tag in the rendered, script-free document head. It is a platform-fingerprint check: the page either advertises Drupal through its generator metadata or it does not. The result says nothing about how well the CMS is configured — only whether the tell-tale label is present.
How RankGear measures it
RankGear searches the head case-insensitively for a meta tag whose name="generator" attribute is followed by content="Drupal in the supported order. A match scores 1; anything else scores 0.
What RankGear looks for
<meta name="generator" content="Drupal 10 (https://www.drupal.org)">| Value | Meaning |
|---|---|
| 1 | A generator meta tag naming Drupal was found in the head, in the supported order. |
| 0 | No matching Drupal generator tag was found — the tag is absent, removed, or written in an unsupported order. |
How to optimize it
Do not optimize the detector. Treat this factor as an observation about how a page identifies itself, not a target to chase. If the page runs Drupal, keep Drupal core and its modules maintained, secure, accessible, crawlable, and performant — that is where real value sits. The generator metadata itself may be retained or removed according to your policy; neither choice improves the underlying site.
Important considerations
- A Drupal site that omits the generator tag scores 0 — absence of the label is not absence of Drupal.
- Matching text elsewhere can create a false positive, so a 1 is not proof the page runs Drupal.
- Detection does not reveal version safety or implementation quality — it only confirms the label.
- Removing the metadata does not change the CMS; it only changes what the page advertises.
- This is a descriptive platform signal that relates to patterns within a measured result set, not a cause of ranking — it does not make a page rank or guarantee any position.
Related factors
Part of the Factors reference · how RankGear measures · glossary.