/** * Custom embed — paste into Wix Settings → Custom Code → Head * Organization schema + preconnect for external apps */ (function () { var schema = { '@context': 'https://schema.org', '@type': 'Organization', name: 'Folios Digitales Premium', url: 'https://www.foliosdigitales.mx', logo: 'https://www.foliosdigitales.com/Portal/recursosfd/fdp/Colores.svg', description: 'Los expertos en facturación electrónica en México', address: { '@type': 'PostalAddress', streetAddress: 'Boulevard Europa No. 17, Int. N2 44', addressLocality: 'San Andrés Cholula', addressRegion: 'Puebla', addressCountry: 'MX', }, contactPoint: { '@type': 'ContactPoint', contactType: 'customer support', email: 'datospersonales@foliosdigitales.com.mx', availableLanguage: 'Spanish', }, }; var s = document.createElement('script'); s.type = 'application/ld+json'; s.text = JSON.stringify(schema); document.head.appendChild(s); ['https://app.foliosdigitalespac.com', 'https://foliosdigitales.blikon.com'].forEach( function (origin) { var l = document.createElement('link'); l.rel = 'preconnect'; l.href = origin; document.head.appendChild(l); } ); })();
\n