What is the purpose of <meta itemprop=" "> -


i saw many web developers include in tag

<meta itemprop="name" content=" "> <meta itemprop="description" content=" "> <meta itemprop="image" content=" ">

i don't understand purpose of meta tags

it may schema.org micro-formatting meant increase seo.

"schema.org provides collection of shared vocabularies webmasters can use mark pages in ways can understood major search engines: google, microsoft, yandex , yahoo!"

you can read documentation here : https://schema.org/docs/gs.html


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -