<i id="tzb7r"><ruby id="tzb7r"><font id="tzb7r"></font></ruby></i>

      <output id="tzb7r"><strike id="tzb7r"><cite id="tzb7r"></cite></strike></output><ol id="tzb7r"><var id="tzb7r"><b id="tzb7r"></b></var></ol>

      <i id="tzb7r"><output id="tzb7r"><var id="tzb7r"></var></output></i>

          十五年風雨路 · 一心鑄精品

          一個官網 留一件精品 做一個項目 樹一塊樣板

          成都網站優化公司網站結構化標準seo與meta標簽大全整理

          上一篇我們提到: 網站優化就是對網頁的程序、內容、版塊、布局進行優化調整,使之適合搜索引擎檢索,滿足搜索引擎排名的指標,從而提高搜索引擎檢索的排名和搜索引擎營銷的有效性。影響力。網站優化除了網站安全維護和內容更新,還要掌握很多技巧和思路。成都網站優化公司如何優化一個網站? 網站優化注意事項1.日常網站外鏈建設2.統計工具分

          接下來我們進入今天的正文:
          2022-04-21

          在SEO中,最重要的第一個關鍵點是meta tag,就是告訴搜索引擎和社交網站,你的博客或網站的主題是什么,作者是誰,你分享的縮略圖是什么.和其他我們認為理所當然的信息。畢竟這些搜索引擎和社交網站的人工智能還是分不清你的網站和我的網站的重點,所以我們還得靠這些meta或者結構化的材料itemprop來告訴他們。 本文主要介紹如何正確設置分享到google plus和facebook的文章的標題、縮略圖和摘要。因為有了這些正確的設置,分享到社交網站時,莫名其妙的縮略圖就不會跳出來了。同時,在谷歌搜索時,也會顯示作者的頭像和姓名。這些都是吸引更多用戶瀏覽的好方法。 這是添加在我的網站標題中的meta標簽:

          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          <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確認這個網頁的作者是你)

          1
          2
          3
          <link rel="author" href="google plus 個人頁網址/posts">
          <link rel="publisher" href="google plus 個人頁網址">
          <meta name="description" content="網頁描述">

          1650422580213142.jpg

          而認證的過,可以點選google結構化資料測試工具連結,進行相關的認證作業,認證的過程其實也很簡單,就是進入google plus的個人頁面,點選「帳戶」,點選「編輯個人資料」,接著將「連結」里頭的「作品刊載于」,新增目前的網站,接著google plus就會去查詢你的網站是否有放上rel="author",如果有,就完成啰!

          而這三行是寫給google plus 看的,分享到google plus 上頭,就會正確顯示

          1
          2
          3
          <meta itemprop="name" content="網站名稱或標題">
          <meta itemprop="image" content="要顯示的縮圖網址">
          <meta itemprop="description" content="網頁描述">

          而這四行是寫給facebook看的,分享到facebook上頭,就會正確顯示,如果發現都已經照著設定了,分享時仍有問題,可以點選Facebook Debugger進行查詢和重新設定,完成后再次分享應該就不會有問題啰!

          1
          2
          3
          4
          <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 標簽語法,如果有需要也可以都加進自己的網站喔!

          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          17
          18
          19
          20
          21
          22
          23
          24
          25
          26
          27
          28
          29
          30
          31
          32
          33
          34
          35
          36
          37
          <!-- 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" />



          二維碼

          掃一掃,瀏覽關注本文

          主營業務

          • 高端網站定制
          • SEO網站優化
          • 手機網站建設
          • 網站維護
          • 網頁設計制作
          • 微信小程序開發

          TAGS

          隨機案例

          • 高鐵乘務/成都職業學校/四川高鐵職業技術學校/網站建設

            高鐵乘務/成都職業學校/四川高鐵職業技術學校/···

          • 明霆基礎工程網站建設

            明霆基礎工程網站建設

          • 蜀豐食品包裝網站建設

            蜀豐食品包裝網站建設

          • 伊卡璐服飾/服裝網站建設?

            伊卡璐服飾/服裝網站建設?

          • 康偉管業/PP超靜音排水管材/網站建設

            康偉管業/PP超靜音排水管材/網站建設

          • 嬰之皇/孕嬰/母嬰連鎖加盟/網站建設

            嬰之皇/孕嬰/母嬰連鎖加盟/網站建設

          • 晉沙匯川服裝定制網站建設

            晉沙匯川服裝定制網站建設

          • 阿杰美容美發培訓網站建設

            阿杰美容美發培訓網站建設

          案例展示 / CASE

          伊卡璐服飾/服裝網站建設?

          網站以定制,訂制服裝網站建設為主的關鍵詞,網站全新的以HTML5框架定制設計,整站目錄清新明了,利于網站優化,搜索引擎蜘蛛爬行···

          查看詳情

          五菱電動觀光車網站建設

          網站以HTML5制作,pc+wap網站制作自動跳轉。關鍵詞:五菱觀光車網站建設,五菱巡邏車網站建設,封閉電動巡邏車網站建設,封閉電動觀···

          查看詳情

          修柏建筑幕墻工程網站建設

          查看詳情

          新文必生印務、印刷網站建設、包裝網站建設

          成都印刷網站建設,成都印刷廠網站設計,成都畫冊印刷網站制作,成都畫冊制作網站建設,成都印刷廠家網站建設,四川印刷網站建設,四川···

          查看詳情

          明霆基礎工程網站建設

          查看詳情

          高鐵乘務/成都職業學校/四川高鐵職業技術學校/網站建設

          查看詳情

          功夫螞蟻餐飲火鍋加盟網站建設

          功夫螞蟻是一家專注于麻辣燙,火鍋,串串香行業的優質餐飲連鎖加盟公司。提供火鍋串串香加盟免費指導、火鍋加盟店選址等,讓您在加盟···

          查看詳情

          阿杰美容美發培訓網站建設

          查看詳情

          嬰之皇/孕嬰/母嬰連鎖加盟/網站建設

          查看詳情

          金鹿凱斯服飾/服裝網站建設

          金鹿凱斯服飾/服裝網站建設以html5響應式一體化設計制作,手機端自動響應,高端大氣上次,關鍵詞:成都職業裝網站建設,成都職業裝···

          查看詳情

          天翊裝飾網站建設

          天翊裝飾公司網站以html5響應式一體化設計制作,高端大氣上次,關鍵詞:裝修公司網站建設,裝飾公司網站建設,成都裝修公司網站建···

          查看詳情

          蜀豐食品包裝網站建設

          實力讓我們引領行業為您鎖住健康,讓食品更安全,讓生活更健康!成都市都江堰市蜀豐食品包裝有限公司成立于2014年初,是一家集研···

          查看詳情

          聯系我們 / CONTACT US

          • 四川省成都市金牛區五福橋東路229號龍湖北城天街28棟903
          • 服務熱線:028-86088588  18080432432(微信同號)
          • 總機:028-62322623-0
          • QQ:3575114  107086147

          掃碼訪問手機網站

          版權所有 Copyright ? 2007-2022 四川冠辰科技開發有限公司    川公安網備案:51010602001006號     

          地址:四川省成都市金牛區五福橋東路229號龍湖北城天街28棟903  蜀ICP備11012605號-1

          始于2007年,十五年品牌網站建設,值得信賴!  xml地圖txt地圖

          欧美日韩国产精品自在自线

            <i id="tzb7r"><ruby id="tzb7r"><font id="tzb7r"></font></ruby></i>

              <output id="tzb7r"><strike id="tzb7r"><cite id="tzb7r"></cite></strike></output><ol id="tzb7r"><var id="tzb7r"><b id="tzb7r"></b></var></ol>

              <i id="tzb7r"><output id="tzb7r"><var id="tzb7r"></var></output></i>