Advertisement
Guest User

Untitled

a guest
Feb 17th, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1.     <script type="application/ld+json">
  2.  
  3.  
  4.     {
  5.  
  6.  
  7.     "@context": "https://schema.org/",
  8.  
  9.  
  10.     "@type": "Person",
  11.  
  12.  
  13.     "name": "YOUR NAME",
  14.  
  15.  
  16.     "url": "URL TO A PUBLIC PROFILE/WIkipedia page",
  17.  
  18.  
  19.     "image": "URL TO YOUR PIC",
  20.  
  21.  
  22.     "sameAs": [
  23.  
  24.  
  25.     "https://facebook.com/XYZ",
  26.  
  27.  
  28.     "https://instagram.com/XYZ",
  29.  
  30.  
  31.     “https://www.linkedin.com/in/XYZ”,
  32.  
  33.  
  34.     "https://www.tiktok.com/XYZ",
  35.  
  36.  
  37.     "https://youtube.com/XYZ"
  38.  
  39.  
  40.     ],
  41.  
  42.  
  43.     "jobTitle": "INSERT JOB",
  44.  
  45.  
  46.     "worksFor": {
  47.  
  48.  
  49.     "@type": "Organization",
  50.  
  51.  
  52.     "name": "INSERT COMPANY"
  53.  
  54.  
  55.     }
  56.  
  57.  
  58.     }
  59.  
  60.  
  61.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement