google-official-seo-guide
Google 官方 SEO 指南
使用者在沒有權威指南的情況下,很難為 Google 搜尋優化網站。本技能提供基於 Google 官方文件的全面 SEO 協助,涵蓋爬蟲、索引、結構化資料和技術 SEO 最佳實踐。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "google-official-seo-guide". 如何為我的網站建立網站地圖?
النتيجة المتوقعة:
網站地圖可幫助 Google 發現並索引您的頁面。請建立遵循 sitemaps.org 協定的 XML 網站地圖。包含:頁面網址、最后修改日期、變更頻率和優先級。透過 Google 搜尋控制台提交。避免:列出非標準網址、包含被封鎖的頁面,或建立超過 50MB 的大型網站地圖。
استخدام "google-official-seo-guide". 為部落格文章新增結構化資料
النتيجة المتوقعة:
以下是部落格文章的 JSON-LD 結構化資料:
```json
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Your Post Title",
"image": ["https://example.com/image.jpg"],
"datePublished": "2024-01-15T08:00:00+08:00",
"author": {
"@type": "Person",
"name": "Author Name"
}
}
```
請將此程式碼放置在 HTML 的 <head> 區段中。使用 Google 的豐富結果測試進行驗證。
التدقيق الأمني
آمنThis skill consists entirely of markdown documentation files containing SEO guidance from Google's official documentation. All static scanner findings are false positives: (1) 'Weak cryptographic algorithm' alerts are triggered by JSON-LD schema.org examples in documentation; (2) 'Ruby/shell backtick execution' alerts are triggered by markdown code block formatting; (3) 'Hardcoded URL' alerts are legitimate Google documentation URLs. No executable code or security risks present.
درجة الجودة
ماذا يمكنك بناءه
實作 VideoObject 結構化資料
新增適當的 JSON-LD 結構化資料綱要,以幫助影片在 Google 搜尋中顯示為豐富結果
診斷索引問題
找出頁面未被索引的原因,並根據 Google 指南提供解決方案
優化行動優先索引
確保網站符合 Google 行動優先要求,以提升搜尋可見度
جرّب هذه الموجهات
如何提升我的網站在 Google 搜尋中的排名?
幫我在影片頁面新增 VideoObject 結構化資料。影片位於 https://example.com/video.mp4
我的頁面沒有出現在 Google 搜尋中。我該如何排除索引問題?
我應該檢查哪些技術 SEO 因素以確保符合行動優先索引?
أفضل الممارسات
- 務必使用 Google 官方文件驗證建議
- 使用 Google 搜尋控制台監控索引和搜尋效能
- 專注於以使用者為先的內容,而非關鍵字填充
تجنب
- 不要保證特定排名位置 - Google 演算法會變動
- 避免參與連結方案或購買連結
- 不要在多個網址上建立重複內容而不使用標準標籤
الأسئلة المتكررة
Google 索引我的頁面需要多長時間?
最重要的排名因素是什麼?
我需要使用結構化資料嗎?
如何檢查我的頁面是否已被索引?
什麼是行動優先索引?
我應該使用 www 還是非 www 網址?
تفاصيل المطور
المؤلف
ZhanlinCuiالترخيص
MIT
المستودع
https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection/tree/main/google-official-seo-guideمرجع
main