Selam, örnek olarak Discord'da bir sitenin bağlantısını attığımızda, altında embed şeklinde o sitenin bilgilerini içeren bir kutucuk oluyor. Örnek olarak Techolay'ın böyle gözüküyor;
Ancak, iş kendi siteme geldiğinde sadece bağlantı var.
Bunu nasıl Techolay'ın olduğu gibi düzenleyebilirim? Web'de bu durumu nasıl araştıracağımı bilmediğim için pek sonuca varabildiğim söylenemez.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>.
Paylaşılan siteden örnek. image, title ve description; og: şeklinde de olur.
Kod:
<meta property="og:image" content="https://metatags.io/images/meta-tags.jpg">
<meta property="og:title" content="Meta Tags — Preview, Edit and Generate">
<meta property="og:description" content="With Meta Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, Twitter and more!">