To help our crawler extract content from your site accurately you can add meta tags to each web page. Our crawler support the following meta tags: Schema.org and The Open Graph protocol
Here we provide examples of the meta tags:
- Schema.org:
- Post title:
<meta content="Page title"/>
- Short description:
<meta content="Here you can put short description"/>
- Post image:
<img src="post-image.jpg"/>
or<meta src="thumbnail-40x40.png"/>
- Post content:
<article >... here is the post content ...</article>
or<div >... here is the post conten ...</div>
- Post author:
<meta content="Author Name"/>
or<meta content="Author Name"/>
- Post title:
- The Open Graph protocol
- Post title:
<meta property="og:title" content="Page title"/>
- Short description:
<meta property="og:description" content="Here you can put short description"/>
- Post image:
<meta property="og:image" content="post-image.png"/>
- Post title: