From 705e4a2a897d62c92862ab9c1b316f995f9dac1c Mon Sep 17 00:00:00 2001 From: James White Date: Thu, 28 Jun 2018 15:38:07 +0100 Subject: [PATCH] Fix typo on W3C references --- CHANGELOG.md | 2 +- releases.json | 2 +- templates/_seo_metrics.twig | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6448b..77ce42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -184,7 +184,7 @@ * [Added] Added 'Person' as a type for the Main Entity of Page * [Added] Added Vimeo Handle to Social Media settings * [Added] Added a 'globalMetaOverride' setting to config.php -* [Added] SEOmetrics checks for HTML validity via the WC3 Validator +* [Added] SEOmetrics checks for HTML validity via the W3C Validator * [Added] Added a Score % summary for each SEOmetrics category * [Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability * [Added] SEOmetrics checks for SSL encryption via https diff --git a/releases.json b/releases.json index dbd9806..5c41267 100644 --- a/releases.json +++ b/releases.json @@ -271,7 +271,7 @@ "[Added] Added 'Person' as a type for the Main Entity of Page", "[Added] Added Vimeo Handle to Social Media settings", "[Added] Added a 'globalMetaOverride' setting to config.php", - "[Added] SEOmetrics checks for HTML validity via the WC3 Validator", + "[Added] SEOmetrics checks for HTML validity via the W3C Validator", "[Added] Added a Score % summary for each SEOmetrics category", "[Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability scores", "[Added] SEOmetrics checks for SSL encryption via https", diff --git a/templates/_seo_metrics.twig b/templates/_seo_metrics.twig index 3fa9648..3f45c40 100644 --- a/templates/_seo_metrics.twig +++ b/templates/_seo_metrics.twig @@ -190,12 +190,12 @@ {% set totalStats = totalStats + 1 %} {% if validatorStatus == "Valid" %}{% set totalPassed = totalPassed + 1 %}{{ checkmark |raw }}{% else %}{{ xmark |raw }}{% endif %} - WC3 HTML Validity - WC3 HTML Validator status: {% if validatorStatus == "Valid" %}{% else %}{% endif %}{{ validatorStatus }}. Results: {{ validatorErrors }} errors, {{ validatorWarnings }} warnings. In addition to being important to ensure that your webpage displays properly, HTML validity can also affect web crawler's ability to parse and index your pages. Learn More + W3C HTML Validity - W3C HTML Validator status: {% if validatorStatus == "Valid" %}{% else %}{% endif %}{{ validatorStatus }}. Results: {{ validatorErrors }} errors, {{ validatorWarnings }} warnings. In addition to being important to ensure that your webpage displays properly, HTML validity can also affect web crawler's ability to parse and index your pages. Learn More {% else %} {{ attentionmark |raw }} - WC3 HTML Validity - Unable to determine WC3 HTML validity. Is this a valid, publicly accessible URL? Learn More + W3C HTML Validity - Unable to determine W3C HTML validity. Is this a valid, publicly accessible URL? Learn More {% endif %}