<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[L'Agora sur Chronica – Un peu de Google bashing ...]]></title>
	<link rel="self" href="https://agora.chauvigne.info/extern.php?action=feed&amp;tid=169&amp;type=atom" />
	<updated>2021-04-24T16:32:19Z</updated>
	<generator>PunBB</generator>
	<id>https://agora.chauvigne.info/viewtopic.php?id=169</id>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=931#p931" />
			<content type="html"><![CDATA[<p>hé bé non, ça marchait pas, ça me faisait une page blanche, à cause du plug Simple SEO, qui met un peu la zone, là.<br />Alors je l&#039;ai mis un peu plus bas, la ligne après ma meta description.<br />Merci Michel, c&#039;est nickel.</p>]]></content>
			<author>
				<name><![CDATA[Katryne]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=2</uri>
			</author>
			<updated>2021-04-24T16:32:19Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=931#p931</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=930#p930" />
			<content type="html"><![CDATA[<p>Ce devrait être aussi possible de modifier ton fichier templates/templatexx/topmenu.php<br />comme tu as (me semble-t-il) modifié ton footer.php</p><p>Je te laisse chercher...</p><p>Ben, non, je ne pense pas que cela fonctionne. Oublie !</p>]]></content>
			<author>
				<name><![CDATA[MichelKirsch]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=25</uri>
			</author>
			<updated>2021-04-24T14:20:41Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=930#p930</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=929#p929" />
			<content type="html"><![CDATA[<p>J&#039;ai vérifié quelques pages. Le header nouveau s&#039;y trouve bien.<br />avec ceci,<br />c&#039;est plus joli</p><p>&nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;meta http-equiv=\&quot;Permissions-Policy\&quot; content=\&quot;interest-cohort=()\&quot;/&gt;\n&quot;;</p>]]></content>
			<author>
				<name><![CDATA[MichelKirsch]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=25</uri>
			</author>
			<updated>2021-04-24T14:13:59Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=929#p929</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=928#p928" />
			<content type="html"><![CDATA[<p>Correction :</p><p>Remplacer (environ ligne 70)</p><p>&nbsp; &nbsp; if( !$cms[&#039;support&#039;] )<br />&nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;html xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;\n&lt;head&gt;\n&quot;;<br />&nbsp; &nbsp; else<br />&nbsp; &nbsp; &nbsp; &nbsp; echo $cms[&#039;credits&#039;];</p><p>PAR</p><p>&nbsp; &nbsp; if( !$cms[&#039;support&#039;] ){<br />&nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;html xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;\n&lt;head&gt;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;meta http-equiv=&quot;Permissions-Policy&quot; content=&quot;interest-cohort=()&quot;/&gt;&#039;;&nbsp; &nbsp; <br />&nbsp; &nbsp; }else<br />&nbsp; &nbsp; &nbsp; &nbsp; echo $cms[&#039;credits&#039;];</p>]]></content>
			<author>
				<name><![CDATA[MichelKirsch]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=25</uri>
			</author>
			<updated>2021-04-24T14:08:36Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=928#p928</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=927#p927" />
			<content type="html"><![CDATA[<p>J&#039;essayerais dans genlib.php, fonction tng_header (environ ligne 70)</p><p>Repère<br />&nbsp; &nbsp; if( !$cms[&#039;support&#039;] )<br />&nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;html xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;\n&lt;head&gt;\n&quot;;</p><p>et ajoute juste avant le else</p><p>echo &#039;&lt;meta http-equiv=&quot;Permissions-Policy&quot; content=&quot;interest-cohort=()&quot;/&gt;&#039;;</p><p>(attention de tout copier!)</p><p>En principe, chaque page générée comportera ta phrase.<br />Pour vérifier, clic droit sur une page tng ouverte et voir le code source de la page.</p><br /><p>Michel</p>]]></content>
			<author>
				<name><![CDATA[MichelKirsch]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=25</uri>
			</author>
			<updated>2021-04-24T14:06:40Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=927#p927</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=926#p926" />
			<content type="html"><![CDATA[<p>Il y a plein de mots que je ne comprends pas dans ton post, mais c&#039;est normal : ça vient de moi...</p><p>Ton header devrait donc être mis sur toutes les pages générées par TNG?</p>]]></content>
			<author>
				<name><![CDATA[MichelKirsch]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=25</uri>
			</author>
			<updated>2021-04-24T13:59:13Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=926#p926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Un peu de Google bashing ...]]></title>
			<link rel="alternate" href="https://agora.chauvigne.info/viewtopic.php?pid=920#p920" />
			<content type="html"><![CDATA[<p>Bonjour tout le monde !<br />Ça fait plusieurs semaines que l&#039;on parle de Floc, la nouvelle méthode à Google, pour espionner les visiteurs de nos sites web et utiliser nos sites pour dresser leur profil, orienter leurs recherches, dont le résultat ne sera pas le même pour chacun et leur vendre on ne sait trop quoi via des publicités ciblées. Voir l&#039;article traduit sur le Framablog, là : <a href="https://framablog.org/2021/04/20/develo" target="_blank" rel="noopener noreferrer nofollow">https://framablog.org/2021/04/20/develo</a> … ez-le-web/ C&#039;est un peu plus technique que ce que je vous en dit là.</p><p>Comment peut-on insérer dans le header le mot magique pour que Google ne vienne pas récolter chez nous ?<br />il s&#039;agirait de poser quelque chose comme ça dans le header :</p><div class="codebox"><pre><code>&lt;meta http-equiv=&quot;Permissions-Policy&quot; content=&quot;interest-cohort=()&quot;/&gt;</code></pre></div><p>J&#039;ai réussi à le faire, avec un peu d&#039;aide dans mon cms adHoc, avec un plugin de création de meta dans mon album en ligne Piwigo. <br />Mais comment faire dans TNG ?</p>]]></content>
			<author>
				<name><![CDATA[Katryne]]></name>
				<uri>https://agora.chauvigne.info/profile.php?id=2</uri>
			</author>
			<updated>2021-04-23T19:06:32Z</updated>
			<id>https://agora.chauvigne.info/viewtopic.php?pid=920#p920</id>
		</entry>
</feed>
