2016-07-15 3 views

답변

1

당신은 귀하의 콘텐츠에 Gmail에서> 마크 업>View Action 마크 업을 추가해야합니다.

<script type="application/ld+json"> 
{ 
    "@context": "http://schema.org", 
    "@type": "EmailMessage", 
    "potentialAction": { 
    "@type": "ViewAction", 
    "target": "https://watch-movies.com/watch?movieId=abc123", 
    "name": "Watch movie" 
    }, 
    "description": "Watch the 'Avengers' movie online" 
} 
</script> 
+0

사용자가 이메일로 링크를 공유하면 미리보기가 추가됩니까? Google에서 시간 렌더링에 시간이 걸리는 지 확신 할 수는 없지만 실제로 해봤지만 실제로 시도하지 않았습니다. – rebelliard

+0

일반적으로 며칠의 사이트 크롤링 지연이 있습니다. 예, 전자 메일에 미리보기 및 작업 (이 경우보기 작업)을 추가합니다. 액션 개요 (https://developers.google.com/gmail/markup/actions/actions-overview)를 참조하십시오. –

관련 문제