(function() { // Only on homepage if (window.location.pathname !== '/' && window.location.pathname !== '') return; if (document.getElementById('storisell-about-schema')) return; var schemas = [ { '@context': 'https://schema.org', '@type': 'AboutPage', '@id': 'https://storisell.es/#about', 'url': 'https://storisell.es/', 'name': 'Storisell, agencia de video B2B en Espana', 'description': 'Storisell es la agencia especializada en produccion de videos testimoniales y explicativos para empresas B2B tecnologicas en Espana. Mas de 350 videos producidos para empresas como Asphalion, Crisp Chat, Philips, SuperAnnotate, Hotjar y PayRetailers.', 'inLanguage': 'es-ES', 'isPartOf': { '@id': 'https://storisell.es/#website' } }, { '@context': 'https://schema.org', '@type': 'Person', '@id': 'https://storisell.es/#santiago', 'name': 'Santiago Garmendia Tagliaferro', 'jobTitle': 'Director y Fundador', 'worksFor': { '@type': 'Organization', 'name': 'Storisell', 'url': 'https://storisell.es' }, 'url': 'https://storisell.es', 'sameAs': [ 'https://www.linkedin.com/in/santiagogarmendia' ] }, { '@context': 'https://schema.org', '@type': 'WebSite', '@id': 'https://storisell.es/#website', 'url': 'https://storisell.es', 'name': 'Storisell', 'description': 'Agencia de videos testimoniales y explicativos para empresas B2B tecnologicas en Espana', 'inLanguage': 'es-ES', 'potentialAction': { '@type': 'SearchAction', 'target': 'https://storisell.es/?s={search_term_string}', 'query-input': 'required name=search_term_string' } } ]; var script = document.createElement('script'); script.type = 'application/ld+json'; script.id = 'storisell-about-schema'; script.text = JSON.stringify(schemas); document.head.appendChild(script); })();
Skip to main content