File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ export const metadata: Metadata = {
9292 canonical : 'https://communityofcoders.in' ,
9393 } ,
9494 verification : {
95- google : 'add-your-google-site-verification-here ' ,
95+ google : 'google4bec5d0570054012.html ' ,
9696 } ,
9797 category : 'technology' ,
9898 classification : 'Education & Technology' ,
9999 other : {
100- 'google-site-verification' : 'add-your-google-site-verification-here ' ,
100+ 'google-site-verification' : 'google4bec5d0570054012.html ' ,
101101 'msvalidate.01' : 'add-your-bing-site-verification-here' ,
102102 }
103103} ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ export const websiteSchema = {
22 "@context" : "https://schema.org" ,
33 "@type" : "WebSite" ,
44 "name" : "Community of Coders VJTI" ,
5- "url" : "https://coc-landing.vercel.app " ,
5+ "url" : "https://communityofcoders.in " ,
66 "potentialAction" : {
77 "@type" : "SearchAction" ,
8- "target" : "https://coc-landing.vercel.app /search?q={search_term_string}" ,
8+ "target" : "https://communityofcoders.in /search?q={search_term_string}" ,
99 "query-input" : "required name=search_term_string"
1010 }
1111} ;
@@ -14,8 +14,8 @@ export const organizationSchema = {
1414 "@context" : "https://schema.org" ,
1515 "@type" : "Organization" ,
1616 "name" : "Community of Coders VJTI" ,
17- "url" : "https://coc-landing.vercel.app " ,
18- "logo" : "https://coc-landing.vercel.app /logo.png" ,
17+ "url" : "https://communityofcoders.in " ,
18+ "logo" : "https://communityofcoders.in /logo.png" ,
1919 "sameAs" : [
2020 "https://www.linkedin.com/company/community-of-coders-vjti" ,
2121 "https://github.com/Community-Of-Coders"
You can’t perform that action at this time.
0 commit comments