sitweb-seo-toolkit / optimization.html
Wbazin25's picture
Tu es expert en développement de plugins WordPress, en intégration OAuth2 Google (Search Console / URL Inspection, Google Ads API, Google Analytics 4 Data API), en SEO avancé, Core Web Vitals et UX.
1e287d3 verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SitWeb SEO Toolkit - Optimisation</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body class="bg-gray-50 min-h-screen font-sans">
<!-- Header -->
<header class="bg-white shadow-sm">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<h1 class="text-xl font-bold text-indigo-700">SitWeb SEO Toolkit</h1>
<nav>
<ul class="flex space-x-6">
<li><a href="index.html" class="text-gray-600 hover:text-indigo-600">Tableau de bord</a></li>
<li><a href="indexation.html" class="text-gray-600 hover:text-indigo-600">Indexation</a></li>
<li><a href="#" class="text-indigo-600 font-medium">Optimisation</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Mots-clés</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Concurrence</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Backlinks</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Performance</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Paramètres</a></li>
</ul>
</nav>
</div>
</header>
<!-- Main Content -->
<main class="container mx-auto px-4 py-8">
<div class="flex justify-between items-center mb-8">
<h2 class="text-2xl font-semibold text-gray-800">Optimisation SEO des Pages</h2>
<div>
<button class="bg-indigo-600 text-white px-4 py-2 rounded-md hover:bg-indigo-700 mr-3">
<i data-feather="filter" class="mr-2"></i>Filtrer
</button>
<button class="bg-green-600 text-white px-4 py-2 rounded-md hover:bg-green-700">
<i data-feather="download" class="mr-2"></i>Exporter CSV
</button>
</div>
</div>
<!-- Page Selection -->
<div class="bg-white p-6 rounded-lg shadow mb-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Sélectionner une page</label>
<select class="w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50">
<option>/produits/chaussures-de-running</option>
<option>/blog/guide-achat-chaussures</option>
<option>/contact</option>
<option>/a-propos</option>
</select>
</div>
<div>
<label class="block text-sm font-medium text-gray-700 mb-1">Mots-clés principaux</label>
<input type="text" class="w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50" value="chaussures de running">
</div>
<div class="flex items-end">
<button class="w-full bg-indigo-600 text-white px-4 py-2 rounded-md hover:bg-indigo-700">
Analyser
</button>
</div>
</div>
</div>
<!-- Optimization Recommendations -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-8">
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-lg font-medium mb-4 text-gray-800">Suggestions d'Optimisation</h3>
<div class="space-y-4">
<div class="border-l-4 border-indigo-500 pl-4 py-1">
<h4 class="font-medium">Titre de Page</h4>
<p class="text-sm text-gray-600 mt-1">Actuel: "Chaussures de Running - Boutique Sport"</p>
<p class="text-sm text-green-600 mt-1">Recommandé: "Chaussures de Running Homme & Femme - Jusqu'à -50%"</p>
<div class="mt-2 flex space-x-2">
<button class="text-xs bg-indigo-100 text-indigo-800 px-2 py-1 rounded">Appliquer</button>
<button class="text-xs bg-gray-100 text-gray-800 px-2 py-1 rounded">Copier</button>
</div>
</div>
<div class="border-l-4 border-indigo-500 pl-4 py-1">
<h4 class="font-medium">Meta Description</h4>
<p class="text-sm text-gray-600 mt-1">Actuelle: "Découvrez nos chaussures de running..."</p>
<p class="text-sm text-green-600 mt-1">Recommandée: "Découvrez notre sélection de chaussures de running pour hommes et femmes. Qualité, confort et performance garantie. Livraison gratuite dès 50€ !"</p>
<div class="mt-2 flex space-x-2">
<button class="text-xs bg-indigo-100 text-indigo-800 px-2 py-1 rounded">Appliquer</button>
<button class="text-xs bg-gray-100 text-gray-800 px-2 py-1 rounded">Copier</button>
</div>
</div>
<div class="border-l-4 border-indigo-500 pl-4 py-1">
<h4 class="font-medium">Slug URL</h4>
<p class="text-sm text-gray-600 mt-1">Actuel: "/produits/chaussures-de-running"</p>
<p class="text-sm text-green-600 mt-1">Recommandé: "/chaussures-running-homme-femme"</p>
<div class="mt-2 flex space-x-2">
<button class="text-xs bg-indigo-100 text-indigo-800 px-2 py-1 rounded">Appliquer</button>
<button class="text-xs bg-gray-100 text-gray-800 px-2 py-1 rounded">Copier</button>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-lg font-medium mb-4 text-gray-800">Mots-clés Suggérés</h3>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Mot-clé</th>
<th scope="col" class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Volume</th>
<th scope="col" class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Difficulté</th>
<th scope="col" class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Potentiel</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">chaussures running femme</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">4,200</td>
<td class="px-4 py-2 whitespace-nowrap">
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full" style="width: 65%"></div>
</div>
<span class="text-xs text-gray-500">Moyenne</span>
</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-green-600 font-medium">Élevé</td>
</tr>
<tr>
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">running trail homme</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">1,800</td>
<td class="px-4 py-2 whitespace-nowrap">
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 35%"></div>
</div>
<span class="text-xs text-gray-500">Faible</span>
</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-green-600 font-medium">Très élevé</td>
</tr>
<tr>
<td class="px-4 py-2 whitespace-nowrap text-sm font-medium text-gray-900">chaussures de course amorties</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-500">3,100</td>
<td class="px-4 py-2 whitespace-nowrap">
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-red-500 h-2 rounded-full" style="width: 85%"></div>
</div>
<span class="text-xs text-gray-500">Élevée</span>
</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-yellow-600 font-medium">Moyen</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Lexical Field -->
<div class="bg-white p-6 rounded-lg shadow mb-8">
<h3 class="text-lg font-medium mb-4 text-gray-800">Champ Lexical Recommandé</h3>
<div class="flex flex-wrap gap-2">
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">amorti</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">semelle</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">pointure</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">marathon</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">trail</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">performance</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">confort</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">respiration</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">légèreté</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">technologie</span>
</div>
</div>
<!-- Long Tail Keywords -->
<div class="bg-white p-6 rounded-lg shadow">
<h3 class="text-lg font-medium mb-4 text-gray-800">Phrases Longue Traîne</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<h4 class="font-medium text-gray-700 mb-2">Requêtes Transactionnelles</h4>
<ul class="list-disc pl-5 space-y-1">
<li class="text-sm">acheter chaussures de running pas cher</li>
<li class="text-sm">chaussures running femme nike air zoom</li>
<li class="text-sm">meilleures chaussures de course pour débutant</li>
<li class="text-sm">chaussures running trail salomon femme</li>
</ul>
</div>
<div>
<h4 class="font-medium text-gray-700 mb-2">Requêtes Informationnelles</h4>
<ul class="list-disc pl-5 space-y-1">
<li class="text-sm">comment choisir ses chaussures de running</li>
<li class="text-sm">différence trail route chaussures</li>
<li class="text-sm">test chaussures running decathlon 2023</li>
<li class="text-sm">guide taille chaussures de sport</li>
</ul>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-white border-t mt-12">
<div class="container mx-auto px-4 py-6">
<p class="text-center text-gray-500 text-sm">© 2023 SitWeb SEO Toolkit. Tous droits réservés.</p>
</div>
</footer>
<script>
// Initialize Feather Icons
feather.replace();
// Initialize AOS
AOS.init();
</script>
</body>
</html>