Advertisement
deyanivanov966

1. Решения на примери от 31/03

Jul 12th, 2022
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  8.     <script type="application/ld+json">
  9.         {
  10.             "@context": "https://schema.org",
  11.             "@type": "Person",
  12.             "name": "Борис Банков",
  13.             "image": "https://borisbankov.com/images/photo-background-boris-bankov-900.webp?b44a890fcfe2333968db5dd01dfad10c",
  14.             "url": "https://borisbankov.com",
  15.             "address":
  16.                 {
  17.                     "@type": "PostalAddress",
  18.                     "addressCountry": "BG",
  19.                     "addressRegion": "Варна",
  20.                     "postalCode": "9000",
  21.                     "streetAddress": "Център"
  22.                 },
  23.             "jobTitle": "Главен Асистент",
  24.             "email": "boris.bankov@gmail.com",
  25.             "sibling":
  26.                 [
  27.                     {
  28.                         "@type": "Person",
  29.                         "name": "Eli Vylcheva"
  30.                     },
  31.                     {
  32.                         "@type": "Person",
  33.                         "name": "Yo Kirova"
  34.                     }
  35.  
  36.                 ],
  37.             "affiliation":
  38.                 {
  39.                     "@type": "Organization",
  40.                     "legalName": "Икономически университет - Варна",
  41.                     "address": "бул. Княз борис I, 77, Варна"
  42.                 }
  43.  
  44.         }
  45.  
  46.     </script>
  47.     <!-- [{ }, { }] -->
  48. </head>
  49. <body>
  50.    
  51.     Lorem ipsum, dolor sit, amet consectetur adipisicing elit. Nemo eos nam dignissimos ullam, voluptate iusto et aliquam, natus quisquam corrupti iste, facere illo error reprehenderit ipsum. Consequatur, minima aliquam ducimus.
  52.  
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement