You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update meta description tag to contain the specific title of the page. (#2180)
Every page had a fixed `<meta name="description" content="Keras documentation">` tag. It now contains the title of the page, which is more specific because it has the API name for instance.
Google search in particular looks at this tag, and this tag only, for indexing [Documentation](https://developers.google.com/search/docs/crawling-indexing/special-tags#meta-tags). The hope is that it will improve search results.
This also makes it consistent with other meta tags like `<meta property="og:title" content="...">`.
0 commit comments