DELETE FROM KEYWORDS WHERE ID_DOMAINE=165277DoneDoneDone
URL:news.webplanete.net
Connection: close
Date: Sat, 02 Nov 2024 08:38:38 GMT
Content-Length: 0
Content-Type: text/html
Location: https://fr.sindup.com
Server: Apache
Vary: Accept-Encoding
Location => https://fr.sindup.com
Status => 301
(vide) Tentative en https
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html id="ie6" lang="fr-FR" class="lteie9 lteie8 lteie7 lteie6 ie6 no-js"> <![endif]-->
<!--[if IE 7 ]> <html id="ie7" lang="fr-FR" class="lteie9 lteie8 lteie7 ie7 no-js"> <![endif]-->
<!--[if IE 8 ]> <html id="ie8" lang="fr-FR" class="lteie9 lteie8 ie8 no-js"> <![endif]-->
<!--[if IE 9 ]> <html id="ie9" lang="fr-FR" class="lteie9 ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="fr-FR"> <!--<![endif]-->
<head> <script type="text/javascript">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
/* ]]> */
</script>
<script>
qs = (function (a) {
if (a == "")
return {};
var b = {};
for (var i = 0; i < a.length; ++i)
{
var p = a[i].split('=', 2);
if (p.length == 1)
b[p[0]] = "";
else
b[p[0]] = decodeURIComponent(p[1].replace(/\+/g, " "));
}
return b;
})(window.location.search.substr(1).split('&'));
logged_in = false;
if (qs['p'] || qs['preview'] || qs['lang']) {
logged_in = true;
//console.debug(qs);
//if( qs['p'] && window.location.hostname != 'www.sindup.com' ) {
if (qs['p'] && window.location.hostname != 'fr.sindup.com') {
document.location = "://fr.sindup.com?p=" + qs['p'] + "&preview=true";
}
}
bot = /bot|googlebot|crawler|spider|robot|crawling/i.test(navigator.userAgent);
url = [];url['icl-fr'] = 'https://fr.sindup.com/'; url['icl-en'] = 'https://www.sindup.com/'; icl_curlang = 'fr';locales = [];locales['en'] = 'en_US';locales['fr'] = 'fr_FR';locales['es'] = 'es_ES';
// gestion de cookie pour passer ou non dans le cache, et pour sauvegarder la langue de navigation
function setCookie(cname, cvalue, exdays, domain, path) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
document.cookie = cname + "=" + cvalue + "; " + expires + ";domain=" + domain + ";path=" + path;
}
function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ')
c = c.substring(1);
if (c.indexOf(name) == 0)
return c.substring(name.length, c.length);
}
return "";
}
// Test si le navigateur a ses cookies activés
function are_cookies_enabled() {
var cookieEnabled = (navigator.cookieEnabled) ? true : false;
if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) {
document.cookie = "testcookie";
cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false;
}
return (cookieEnabled);
}
// Detection de la langue du navigateur
var lang = window.navigator.languages ? window.navigator.languages[0] : null;
lang = lang || window.navigator.language || window.navigator.browserLanguage || window.navigator.userLanguage;
if (lang.indexOf('-') !== -1) {
lang = lang.split('-')[0];
}
if (lang.indexOf('_') !== -1) {
lang = lang.split('_')[0];
}
var actual_cookie_lang = getCookie('user-language');
if (actual_cookie_lang.indexOf('_') !== -1) {
actual_cookie_lang = actual_cookie_lang.split('_')[0];
}
console.log('actual cookie lang : ' + actual_cookie_lang);
console.log('actual ICL lang ' + icl_curlang);
// Si on a pas encore la langue sauvée, c'est qu'on est jamais venu ici
if (logged_in || bot) {
// L'admin ou les bots ne sont pas redirigés
} else {
if (are_cookies_enabled()) {
if (actual_cookie_lang != "") {
console.log('==cas avec cookie lang');
if (actual_cookie_lang != icl_curlang) {
// Si la langue de l'url demandé ne correspond pas à la langue sauvée en cookie, on redir...
console.log('==langue différente');
console.log(actual_cookie_lang + ' <> ' + icl_curlang);
// On ne redirige que si l'on vient du site principal...
// Si on est sur fr. ou es. , c'est une demande explicite, on redirige pas...
if (window.location.hostname == 'www.sindup.com') {
if (url['icl-' + actual_cookie_lang]) {
console.log( "window.location.hostname =" + window.location.hostname );
console.log('need redir to ' + url['icl-'+actual_cookie_lang]);
document.location = url['icl-' + actual_cookie_lang];
} else {
console.log('need redir to ' + url['icl-en']);
document.location = url['icl-en'];
}
}
console.log('on definie le cookie to ' + locales[icl_curlang]);
setCookie('user-language', locales[icl_curlang], 365, '.sindup.com', '/');
}
} else {
if (url['icl-' + lang]) {
console.log('cas sans cookie...');
console.log(lang + ' dans le nav ');
console.log('need redir to ' + url['icl-'+lang]);
console.log('on definie le cookie to ' + lang);
setCookie('user-language', locales[lang], 365, '.sindup.com', '/');
document.location = url['icl-' + lang];
} else {
console.log('on definie le cookie to ' + locales[icl_curlang]);
setCookie('user-language', locales[icl_curlang], 365, '.sindup.com', '/');
}
}
}
}
</script>
<meta charset="UTF-8" />
<!-- Mobile Viewport Fix -->
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://fr.sindup.com/wordpress/xmlrpc.php">
<!--[if lt IE 9]>
<script src="https://fr.sindup.com/wp-content/themes/netconcept_V6/js/html5.js" type="text/javascript"></script>
<![endif]-->
<!-- Vérification de l'activation de Javascript -->
<script>document.documentElement.className = document.documentElement.className.replace("no-js", "js");</script>
<!-- Test version du navigateur pour informer le visiteur des incompatibilités -->
<script>
var $buoop = {required: {e: -4, f: -3, o: -3, s: -1, c: -3}, insecure: true, api: 2019.09};
function $buo_f() {
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
}
;
try {
document.addEventListener("DOMContentLoaded", $buo_f, false)
} catch (e) {
window.attachEvent("onload", $buo_f)
}
</script>
<meta name="apple-itunes-app" content="app-id=id551654817" />
<!-- MapPress Easy Google Maps Version:2.93 (https://www.mappresspro.com) -->
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="alternate" hreflang="fr" href="https://fr.sindup.com/" />
<link rel="alternate" hreflang="en" href="https://www.sindup.com/" />
<link rel="alternate" hreflang="x-default" href="https://fr.sindup.com/" />
<!-- Google tag (gtag.js) Consent Mode dataLayer added by Site Kit -->
<script id='google_gtagjs-js-consent-mode-data-layer'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500});
window._googlesitekitConsentCategoryMap = {"statistics":["analytics_storage"],"marketing":["ad_storage","ad_user_data","ad_personalization"],"functional":["functionality_storage","security_storage"],"preferences":["personalization_storage"]};
window._googlesitekitConsents = {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500}</script>
<!-- End Google tag (gtag.js) Consent Mode dataLayer added by Site Kit -->
<!-- This site is optimized with the Yoast SEO plugin v23.7 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Sindup, plateforme de veille stratégique et outils de veille professionnels</title><link rel="preload" data-rocket-preload as="image" href="https://fr.sindup.com/wp-content/uploads/2020/03/001-HOME-1-1440x702.jpg" imagesrcset="https://fr.sindup.com/wp-content/uploads/2020/03/001-HOME-1.jpg 1440w, https://fr.sindup.com/wp-content/uploads/2020/03/001-HOME-1-1024x499.jpg 1024w" imagesizes="(max-width: 1440px) 100vw, 1440px" fetchpriority="high">
<meta name="description" content="Sindup surveille tout pour vous livrer l'essentiel grâce à un outil de veille collaboratif doté d'une intelligence artificielle puissante. Bénéficiez d'un support utilisateur au quotidien." />
<link rel="canonical" href="https://fr.sindup.com/" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sindup, plateforme de veille stratégique et outils de veille professionnels" />
<meta property="og:description" content="Sindup surveille tout pour vous livrer l'essentiel grâce à un outil de veille collaboratif doté d'une intelligence artificielle puissante. Bénéficiez d'un support utilisateur au quotidien." />
<meta property="og:url" content="https://fr.sindup.com/" />
<meta property="og:site_name" content="Sindup" />
<meta property="article:modified_time" content="2024-10-17T10:00:03+00:00" />
<meta property="og:image" content="https://fr.sindup.com/wp-content/uploads/2020/06/visuel-solution.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://fr.sindup.com/","url":"https://fr.sindup.com/","name":"Sindup, plateforme de veille stratégique et outils de veille professionnels","isPartOf":{"@id":"https://fr.sindup.com/#website"},"about":{"@id":"https://fr.sindup.com/#organization"},"primaryImageOfPage":{"@id":"https://fr.sindup.com/#primaryimage"},"image":{"@id":"https://fr.sindup.com/#primaryimage"},"thumbnailUrl":"https://fr.sindup.com/wp-content/uploads/2020/06/visuel-solution.jpg","datePublished":"2016-03-14T10:06:59+00:00","dateModified":"2024-10-17T10:00:03+00:00","description":"Sindup surveille tout pour vous livrer l'essentiel grâce à un outil de veille collaboratif doté d'une intelligence artificielle puissante. Bénéficiez d'un support utilisateur au quotidien.","breadcrumb":{"@id":"https://fr.sindup.com/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://fr.sindup.com/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://fr.sindup.com/#primaryimage","url":"https://fr.sindup.com/wp-content/uploads/2020/06/visuel-solution.jpg","contentUrl":"https://fr.sindup.com/wp-content/uploads/2020/06/visuel-solution.jpg","width":636,"height":348},{"@type":"BreadcrumbList","@id":"https://fr.sindup.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://fr.sindup.com/#website","url":"https://fr.sindup.com/","name":"Sindup","description":"","publisher":{"@id":"https://fr.sindup.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://fr.sindup.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://fr.sindup.com/#organization","name":"Sindup","url":"https://fr.sindup.com/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://fr.sindup.com/#/schema/logo/image/","url":"https://fr.sindup.com/wp-content/uploads/2020/04/logo-sindup.svg","contentUrl":"https://fr.sindup.com/wp-content/uploads/2020/04/logo-sindup.svg","width":1,"height":1,"caption":"Sindup"},"image":{"@id":"https://fr.sindup.com/#/schema/logo/image/"}}]}</script>
<meta name="google-site-verification" content="WZ1wsJcBo6AI898UZUuPlykUkGced6q4LIP8zxbSyqg" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Sindup » Flux" href="https://fr.sindup.com/feed/" />
<style id='wp-emoji-styles-inline-css' type='text/css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://fr.sindup.com/wordpress/wp-includes/css/dist/block-library/style.min.css?ver=5213d9dfda99f2e06d2e2bf7a547bd8a' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mappress-leaflet-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/leaflet.css?ver=1730378025' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mappress-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/plugins/mappress-google-maps-for-wordpress/css/mappress.css?ver=1730378025' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='eeb-css-frontend-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/plugins/email-encoder-bundle/core/includes/assets/css/style.css?ver=1730378025' type='text/css' media='all' />
<link rel='stylesheet' id='siteorigin-panels-front-css' href='https://fr.sindup.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.30.0' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-swiper-css' href='https://fr.sindup.com/wp-content/themes/netconcept_V6/js/libs/swiper-4.4.1/dist/css/swiper.min.css?ver=4.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-select2-css' href='https://fr.sindup.com/wp-content/themes/netconcept_V6/css/select2.min.css?ver=4.1.0-rc.0' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jquery-ui-css-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/themes/netconcept_V6/css/jquery-ui.css?ver=1730378025' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='flatpicker-css' href='https://fr.sindup.com/wp-content/cache/min/1/npm/flatpickr/dist/flatpickr.min.css?ver=1730378026' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='netconcept-css-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/themes/netconcept_V6/css/styles.css?ver=1730378026' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='malinky-ajax-pagination-css' href='https://fr.sindup.com/wp-content/cache/min/1/wp-content/plugins/malinky-ajax-pagination/css/style.css?ver=1730378026' type='text/css' media='all' />
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://fr.sindup.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="text/javascript" src="https://fr.sindup.com/wordpress/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://fr.sindup.com/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" data-rocket-defer defer></script>
<script type="text/javascript" src="https://fr.sindup.com/wp-content/plugins/email-encoder-bundle/core/includes/assets/js/custom.js?ver=240618-141636" id="eeb-js-frontend-js" data-rocket-defer defer></script>
<script type="text/javascript" src="https://fr.sindup.com/wp-content/themes/netconcept_V6/wpml/templates/language-switchers/language-code-only/script.js?ver=1" id="wpml-ls-theme-sindup-by-net-concept-iso-codes-for-widget-or-shortcode-0-js" data-rocket-defer defer></script>
<script type="text/javascript" id="wpml-xdomain-data-js-extra">
/* <![CDATA[ */
var wpml_xdomain_data = {"css_selector":"wpml-ls-item","ajax_url":"https:\/\/fr.sindup.com\/wordpress\/wp-admin\/admin-ajax.php","current_lang":"fr","_nonce":"55d2895040"};
/* ]]> */
</script>
<script type="text/javascript" src="https://fr.sindup.com/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=4.6.13" id="wpml-xdomain-data-js" defer="defer" data-wp-strategy="defer"></script>
<link rel="https://api.w.org/" href="https://fr.sindup.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://fr.sindup.com/wp-json/wp/v2/pages/6" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://fr.sindup.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffr.sindup.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://fr.sindup.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffr.sindup.com%2F&format=xml" />
<meta name="generator" content="WPML ver:4.6.13 stt:1,4,2;" />
<meta name="generator" content="Site Kit by Google 1.138.0" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.66-->
<script class="hsq-set-content-id" data-content-id="standard-page">
var _hsq = _hsq || [];
_hsq.push(["setContentType", "standard-page"]);
</script>
<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
<style type="text/css">
#totop {
position: fixed;
right: 30px;
bottom: 30px;
display: none;
outline: none;
}
</style>
<!-- Extrait Google Tag Manager ajouté par Site Kit -->
<script type="text/javascript">
/* <![CDATA[ */
( function( w, d, s, l, i ) {
w[l] = w[l] || [];
w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
var f = d.getElementsByTagName( s )[0],
j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-5FNBDS' );
/* ]]> */
</script>
<!-- Arrêter l'extrait Google Tag Manager ajouté par Site Kit -->
<style media="all" id="siteorigin-panels-layouts-head">/* Layout 6 */ #pgc-6-0-0 , #pgc-6-1-0 , #pgc-6-3-0 , #pgc-6-7-0 { width:100%;width:calc(100% - ( 0 * 50px ) ) } #pg-6-0 , #pg-6-1 , #pg-6-2 , #pg-6-3 , #pg-6-4 , #pg-6-5 , #pg-6-6 , #pl-6 .so-panel , #pl-6 .so-panel:last-of-type { margin-bottom:0px } #pgc-6-2-0 { width:30%;width:calc(30% - ( 0.7 * 50px ) ) } #pgc-6-2-1 { width:70%;width:calc(70% - ( 0.3 * 50px ) ) } #pgc-6-4-0 { width:45%;width:calc(45% - ( 0.55 * 50px ) ) } #pgc-6-4-1 { width:55%;width:calc(55% - ( 0.45 * 50px ) ) } #pgc-6-5-0 { width:47.5%;width:calc(47.5% - ( 0.525 * 50px ) ) } #pgc-6-5-1 { width:52.5%;width:calc(52.5% - ( 0.475 * 50px ) ) } #pgc-6-6-0 , #pgc-6-6-1 { width:50% } #pg-6-0.panel-has-style > .panel-row-style, #pg-6-0.panel-no-style , #pg-6-1.panel-has-style > .panel-row-style, #pg-6-1.panel-no-style , #pg-6-3.panel-has-style > .panel-row-style, #pg-6-3.panel-no-style , #pg-6-5.panel-has-style > .panel-row-style, #pg-6-5.panel-no-style , #pg-6-7.panel-has-style > .panel-row-style, #pg-6-7.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-6-2> .panel-row-style { padding:0px 0px 50px 0px } #pg-6-2.panel-has-style > .panel-row-style, #pg-6-2.panel-no-style , #pg-6-4.panel-has-style > .panel-row-style, #pg-6-4.panel-no-style { -webkit-align-items:center;align-items:center } #pg-6-4> .panel-row-style { background-image:url(https://fr.sindup.com/wp-content/uploads/2020/06/bg-row-accueil.jpg);background-position:center center;background-size:cover } #pg-6-6.panel-has-style > .panel-row-style, #pg-6-6.panel-no-style { -webkit-align-items:stretch;align-items:stretch } #panel-6-6-1-0> .panel-widget-style { background-image:url(https://fr.sindup.com/wp-content/uploads/2020/06/visuel-smartphone.jpg);background-position:center center;background-size:cover } @media (max-width:767px){ #pg-6-0.panel-no-style, #pg-6-0.panel-has-style > .panel-row-style, #pg-6-0 , #pg-6-1.panel-no-style, #pg-6-1.panel-has-style > .panel-row-style, #pg-6-1 , #pg-6-2.panel-no-style, #pg-6-2.panel-has-style > .panel-row-style, #pg-6-2 , #pg-6-3.panel-no-style, #pg-6-3.panel-has-style > .panel-row-style, #pg-6-3 , #pg-6-4.panel-no-style, #pg-6-4.panel-has-style > .panel-row-style, #pg-6-4 , #pg-6-5.panel-no-style, #pg-6-5.panel-has-style > .panel-row-style, #pg-6-5 , #pg-6-6.panel-no-style, #pg-6-6.panel-has-style > .panel-row-style, #pg-6-6 , #pg-6-7.panel-no-style, #pg-6-7.panel-has-style > .panel-row-style, #pg-6-7 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-6-0 > .panel-grid-cell , #pg-6-0 > .panel-row-style > .panel-grid-cell , #pg-6-1 > .panel-grid-cell , #pg-6-1 > .panel-row-style > .panel-grid-cell , #pg-6-2 > .panel-grid-cell , #pg-6-2 > .panel-row-style > .panel-grid-cell , #pg-6-3 > .panel-grid-cell , #pg-6-3 > .panel-row-style > .panel-grid-cell , #pg-6-4 > .panel-grid-cell , #pg-6-4 > .panel-row-style > .panel-grid-cell , #pg-6-5 > .panel-grid-cell , #pg-6-5 > .panel-row-style > .panel-grid-cell , #pg-6-6 > .panel-grid-cell , #pg-6-6 > .panel-row-style > .panel-grid-cell , #pg-6-7 > .panel-grid-cell , #pg-6-7 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-6-2-0 , #pgc-6-4-0 , #pgc-6-5-0 , #pgc-6-6-0 , #pl-6 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px } #pl-6 .panel-grid-cell { padding:0 } #pl-6 .panel-grid .panel-grid-cell-empty { display:none } } </style><link rel="icon" href="https://fr.sindup.com/wp-content/uploads/2020/06/up-1-62x60.png" sizes="32x32" />
<link rel="icon" href="https://fr.sindup.com/wp-content/uploads/2020/06/up-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://fr.sindup.com/wp-content/uploads/2020/06/up-1.png" />
<meta name="msapplication-TileImage" content="https://fr.sindup.com/wp-content/uploads/2020/06/up-1.png" />
<style type="text/css" id="wp-custom-css">
.page-id-13093 .row-up-sindup::before {top: 55px !important;} </style>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
<script>
jQuery(document).ready(function($) {
$('.wpml-ls-link').on('click', function() {
var code = $(this).find('span').text();
// Sinon, on sauve la langue de navigation...
setCookie('user-language', locales[code], 365, '.sindup.com', '/');
});
});
</script>
<meta name="generator" content="WP Rocket 3.17.2" data-wpr-features="wpr_defer_js wpr_lazyload_iframes wpr_oci wpr_image_dimensions wpr_cache_webp wpr_minify_css wpr_desktop" /></head>
Sindup, plateforme de veille stratégique et outils de veille professionnels
Recherche META Description de la page
Sindup surveille tout pour vous livrer l'essentiel grâce à un outil de veille collaboratif doté d'une intelligence artificielle puissante. Bénéficiez d'un support utilisateur au quotidien.
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Apache',redirection='https://fr.sindup.com',Status='200',err='',[TITRE]=N'Sindup, plateforme de veille stratégique et outils de veille professionnels',[DESCRIPTION]=N'Sindup surveille tout pour vous livrer l'essentiel grâce à un outil de veille collaboratif doté d'une intelligence artificielle puissante. Bénéficiez d'un support utilisateur au quotidien.',[KEYWORDS]=N'' WHERE id=165277
0 Sindup plateforme de veille stratégique et outils de veille professionnels Sindup surveille tout pour vous livrer l essentiel grâce à un outil de veille collaboratif doté d une intelligence artificielle puissante. Bénéficiez d un support utilisateur au quotidien.
0. Sindup (6)--------->0
2. plateforme (10)--------->0
3. de (2)--------->0
4. veille (6)--------->0
5. stratégique (11)--------->0
6. et (2)--------->0
7. outils (6)--------->0
10. professionnels (14)--------->0
12. surveille (9)--------->0
13. tout (4)--------->0
14. pour (4)--------->0
15. vous (4)--------->0
16. livrer (6)--------->0
17. l (1)--------->0
18. essentiel (9)--------->0
19. grâce (5)--------->0
20. à (1)--------->0
21. un (2)--------->0
22. outil (5)--------->0
25. collaboratif (12)--------->0
26. doté (4)--------->0
27. d (1)--------->0
28. une (3)--------->0
29. intelligence (12)--------->0
30. artificielle (12)--------->0
31. puissante (9)--------->0
32. Bénéficiez (10)--------->0
35. support (7)--------->0
36. utilisateur (11)--------->0
37. au (2)--------->0
38. quotidien (9)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Sindup',165277),(N'plateforme',165277),(N'de',165277),(N'veille',165277),(N'stratégique',165277),(N'et',165277),(N'outils',165277),(N'professionnels',165277),(N'surveille',165277),(N'tout',165277),(N'pour',165277),(N'vous',165277),(N'livrer',165277),(N'l',165277),(N'essentiel',165277),(N'grâce',165277),(N'à',165277),(N'un',165277),(N'outil',165277),(N'collaboratif',165277),(N'doté',165277),(N'd',165277),(N'une',165277),(N'intelligence',165277),(N'artificielle',165277),(N'puissante',165277),(N'Bénéficiez',165277),(N'support',165277),(N'utilisateur',165277),(N'au',165277),(N'quotidien',165277)