Template:Agent: Difference between revisions

From WikiProducers
Jump to navigation Jump to search
update
m Google knowledge panel
Line 74: Line 74:
<!-- End Template -->
<!-- End Template -->
</noinclude>
</noinclude>
<!-- JSON-LD for Knowledge Panel -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "InsuranceAgent",
"name": "{{#show: {{PAGENAME}} | ?Has full name}}",
"image": "{{#show: {{PAGENAME}} | ?Has image}}",
"url": "{{#show: {{PAGENAME}} | ?Has website}}",
"email": "{{#show: {{PAGENAME}} | ?Has email}}",
"telephone": "{{#show: {{PAGENAME}} | ?Has phone number}}",
"jobTitle": "{{#show: {{PAGENAME}} | ?Has role}}",
"worksFor": {
  "@type": "Organization",
  "name": "{{#show: {{PAGENAME}} | ?Has company}}"
},
"address": {
  "@type": "PostalAddress",
  "addressLocality": "{{#show: {{PAGENAME}} | ?Has location}}"
},
"sameAs": [
  "{{#show: {{PAGENAME}} | ?Has social profile}}"
]
}
</script>

Revision as of 21:09, 3 November 2025






[[File:|280px|frameless|center]]
Name
Role
Company
License
NPN
Location
Email [mailto: ]
Phone
Website [ ]
Social [ LinkedIn] · [ Facebook] · [ Twitter]



<script type="application/ld+json"> {

"@context": "https://schema.org",
"@type": "InsuranceAgent",
"name": "",
"image": "",
"url": "",
"email": "",
"telephone": "",
"jobTitle": "",
"worksFor": {
  "@type": "Organization",
  "name": ""
},
"address": {
  "@type": "PostalAddress",
  "addressLocality": ""
},
"sameAs": [
  ""
]

} </script>