/** * 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); } ); })();
top of page
bottom of page
\n
\"Juntos
\n"; var p = location.pathname.replace(/\/$/, '') || '/'; if (paths.indexOf(p) === -1) return; function run() { if (document.getElementById('fdp-page-content')) return; var host = document.querySelector('[data-testid="inline-content-root"]') || document.querySelector('main') || document.getElementById('SITE_CONTAINER'); if (!host) return; var wrap = document.createElement('div'); wrap.id = 'fdp-page-content'; wrap.innerHTML = html; host.appendChild(wrap); } if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', run); else run(); })();