{
    "version": "https://jsonfeed.org/version/1.1",
    "title": "SEO私馆",
    "home_page_url": "https://www.seosiguan.com/",
    "feed_url": "https://www.seosiguan.com/post/284.json",
    "language": "zh-Hans",
    "items": [
        {
            "id": "https://www.seosiguan.com/post/284.html",
            "url": "https://www.seosiguan.com/post/284.html",
            "title": "网站结构化meta与link标签SEO方法",
            "content_html": "<p>网站SEO较深度层面都会进行头部协议的优化，用意是建立网站和外部平台的互通互链，通过meta和link标签协议让搜索引擎和社交媒体网站能准确知晓我们网站的服务项目、内容领域、作者是谁等等，让全网用户能直观的查觉到我们的信息。<br/></p><p>而我们常用的og网络协议和头部其他协议都需用到meta标签，如果你的网站需要对国外开发内容，可以参考以下加入的meta和link标签：</p><p>&lt;meta name=&quot;author&quot; content=&quot;作者名稱&quot;&gt;</p><p>&lt;meta name=&quot;copyright&quot; content=&quot;版權所有人名稱&quot;&gt;</p><p>&lt;link rel=&quot;author&quot; href=&quot;google plus 個人頁網址/posts&quot;&gt;</p><p>&lt;link rel=&quot;publisher&quot; href=&quot;google plus 個人頁網址&quot;&gt;</p><p>&lt;meta name=&quot;description&quot; content=&quot;網頁描述&quot;&gt;</p><p>&lt;meta itemprop=&quot;name&quot; content=&quot;網站名稱或標題&quot;&gt;</p><p>&lt;meta itemprop=&quot;image&quot; content=&quot;要顯示的縮圖網址&quot;&gt;</p><p>&lt;meta itemprop=&quot;description&quot; content=&quot;網頁描述&quot;&gt;</p><p>&lt;meta property=&quot;og:title&quot; content=&quot;網站名稱或標題&quot; &gt;</p><p>&lt;meta property=&quot;og:url&quot; content=&quot;網址&quot;&gt;</p><p>&lt;meta property=&quot;og:image&quot; content=&quot;要顯示的縮圖網址&quot;&gt;</p><p>&lt;meta property=&quot;og:description&quot; content=&quot;網頁描述&quot; &gt;</p><p>其中以下这三行，是写给搜寻引擎看的(特别是google )，当中最重要的，就是rel=&quot;author&quot;这一句，有写这一段，接下来我们就可以去去google plus进行互相认证的作业(也就是要让google plus确认这个网页的作者是你)</p><p>&lt;link rel=&quot;author&quot; href=&quot;google plus 個人頁網址/posts&quot;&gt;</p><p>&lt;link rel=&quot;publisher&quot; href=&quot;google plus 個人頁網址&quot;&gt;</p><p>&lt;meta name=&quot;description&quot; content=&quot;網頁描述&quot;&gt;</p><p>而认证的过程，可以点选google结构化资料测试工具连结，进行相关的认证作业，认证的过程其实也很简单，就是进入google plus的个人页面，点选「帐户」，点选「编辑个人资料」，接着将「连结」里头的「作品刊载于」，新增目前的网站，接着google plus就会去查询你的网站是否有放上rel=“author”，如果有，就完成啰！</p><p>而这三行是写给google plus 看的，分享到google plus 上头，就会正确显示</p><p>&lt;meta itemprop=&quot;name&quot; content=&quot;網站名稱或標題&quot;&gt;</p><p>&lt;meta itemprop=&quot;image&quot; content=&quot;要顯示的縮圖網址&quot;&gt;</p><p>&lt;meta itemprop=&quot;description&quot; content=&quot;網頁描述&quot;&gt;</p><p>而这四行是写给facebook看的，分享到facebook上头，就会正确显示，如果发现都已经照着设定了，分享时仍有问题，可以点选Facebook Debugger进行查询和重新设定，完成后再次分享应该就不会有问题啰！</p><p>&lt;meta property=&quot;og:title&quot; content=&quot;網站名稱或標題&quot; &gt;</p><p>&lt;meta property=&quot;og:url&quot; content=&quot;網址&quot;&gt;</p><p>&lt;meta property=&quot;og:image&quot; content=&quot;要顯示的縮圖網址&quot;&gt;</p><p>&lt;meta property=&quot;og:description&quot; content=&quot;網頁描述&quot; &gt;</p><p>当然meta 标签绝对不止这一些，因为除了facebook 和google plus，还有一个世界前三大的社群平台twitter，以下列出在这些平台上完整的meta 标签语法，如果有需要也可以都加进自己的网站喔！</p><p>&lt;!-- Update your html tag to include the itemscope and itemtype attributes. --&gt;&nbsp;</p><p>&lt;html itemscope itemtype=&quot;http://schema.org/Article&quot;&gt;</p><p>&lt;!-- Place this data between the &lt;head&gt; tags of your website --&gt;&nbsp;</p><p>&lt;title&gt;Page Title. Maximum length 60-70 characters&lt;/title&gt;&nbsp;</p><p>&lt;meta name=&quot;description&quot; content=&quot;Page description. No longer than 155 characters.&quot; /&gt;</p><p>&lt;!-- Google Authorship and Publisher Markup --&gt;&nbsp;</p><p>&lt;link rel=&quot;author&quot; href=&quot; https://plus.google.com/[Google+_Profile]/posts&quot;/&gt;</p><p>&lt;link rel=&quot;publisher&quot; href=” https://plus.google.com/[Google+_Page_Profile]&quot;/&gt;</p><p>&lt;!-- Schema.org markup for Google+ --&gt;&nbsp;</p><p>&lt;meta itemprop=&quot;name&quot; content=&quot;The Name or Title Here&quot;&gt;&nbsp;</p><p>&lt;meta itemprop=&quot;description&quot; content=&quot;This is the page description&quot;&gt;&nbsp;</p><p>&lt;meta itemprop=&quot;image&quot; content=&quot; http://www.example.com/image.jpg&quot;&gt;</p><p>&lt;!-- Twitter Card data --&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:card&quot; content=&quot;summary_large_image&quot;&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:site&quot; content=&quot;@publisher_handle&quot;&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:title&quot; content=&quot;Page Title&quot;&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:description&quot; content=&quot;Page description less than 200 characters&quot;&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:creator&quot; content=&quot;@author_handle&quot;&gt;&nbsp;</p><p>&lt;!-- Twitter summary card with large image must be at least 280x150px --&gt;&nbsp;</p><p>&lt;meta name=&quot;twitter:image:src&quot; content=&quot; http://www.example.com/image.html&quot;&gt;</p><p>&lt;!-- Open Graph data --&gt;&nbsp;</p><p>&lt;meta property=&quot;og:title&quot; content=&quot;Title Here&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;og:type&quot; content=&quot;article&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;og:url&quot; content=&quot; http://www.example.com/&quot; /&gt;</p><p>&lt;meta property=&quot;og:image&quot; content=&quot; http://example.com/image.jpg&quot; /&gt;</p><p>&lt;meta property=&quot;og:description&quot; content=&quot;Description Here&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;og:site_name&quot; content=&quot;Site Name, i.e. Moz&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;article:published_time&quot; content=&quot;2013-09-17T05:59:00+01:00&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;article:modified_time&quot; content=&quot;2013-09-16T19:08:47+01:00&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;article:section&quot; content=&quot;Article Section&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;article:tag&quot; content=&quot;Article Tag&quot; /&gt;&nbsp;</p><p>&lt;meta property=&quot;fb:admins&quot; content=&quot;Facebook numberic ID&quot; /&gt;</p><p>国内搜索引擎大多数都支持以上协议，建议你的网站最少用上og网络协议，以360搜索智能摘要为例，采用的就是og网络协议。</p><p><a href=\"https://www.seosiguan.com/post/300.html\" target=\"_self\" title=\"meta标签布置网站页面SEO优化教程详解\" textvalue=\"meta标签布置网站页面SEO优化教程详解\">meta标签布置网站页面SEO优化教程详解</a><a href=\"https://www.seosiguan.com/post/300.html\" target=\"_self\" title=\"meta标签布置网站页面SEO优化教程详解\" textvalue=\"meta标签布置网站页面SEO优化教程详解\"></a></p><p><a href=\"https://www.seosiguan.com/post/296.html\" target=\"_blank\" title=\"link标签rel=alternate和rel=canonical优化技巧方法\">link标签rel=alternate和rel=canonical优化技巧方法</a></p>",
            "content_text": "网站SEO较深度层面都会进行头部协议的优化，用意是建立网站和外部平台的互通互链，通过meta和link标签协议让搜索引擎和社交媒体网站能准确知晓我们网站的服务项目、内容领域、作者是谁等等，让全网用户能直观的查觉到我们的信息。而我们常用的og网络协议和头部其他协议都需用到meta标签，如果你的网站需要对国外开发内容，可以参考以下加入的meta和link标签：<meta name=\"author\" content=\"作者名稱\"><meta name=\"copyright\" content=\"版權所有人名稱\"><link rel=\"author\" href=\"google plus 個人頁網址/posts\"><link rel=\"publisher\" href=\"google plus 個人頁網址\"><meta name=\"description\" content=\"網頁描述\"><meta itemprop=\"name\" content=\"網站名稱或標題\"><meta itemprop=\"image\" content=\"要顯示的縮圖網址\"><meta itemprop=\"description\" content=\"網頁描述\"><meta property=\"og:title\" content=\"網站名稱或標題\" ><meta property=\"og:url\" content=\"網址\"><meta property=\"og:image\" content=\"要顯示的縮圖網址\"><meta property=\"og:description\" content=\"網頁描述\" >其中以下这三行，是写给搜寻引擎看的(特别是google )，当中最重要的，就是rel=\"author\"这一句，有写这一段，接下来我们就可以去去google plus进行互相认证的作业(也就是要让google plus确认这个网页的作者是你)<link rel=\"author\" href=\"google plus 個人頁網址/posts\"><link rel=\"publisher\" href=\"google plus 個人頁網址\"><meta name=\"description\" content=\"網頁描述\">而认证的过程，可以点选google结构化资料测试工具连结，进行相关的认证作业，认证的过程其实也很简单，就是进入google plus的个人页面，点选「帐户」，点选「编辑个人资料」，接着将「连结」里头的「作品刊载于」，新增目前的网站，接着google plus就会去查询你的网站是否有放上rel=“author”，如果有，就完成啰！而这三行是写给google plus 看的，分享到google plus 上头，就会正确显示<meta itemprop=\"name\" content=\"網站名稱或標題\"><meta itemprop=\"image\" content=\"要顯示的縮圖網址\"><meta itemprop=\"description\" content=\"網頁描述\">而这四行是写给facebook看的，分享到facebook上头，就会正确显示，如果发现都已经照着设定了，分享时仍有问题，可以点选Facebook Debugger进行查询和重新设定，完成后再次分享应该就不会有问题啰！<meta property=\"og:title\" content=\"網站名稱或標題\" ><meta property=\"og:url\" content=\"網址\"><meta property=\"og:image\" content=\"要顯示的縮圖網址\"><meta property=\"og:description\" content=\"網頁描述\" >当然meta 标签绝对不止这一些，因为除了facebook 和google plus，还有一个世界前三大的社群平台twitter，以下列出在这些平台上完整的meta 标签语法，如果有需要也可以都加进自己的网站喔！<!-- Update your html tag to include the itemscope and itemtype attributes. --> <html itemscope itemtype=\"http://schema.org/Article\"><!-- Place this data between the <head> tags of your website --> <title>Page Title. Maximum length 60-70 characters</title> <meta name=\"description\" content=\"Page description. No longer than 155 characters.\" /><!-- Google Authorship and Publisher Markup --> <link rel=\"author\" href=\" https://plus.google.com/[Google+_Profile]/posts\"/><link rel=\"publisher\" href=” https://plus.google.com/[Google+_Page_Profile]\"/><!-- Schema.org markup for Google+ --> <meta itemprop=\"name\" content=\"The Name or Title Here\"> <meta itemprop=\"description\" content=\"This is the page description\"> <meta itemprop=\"image\" content=\" http://www.example.com/image.jpg\"><!-- Twitter Card data --> <meta name=\"twitter:card\" content=\"summary_large_image\"> <meta name=\"twitter:site\" content=\"@publisher_handle\"> <meta name=\"twitter:title\" content=\"Page Title\"> <meta name=\"twitter:description\" content=\"Page description less than 200 characters\"> <meta name=\"twitter:creator\" content=\"@author_handle\"> <!-- Twitter summary card with large image must be at least 280x150px --> <meta name=\"twitter:image:src\" content=\" http://www.example.com/image.html\"><!-- Open Graph data --> <meta property=\"og:title\" content=\"Title Here\" /> <meta property=\"og:type\" content=\"article\" /> <meta property=\"og:url\" content=\" http://www.example.com/\" /><meta property=\"og:image\" content=\" http://example.com/image.jpg\" /><meta property=\"og:description\" content=\"Description Here\" /> <meta property=\"og:site_name\" content=\"Site Name, i.e. Moz\" /> <meta property=\"article:published_time\" content=\"2013-09-17T05:59:00+01:00\" /> <meta property=\"article:modified_time\" content=\"2013-09-16T19:08:47+01:00\" /> <meta property=\"article:section\" content=\"Article Section\" /> <meta property=\"article:tag\" content=\"Article Tag\" /> <meta property=\"fb:admins\" content=\"Facebook numberic ID\" />国内搜索引擎大多数都支持以上协议，建议你的网站最少用上og网络协议，以360搜索智能摘要为例，采用的就是og网络协议。meta标签布置网站页面SEO优化教程详解link标签rel=alternate和rel=canonical优化技巧方法",
            "date_published": "2021-10-07T11:37:20+00:00",
            "date_modified": "2024-07-02T06:58:40+00:00",
            "summary": "网站SEO较深度层面都会进行头部协议的优化，用意是建立网站和外部平台的互通互链，通过meta和link标签协议让搜索引擎和社交媒体网站能准确知晓我们网站的服务项目、内容领域、作者是谁等等，让全网用户能直观的查觉到我们的信息。而我们常用的og网络协议和头部其他协议都需用到meta标签，如果你的网站需要对国外开发内容，可以参考以下加入的meta和link标签：<meta name=\"author\" content=\"作者名稱\">"
        }
    ]
}