From 458271e8f3f1a7e0b9cfea9355e18d68ef4df779 Mon Sep 17 00:00:00 2001
From: ck <ck@mapcos7dev.localdomain>
Date: Wed, 3 Jun 2020 17:54:43 +0200
Subject: [PATCH] Q uelques ajouts de balise meta pour SEO

---
 like_mybb_bT4CK-theme.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml
index 7a393c6..cd7b838 100644
--- a/like_mybb_bT4CK-theme.xml
+++ b/like_mybb_bT4CK-theme.xml
@@ -5840,9 +5840,11 @@ $(".forumjump").on('change', function() {
 				<navigation>
 					<br />]]></template>
 		<template name="headerinclude" version="1822"><![CDATA[<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<meta name="Description" content="A french tech IT for friends only - a lot of tips :). Author : ckforum" />
 <link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
 <link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
+<link rel="preconnect" href="https://www.google-analytics.com" />
 <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
 <meta http-equiv="Content-Script-Type" content="text/javascript" />
 <!-- Bootstrap CSS CND 
-- 
GitLab