Skip to content

Commit c4b2d25

Browse files
remove out of date link
1 parent 0b4b971 commit c4b2d25

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn/html/multimedia_and_embedding/images_in_html

1 file changed

+1
-1
lines changed

files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 id="How_do_we_put_an_image_on_a_webpage">How do we put an image on a webpage
4747

4848
<pre class="brush: html">&lt;img src="dinosaur.jpg"&gt;</pre>
4949

50-
<p>If the image was in an <code>images</code> subdirectory, which was inside the same directory as the HTML page (which Google <a href="https://support.google.com/webmasters/answer/114016">recommends</a> for {{glossary("SEO")}}/indexing purposes), then you'd embed it like this:</p>
50+
<p>If the image was in an <code>images</code> subdirectory, which was inside the same directory as the HTML page, then you'd embed it like this:</p>
5151

5252
<pre class="brush: html">&lt;img src="images/dinosaur.jpg"&gt;</pre>
5353

0 commit comments

Comments
 (0)