以下是一张与SEO优化竞争情报相关的图片:
<meta name="keywords" content="关键词1,关键词2,关键词3">
<meta name="author" content="网站作者">
<link rel="canonical" href="http://www.example.com/">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "url": "http://www.example.com", "name": "网站名称", "logo": "http://www.example.com/logo.jpg", "sameAs": [ "http://facebook.com/例子", "http://twitter.com/例子" ] } </script>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "http://www.example.com/", "name": "网站名称", "alternateName": "网站副标题/别名", "potentialAction": { "@type": "SearchAction", "target": "http://www.example.com/search?q={search_term_string}", "query-input": "required name=search_term_string" } } </script>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "http://www.example.com/home", "name": "主页" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "http://www.example.com/category", "name": "分类" } },{ "@type": "ListItem", "position": 3, "item": { "@id": "http://www.example.com/post", "name": "文章标题" } }] } </script>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "http://www.example.com/article" }, "headline": "文章标题", "image": { "@type": "ImageObject", "url": "http://www.example.com/images/article.jpg", "height": 800, "width": 800 }, "datePublished": "2020-11-05", "dateModified": "2020-11-05", "author": { "@type": "Person", "name": "作者名称" }, "publisher": { "@type": "Organization", "name": "网站名称", "logo": { "@type": "ImageObject", "url": "http://www.example.com/logo.jpg", "width": 200, "height": 60 } }, "description": "文章简介" } </script>