diff --git a/aio/content/guide/svg-in-templates.md b/aio/content/guide/svg-in-templates.md
index a8af2836f7a..ee0d37a4d4e 100644
--- a/aio/content/guide/svg-in-templates.md
+++ b/aio/content/guide/svg-in-templates.md
@@ -1,5 +1,15 @@
# SVG in templates
+
+
+
+
+To ensure that you have the best experience possible, this topic is marked for archiving until we determine that it clearly conveys the most accurate information possible.
+
+If you think this content should not be archived, please file a [GitHub issue](https://github.com/angular/angular/issues/new?template=3-docs-bug.md).
+
+
+
It is possible to use SVG as valid templates in Angular. All of the template syntax below is
applicable to both SVG and HTML. Learn more in the SVG [1.1](https://www.w3.org/TR/SVG11/) and
[2.0](https://www.w3.org/TR/SVG2/) specifications.
diff --git a/aio/content/navigation.json b/aio/content/navigation.json
index 9a7336227d3..3dc8e3a1199 100644
--- a/aio/content/navigation.json
+++ b/aio/content/navigation.json
@@ -196,11 +196,6 @@
"url": "guide/inputs-outputs",
"title": "Inputs and Outputs",
"tooltip": "Introductory guide to sharing data between parent and child directives or components."
- },
- {
- "url": "guide/svg-in-templates",
- "title": "SVG in templates",
- "tooltip": "Guide to using SVGs as templates to create interactive graphics."
}
]
},