Preview

This is how your link will appear when shared on Microsoft Teams.

The preview is generated from your page's Open Graph meta tags.

Apple
Contact - How to Contact Us

Image specifications

Images that don't meet platform requirements may be cropped incorrectly, rejected, or displayed at poor quality.

Each platform has different specifications. Make sure your image meets Microsoft Teams's requirements shown below.

URL
https://www.apple.com/ac/structured-data/images/open_graph_logo.png?202411211320
Width
1,200px
Recommended: 1,200px
Height
630px
Recommended: 630px
Aspect Ratio
1.9:1
Recommended: 1.9:1
Format
image/png
Recommended: image/jpeg, image/png, image/webp, image/gif
File Size
11.6 KB
Recommended: Under 5 MB

Meta tags

Open Graph tags control how your content appears when shared on social media platforms like Facebook, Twitter, and LinkedIn.

Missing or incorrect tags can result in broken previews, missing images, or unappealing shares that reduce click-through rates.

PropertyYour Tags
TitleContact - How to Contact Us
DescriptionWe aim to provide great customer service. For product inquiries, technical support, and legal questions, here are all the ways you can contact Apple.
URLhttps://www.apple.com/contact/
Typewebsite
Site NameApple
Localeen_US

Page request

When you share a link on Microsoft Teams, it sends a server-side request, not a browser, to fetch the page's HTML and read the meta tags. This is the request it makes.

curl -vL \
  -H 'User-Agent: Mozilla/5.0 (compatible; SkypeUriPreview; +https://www.skype.com)' \
  -H 'Accept: text/html' \
  'https://www.apple.com/contact/'

Image request

After reading the meta tags, Microsoft Teams makes a separate request to download the image. Some platforms use a different User-Agent or Accept header for images.

curl -vL \
  -H 'User-Agent: Mozilla/5.0 (compatible; SkypeUriPreview; +https://www.skype.com)' \
  -H 'Accept: image/*' \
  'https://www.apple.com/ac/structured-data/images/open_graph_logo.png?202411211320'