It would be very useful if search indexes included the meta property title and description for unfurled URL's, so that they could be included within search results. For example;
developers.googleblog.com
Currently, only the URL itself is included in the search index but not the URL's Title or Description;
Launching our new Google Identity Services APIs- Google Developers Blog
Currently, only the URL itself is included in the search index but not the URL's Title or Description;
Code:
<meta content='Launching our new Google Identity Services APIs' property='og:title'/>
<meta content='Today we are launching our new family of Identity APIs called Google Identity Services, which consolidates multiple identity offerings under one softw' property='og:description'/>
Upvote
1