360搜索收录网站提交
360的DNS优化
<title>
标签是用来描述页面的标题,应该包含相关的机构名、关键词等,长度不超过80个字符。<meta name="description" content="描述">
标签用来描述页面的摘要,不超过160个字符,应该包含页面的主要内容和关键词。<meta name="keywords" content="关键词">
标签是用来描述页面的关键词,应该包含与页面相关的重要关键词。<link rel="canonical" href="https://www.example.com">
标签用来防止重复内容,指向主要的、规范的页面,提高页面权威性。<title>
标签是用来描述页面的标题,应该包含相关的机构名、关键词等,长度不超过80个字符。<meta name="description" content="描述">
标签用来描述页面的摘要,不超过160个字符,应该包含页面的主要内容和关键词。<meta name="robots" content="index, follow">
标签用来防止搜索引擎抓取网页的链接和内容,可以有效的优化DNS。<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "机构名称",
"url": "网站地址",
"logo": "logo地址",
"description": "机构描述",
"address": {
"@type": "PostalAddress",
"streetAddress": "街道地址",
"addressLocality": "城市",
"postalCode": "邮编",
"addressRegion": "省份",
"addressCountry": "国家"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "电话",
"contactType": "客户服务"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "文章标题",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "文章网址"
},
"image": {
"@type": "ImageObject",
"url": "图片地址",
"width": "600",
"height": "337"
},
"datePublished": "发布日期",
"dateModified": "更新日期",
"author": {
"@type": "Person",
"name": "作者姓名"
},
"publisher": {
"@type": "Organization",
"name": "出版机构名称",
"logo": {
"@type": "ImageObject",
"url": "出版机构logo"
}
},
"description": "文章描述"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "网站名称",
"url": "网站地址",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.example.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>