File size: 13,561 Bytes
1e287d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!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>