Advertisement
lemansky

Untitled

Apr 23rd, 2024
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Document</title>
  7.     <script type="application/ld+json">
  8.         {
  9.             "@context": "http://schema.org",
  10.             "@type": "Person",
  11.             "name": "Boris Bankov",
  12.             "url": "https://borisbankov.com",
  13.             "image": "https://ue-varna.bg/uploads/personal/NXX49srtJV89.png",
  14.             "description": "гл. ас. в ИУ - Варна",
  15.             "address":
  16.                 {
  17.                     "@type": "PostalAddress",
  18.                     "addressCountry": "BG",
  19.                     "addressLocality": "бул. Княз Борис I 77",
  20.                     "addressRegion": "Варна"
  21.                 },
  22.             "affiliation":
  23.                 {
  24.                     "@type": "Organization",
  25.                     "name": "ИУ - Варна"
  26.                 },
  27.             "sibling":
  28.                 [
  29.                     {
  30.                         "@type": "Person",
  31.                         "name": "Eli"
  32.                     },
  33.                     {
  34.                         "@type": "Person",
  35.                         "name": "Yo"
  36.                     }
  37.                 ]  
  38.         }
  39.     </script>
  40. </head>
  41. <body>
  42.    
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement