📜 ⬆️ ⬇️

Using schema.org markup for company logos

Level of training webmaster: any

Our system now supports schema.org markup for organization logos. This will allow you to choose a logo that will represent your site in Google search results.

With this markup, you can tell the system where your logo is located. For example, if you are the owner of www.example.com , you can use the following markup on the page:
')
<div itemscope itemtype="http://schema.org/Organization"> <a itemprop="url" href="http://www.example.com/"></a> <img itemprop="logo" src="http://www.example.com/logo.png" /> </div> 

This code informs our system that the image is the logo of the company, the main page of which is indicated in the markup. The logo will appear in Google search results. This markup indicates that this particular image should be selected for display. Users will be able to see it, for example, in the knowledge network to the right of the search results.

If you have questions, ask them in the Webmaster Help Forum .

Source: https://habr.com/ru/post/178877/


All Articles