diff --git a/output/outputFormat.go b/output/outputFormat.go index a2ffd7993..091d3accb 100644 --- a/output/outputFormat.go +++ b/output/outputFormat.go @@ -144,11 +144,12 @@ var ( } WebAppManifestFormat = Format{ - Name: "WebAppManifest", - MediaType: media.WebAppManifestType, - BaseName: "manifest", - IsPlainText: true, - Rel: "manifest", + Name: "WebAppManifest", + MediaType: media.WebAppManifestType, + BaseName: "manifest", + IsPlainText: true, + NotAlternative: true, + Rel: "manifest", } RobotsTxtFormat = Format{