diff --git a/mutalyzer/website/templates/homepage.html b/mutalyzer/website/templates/homepage.html
index 8d48e4d309ae4ca1821f44436c7da4d32f4d2ace..264ca598e3b3e93e5fcec6d05e806a0618590b3e 100644
--- a/mutalyzer/website/templates/homepage.html
+++ b/mutalyzer/website/templates/homepage.html
@@ -18,7 +18,10 @@ nomenclature according to the
             <div class="caption">
                 <h3><a href="{{ url_for('.name_checker') }}">Name Checker</a></h3>
                 <p>The Name Checker takes the complete sequence variant description as input and checks whether it is correct.</p>
-                <p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
+                <p>Examples:
+                  <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
+                  <code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
+                </p>
 
                 <!-- <a href="{{ url_for('.name_checker') }}" class="btn btn-default btn-small btn-primary">Try
                 this</a> -->
diff --git a/mutalyzer/website/templates/name-checker.html b/mutalyzer/website/templates/name-checker.html
index 8a21344381381764cecb7194d1b9cde8ed2a988d..470c53093b50c3cd358ba8c9cb314887616a132e 100644
--- a/mutalyzer/website/templates/name-checker.html
+++ b/mutalyzer/website/templates/name-checker.html
@@ -54,7 +54,10 @@
       <input class="form-control form-pre" type="text"
              name="description" id="description" value="{{ description }}"
              placeholder="Variant description using HGVS format">
-      <p>Example: <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code></p>
+      <p>Examples:
+        <code class="example-input" data-for="description">AB026906.1:c.274G&gt;T</code>,
+        <code class="example-input" data-for="description">NG_012337.1(SDHD_v001):c.274G&gt;T</code>
+      </p>
     </div>
 
     <div class="form-group button-group">