前言介紹
- 這款 WordPress 外掛「SEO Lite」是 2022-08-09 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2023-03-31,距離現在已有 764 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
og | seo | open graph |
內容簡介
SEO Lite 是一個簡單輕量的 WordPress 插件,僅使用不到 80 行的前端程式碼即可自動新增以下標籤:
og:locale – 使用 get_locale()
og:site_name – 使用 get_bloginfo(‘name’)
og:title – 使用 wp_get_document_title()
og:description (在前台只會取得 200 個字元) – 首頁使用 get_bloginfo(‘description’),文章/頁面使用 get_the_excerpt(),分類/標籤頁面使用 get_the_archive_description()
og:url – 目前頁面的 URL
og:type – 文章/頁面使用 ‘article’,其他頁面使用 ‘website’
article:published_time – 文章/頁面使用 get_the_date(‘c’)
article:modified_time – 文章/頁面使用 get_the_modified_date(‘c’)
og:image – 文章/頁面使用特色圖片,首頁使用網站圖示
og:image:{type/width/height/alt} – 只有當有 ‘og:image’ 時才會新增此屬性 (如果有可用的話,還會新增 alt 屬性)
此外,SEO Lite 還提供一個設定頁面 (儀表板 > 設定 > SEO Lite),可以為所有頁面新增自訂的標籤,例如 Google Analytics、AdSense 等。
原文外掛簡介
SEO Lite is meant to be that: lite. In under 80 lines of code on the frontend, SEO Lite adds the following tags:
og:locale – Uses get_locale()
og:site_name – Uses get_bloginfo(‘name’)
og:title – Uses wp_get_document_title()
og:description (trimmed to 200 chars) – Uses get_bloginfo(‘description’) on the front page, get_the_excerpt() for posts/pages, and get_the_archive_description() if availble on archive pages
og:url – URL of page
og:type – Uses ‘article’ on posts/pages and ‘website’ everywhere else
article:published_time – Uses get_the_date(‘c’) on posts/pages
article:modified_time – Uses get_the_modified_date(‘c’) on posts/pages
og:image – Uses featured image on posts/pages and the site icon on the front page
og:image:{type/width/height/alt} – Added if we have an ‘og:image’ (only adds ‘alt’ if availble)
Additionally, SEO Lite has a settings page (Dashboard > Settings > SEO Lite) where you can add custom tags for all pages (ie, google analytics, AdSense, etc).
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「SEO Lite」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.2 | 2.0.0 | 2.1.0 | 2.1.1 | trunk |
延伸相關外掛(你可能也想知道)
Generate Dynamic Images – Bannerbear 》這是一個 WordPress 外掛,可將 Bannerbear 簽名 URL 功能添加到 WordPress 網站中。, Bannerbear 是什麼?, Bannerbear 是一個 SaaS 服務,可根據您發送的動...。
Tyme Social Count 》此外掛會查詢流行的社交網路 API 並從每個網站回傳分享/讚/加一/釘的數量,所有的分享數都會加總計算,給你總分享數。回傳的資訊僅是一個簡單的數字,代表分...。