Skip to main content
Checks for social sharing buttons on content pages
Rule IDsocial/share-buttons
CategorySocial Media
ScopePer-page
Severityinfo
Weight2/10

Solution

Social share buttons encourage content sharing and can drive traffic. Place them prominently on blog posts, articles, and shareable content. Include major platforms: Facebook, Twitter/X, LinkedIn. Consider sticky share bars for long content. Avoid too many buttons - 3-4 is optimal.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["social/share-buttons"]

Disable all Social Media rules

squirrel.toml
[rules]
disable = ["social/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["social/share-buttons"]
disable = ["*"]