{{/* Demo-site only: third-party validators for the page being viewed. Each tool takes the page's absolute URL as a parameter, so the link lands on a ready-to-run report instead of an empty form. .Permalink - not .RelPermalink - because the validators fetch the page from their own servers; under `hugo server` the permalink is localhost and none of them can reach it, so expect these to work only on the published demo. */}} {{- $url := .Permalink | urlquery -}} {{- $tools := slice (dict "name" "PageSpeed Insights" "url" (printf "https://pagespeed.web.dev/analysis?url=%s" $url)) (dict "name" "Rich Results Test" "url" (printf "https://search.google.com/test/rich-results?url=%s" $url)) (dict "name" "Schema Markup Validator" "url" (printf "https://validator.schema.org/#url=%s" $url)) -}}