Methodology: This check follows wSEO methodology 1.0. How the assessment works

Inspect both source and rendered HTML

Confirm meta keywords is absent across templates

Checking the home page alone is insufficient. Inspect source and DevTools on every representative template, confirm keywords is absent, and verify title, description, robots and canonical remain.

A multi-template check shows keywords absent and important metadata present
A good result is zero keywords tags with the required metadata checklist intact.

Simple check

  1. Open a page and choose View Page Source.
  2. Search case-insensitively for name="keywords".
  3. In DevTools → Elements search for meta[name="keywords"].
  4. Repeat on home, category, product, service, article and other unique templates.
  5. Save URL, zero-result screenshot and the important metadata present.

How to classify the result

Meta keywords verification results
SituationLevelAction
The tag is absent across every representative templateNo issueSave sample and date.
The tag exists with empty contentOutput remainsDisable the generator.
The tag remains on one page typeTemplate not repairedLocate its separate generator.
Title, robots or canonical disappeared with keywordsCritical regressionRoll back and repair precisely.

Technical check

document.querySelectorAll('meta[name="keywords"]').length

The expected result is 0. Independently inspect source HTML with curl or a crawler custom search for meta[name=keywords].

Google's official documentation lists meta keywords as unsupported: supported and unsupported meta tags.

False positives and scope

The word keywords in copy, JSON, comments, admin fields or JavaScript variables does not prove the meta tag exists. Inspect the actual meta element in the final head. Caching may temporarily serve old HTML.

Any automated price applies only to templates on the service page. Follow the step-by-step guide for your own change.