HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>You can add information that search engines will find useful to the page using meta tags, such as a list of keywords and a short description of the page.</p>
1 <p>You can add information that search engines will find useful to the page using meta tags, such as a list of keywords and a short description of the page.</p>
2 <p>You can specify a list of keywords using another &lt;meta&gt; tag, this time with the attribute name assigned the value keywords. Keywords (the most important words from the page content) are listed in the content attribute and separated from each other with commas:</p>
2 <p>You can specify a list of keywords using another &lt;meta&gt; tag, this time with the attribute name assigned the value keywords. Keywords (the most important words from the page content) are listed in the content attribute and separated from each other with commas:</p>
3 &lt;meta name="keywords" content="important, key, words"&gt;<p>Search engines used to consider this tag to be very important. What is the situation now? We would love to tell you, but this is a big secret that Yandex and Google are keeping from us.</p>
3 &lt;meta name="keywords" content="important, key, words"&gt;<p>Search engines used to consider this tag to be very important. What is the situation now? We would love to tell you, but this is a big secret that Yandex and Google are keeping from us.</p>
4 <p>You can write a short description for your page in the same way, using a third &lt;meta&gt; tag, only here the value of the attribute name will be description:</p>
4 <p>You can write a short description for your page in the same way, using a third &lt;meta&gt; tag, only here the value of the attribute name will be description:</p>
5 &lt;meta name="description" content="short description"&gt;<p>The brief description (or summary) of the webpage is often used by search engines when displaying search results.</p>
5 &lt;meta name="description" content="short description"&gt;<p>The brief description (or summary) of the webpage is often used by search engines when displaying search results.</p>
6 <p><a>Google</a>and<a>Yandex</a>publish recommended best practices for how to correctly use meta tags.</p>
6 <p><a>Google</a>and<a>Yandex</a>publish recommended best practices for how to correctly use meta tags.</p>