Compétences fixing-metadata
📦

fixing-metadata

Sûr

檢視並修復網頁元資料

確保您的網頁擁有正確、完整的元資料,以提升 SEO 和社群分享效果。識別違規項目、重複項目和缺失的標籤,並提供具體修復建議,以改善搜尋能見度和社群卡片預覽。

Prend en charge: Claude Codex Code(CC)
🥉 72 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "fixing-metadata". Review metadata in page.tsx

Résultat attendu:

  • Violation: Missing meta description on line 15
  • Why it matters: Search engines use descriptions for search result snippets
  • Fix: Add export const metadata = { description: 'Your page description here' }
  •  
  • Violation: Duplicate canonical tag at line 23
  • Why it matters: Multiple canonicals confuse search engines about preferred URL
  • Fix: Remove the manual <link rel="canonical"> and use the metadata API instead

Utilisation de "fixing-metadata". Check Open Graph setup for blog post page

Résultat attendu:

  • Found: og:title, og:description, and og:image are configured correctly
  • Issue: og:url does not match the canonical URL
  • Recommendation: Update og:url to match canonical for consistent social sharing
  • Note: Twitter card type is summary_large_image which is appropriate for blog posts

Audit de sécurité

Sûr
v1 • 2/17/2026

Static analysis flagged potential external commands and cryptographic patterns, but manual review confirms all findings are false positives. The skill contains only markdown documentation with no executable code. Backticks are used for markdown formatting of command examples, not shell execution. All flagged patterns are SEO terminology in context.

1
Fichiers analysés
116
Lignes analysées
3
résultats
1
Total des audits
Problèmes à risque moyen (1)
Markdown backtick usage flagged as shell execution
Static scanner detected backtick characters at lines 12 and 15 as potential Ruby/shell execution. Manual review confirms these are markdown code formatting for skill command syntax (e.g., `/fixing-metadata`), not executable code. This is documentation text, not a security risk.
Problèmes à risque faible (2)
SEO terminology flagged as weak cryptography
Static scanner flagged multiple instances of 'weak cryptographic algorithm' patterns. Review confirms these are false positives triggered by common SEO words like 'canonical', 'description', and 'page' in markdown text. No cryptographic operations exist in this documentation file.
Web terminology flagged as system reconnaissance
Static scanner detected 'system reconnaissance' patterns in words like 'robots', 'canonical', and 'page'. Manual review confirms these are standard SEO and web development terms used in metadata documentation context. No actual system probing or reconnaissance code exists.
Audité par: claude

Score de qualité

38
Architecture
95
Maintenabilité
87
Contenu
50
Communauté
96
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

新行銷頁面的 SEO 審計

在發布前檢視新建立的行銷頁面,確認包含標題、描述、標準網址和社群分享標籤的完整元資料

修復重複的元資料問題

識別並解決競爭的元資料系統或令搜尋引擎和社群平台困惑的重複標籤

正確實作結構化資料

驗證 JSON-LD 結構化資料區塊,確保它們準確呈現頁面內容,而非虛構的評分或評論

Essayez ces prompts

快速元資料檢視
/fixing-metadata src/app/layout.tsx
套用元資料規範
/fixing-metadata
審計社群卡片設定
檢視此元件中的 Open Graph 和 Twitter 卡片元資料,並建議改進方案以獲得更好的社群分享預覽
修復標準網址和索引問題
檢查我們的元資料設定,找出重複的標準網址標籤、錯誤的 robots 指令,以及應該被索引但被設為 noindex 的頁面

Bonnes pratiques

  • 使用框架的元資料 API 在每個頁面的一個位置定義元資料,而非混合使用多個系統
  • 在正式上線前使用平台除錯工具在實際網址上驗證社群卡片預覽
  • 保持元資料簡潔且專注於實際頁面內容,而非針對每個可能的標籤進行優化

Éviter

  • 透過多個系統(如 react-helmet 和 Next.js 元資料 API)同時新增重複的標題或描述標籤
  • 在每次頁面載入或建置時使用會變化的動態或隨機值作為元資料
  • 為實際頁面上不存在的評分、評論或價格虛構結構化資料

Foire aux questions

此技能會檢視哪些類型的元資料?
此技能會檢視頁面標題、meta 描述、標準網址、robots 指令、Open Graph 標籤、Twitter 卡片、favicon、manifest 檔案、結構化資料 (JSON-LD) 以及語言環境/替代語言設定。
此技能會自動修復我的元資料問題嗎?
不會,此技能會識別違規項目並提供包含程式碼範例的具體修復建議,但您必須自行套用變更。這確保您理解並核准所有元資料修改。
此技能可以將我遷移至不同的元資料框架嗎?
不會,此技能會遵循您專案現有的元資料模式,無論是 Next.js 元資料 API、react-helmet 或手動 head 標籤。除非明確要求,否則不會引入新的框架或程式庫。
此技能如何處理重複的元資料?
此技能會識別多個系統發出相同元資料標籤(如重複的標題或標準網址)的情況,並建議合併至單一來源,以防止搜尋引擎混淆。
我應該如何處理結構化資料?
只有當 JSON-LD 結構化資料明確對應至真實頁面內容時才新增。不要虛構評分、評論或組織詳細資料。此技能會驗證結構化資料反映的是實際呈現的內容。
此技能可以測試我的社群卡片預覽嗎?
此技能會檢視您的元資料設定是否正確,但若要查看實際預覽,您應該在即時網址上使用平台除錯工具,例如 Facebook Sharing Debugger、Twitter Card Validator 或 LinkedIn Post Inspector。

Détails du développeur

Structure de fichiers

📄 SKILL.md