11< script type ="application/ld+json ">
22{
3- "@context" : "https://schema.org" ,
4- "@type" : "AboutPage" ,
5- "url" : "https://codefrydev.in/about " ,
6- "name" : "About Us" ,
7- "description" : " Learn more about our company, mission , and values." ,
8- "publisher" : {
3+ "@context" : "https://schema.org" ,
4+ "@type" : "AboutPage" ,
5+ "url" : "{{ .Permalink }} " ,
6+ "name" : { { printf "%q" ( or . Title "About" ) } } ,
7+ "description" : { { printf "%q" ( or . Params . description " Learn more about CodeFryDev — our mission, work , and contributors." ) } } ,
8+ "publisher" : {
99 "@type" : "Organization" ,
10- "name" : "Example Inc." ,
11- "url" : "https://codefrydev.in/" ,
12- "logo" : "https://codefrydev.in/images/logo.png" ,
13- "contactPoint" : {
14- "@type" : "ContactPoint" ,
15- "telephone" : "+1-800-555-1234" ,
16- "contactType" : "Customer Service"
17- } ,
18- "sameAs" : [
19- "https://www.facebook.com/example" ,
20- "https://www.twitter.com/example" ,
21- "https://www.linkedin.com/company/example"
22- ]
23- } ,
24- "mainEntity" : {
10+ "name" : { { printf "%q" . Site . Title } } ,
11+ "url" : "{{ .Site.BaseURL }}" ,
12+ "logo" : {
13+ "@type" : "ImageObject" ,
14+ "url" : "{{ printf " % simages / IconCodefrydev . svg " .Site.BaseURL }}"
15+ }
16+ } ,
17+ "mainEntity" : {
2518 "@type" : "Organization" ,
26- "name" : "Example Inc." ,
27- "url" : "https://codefrydev.in/" ,
28- "logo" : "https://codefrydev.in/images/logo.png" ,
29- "description" : "Example Inc. is a leading provider of innovative solutions." ,
30- "foundingDate" : "2000-01-01" ,
31- "founders" : [
32- {
33- "@type" : "Person" ,
34- "name" : "Jane Doe"
35- } ,
36- {
37- "@type" : "Person" ,
38- "name" : "John Smith"
39- }
40- ] ,
41- "address" : {
42- "@type" : "PostalAddress" ,
43- "streetAddress" : "1234 Main Street" ,
44- "addressLocality" : "Anytown" ,
45- "addressRegion" : "CA" ,
46- "postalCode" : "12345" ,
47- "addressCountry" : "USA"
48- } ,
49- "contactPoint" : {
50- "@type" : "ContactPoint" ,
51- "telephone" : "+1-800-555-1234" ,
52- "contactType" : "Customer Service"
53- } ,
54- "sameAs" : [
55- "https://www.facebook.com/example" ,
56- "https://www.twitter.com/example" ,
57- "https://www.linkedin.com/company/example"
58- ]
19+ "name" : { { printf "%q" . Site . Title } } ,
20+ "url" : "{{ .Site.BaseURL }}" ,
21+ "logo" : {
22+ "@type" : "ImageObject" ,
23+ "url" : "{{ printf " % simages / IconCodefrydev . svg " .Site.BaseURL }}"
5924 }
25+ }
6026}
6127</ script >
0 commit comments