Caption
Social Media Caption
The text accompanying a social media post, often including hashtags, mentions, and calls to action.
Техническая деталь
Captions are indexed by social platforms for content discovery. Each platform has different optimal strategies: Instagram benefits from 3-5 specific hashtags per post, Twitter recommends 1-2 hashtags for engagement, and LinkedIn penalizes posts with more than 3-5 hashtags. Hashtags should be specific to the content rather than generic — #PythonDjango outperforms #coding in reaching the right audience. Branded hashtags create trackable campaign performance metrics.
Пример
```html <!-- Caption: social markup example --> <meta property="og:title" content="Page Title"> <meta property="og:description" content="Description for social sharing."> <meta property="og:image" content="https://example.com/image.png"> ```