Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "Person",
- "name": "Борис Банков",
- "image": "https://borisbankov.com/images/photo-background-boris-bankov-900.webp?b44a890fcfe2333968db5dd01dfad10c",
- "url": "https://borisbankov.com",
- "address":
- {
- "@type": "PostalAddress",
- "addressCountry": "BG",
- "addressRegion": "Варна",
- "postalCode": "9000",
- "streetAddress": "Център"
- },
- "jobTitle": "Главен Асистент",
- "email": "[email protected]",
- "sibling":
- [
- {
- "@type": "Person",
- "name": "Eli Vylcheva"
- },
- {
- "@type": "Person",
- "name": "Yo Kirova"
- }
- ],
- "affiliation":
- {
- "@type": "Organization",
- "legalName": "Икономически университет - Варна",
- "address": "бул. Княз борис I, 77, Варна"
- }
- }
- </script>
- <!-- [{ }, { }] -->
- </head>
- <body>
- 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.
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement