Open Graph 디버거
Open Graph 및 Twitter Card 메타 태그를 분석합니다. 소셜 미디어에서 공유될 때 페이지가 어떻게 표시되는지 미리 봅니다.
Note: Uses a CORS proxy to fetch pages. Some sites may block proxy requests. For accurate testing, use the official Facebook Sharing Debugger.
Open Graph Protocol - 기술 세부 정보
Open Graph meta tags control how content appears when shared on social media. Key tags include og:title, og:description, og:image, and og:url. Twitter uses its own twitter:card tags.
명령줄 대안
# Fetch OG tags with curl curl -s https://example.com | grep -E '<meta property="og:|<meta name="twitter:' # Using opengraph-io API curl 'https://opengraph.io/api/1.1/site/URL?app_id=YOUR_APP_ID'