How to add metadata to your web page

Опубликовано: 03 Октябрь 2024
на канале: kvchosting
8,143
14

How to add metadata to your web page
Metadata is defined as data about data. (X)HTML allows you to use /meta tags to describe your document in different ways.
meta tags will go in head section. You can use as many meta tags in your documents as you want.
Eg: meta name="Keywords"/. Keywords are separated by commas. Meta does not have a closing tag, so, you must put a slah before the bracket when you close its opening tag.
Similarly, meta tag might be used for description, http-equiv etc