-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesktop-menu.html
More file actions
185 lines (178 loc) · 12.2 KB
/
desktop-menu.html
File metadata and controls
185 lines (178 loc) · 12.2 KB
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
<!-- desktop-menu.html – with dual tooltips: title (native) + data-tooltip (CSS popup) -->
<nav class="p-6 space-y-4 flex-1">
<!-- Pro Traffic -->
<a href="/pro/"
class="sidebar-link flex items-center gap-4 justify-center md:justify-start text-lg text-gray-500 dark:text-white/90 hover:text-orange-400 transition pro-menu-link"
title="Pro Traffic – Advanced 360° SEO + UX + GEO Competitive Intelligence Toolkit"
data-tooltip="Pro Traffic – Advanced 360° SEO, GEO, AEO Audit Toolkit">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🚥</span>
<span class="sidebar-text font-semibold flex-1">Pro Traffic</span>
</a>
<!-- Group 1: SEO Tools -->
<button
type="button"
class="group w-full flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition focus:outline-none"
aria-expanded="false"
data-category="seo"
title="Instant 360° SEO, GEO, AEO + UX audits – health score, fix suggestions, plugin solutions & education"
data-tooltip="Instant 360° SEO + UX audit – health score, fix suggestions, plugin solutions & education"
>
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🧰</span>
<span class="sidebar-text font-semibold flex-1">SEO Tools</span>
<span class="ml-auto text-xl transition-transform sidebar-arrow hidden md:inline">▼</span>
</button>
<div class="pl-0 md:pl-10 space-y-3 mt-1 hidden" data-category-content="seo">
<a href="/topical-authority-audit-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Detect main topics, subtopics and explore subtopic suggestions"
data-tooltip="Detect main topics, subtopics and explore subtopic suggestions">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">⚜️</span>
<span class="sidebar-text hidden md:block">Topical Authority</span>
</a>
<a href="/seo-entity-extractor-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Extract entities from content tool – improve topical authority & semantic SEO"
data-tooltip="Extract entities from content tool – improve topical authority & semantic SEO">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🧬</span>
<span class="sidebar-text hidden md:block">Entity Extractor</span>
</a>
<a href="/seo-intent-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Analyze search intent EEAT tool – match content to user needs"
data-tooltip="Analyze search intent EEAT tool – match content to user needs">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🎯</span>
<span class="sidebar-text hidden md:block">SEO Intent</span>
</a>
<a href="/local-seo-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Google Maps & local pack analysis tool + optimization guide"
data-tooltip="Google Maps & local pack analysis tool + optimization guide">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">📍</span>
<span class="sidebar-text hidden md:block">Local SEO</span>
</a>
<a href="/product-seo-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="E-commerce product page audit tool – optimize titles, descriptions, schema & UX"
data-tooltip="E-commerce product page audit tool – optimize titles, descriptions, schema & UX">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🛒</span>
<span class="sidebar-text hidden md:block">Product SEO</span>
</a>
<a href="/schema-generator/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Generate JSON-LD structured data tool – for rich results and better for click through rates"
data-tooltip="Generate JSON-LD structured data tool – for rich results and better click through rates">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">⚙️</span>
<span class="sidebar-text hidden md:block">Schema Generator</span>
</a>
</div>
<!-- Group 2: AI Tools -->
<button
type="button"
class="group w-full flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition focus:outline-none"
aria-expanded="false"
data-category="ai"
title="GEO AEO & AIO tools for content, search optimization & automation"
data-tooltip="GEO AEO & AIO tools for content, search optimization & automation"
>
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🛠</span>
<span class="sidebar-text font-semibold flex-1">AI Tools</span>
<span class="ml-auto text-xl transition-transform sidebar-arrow hidden md:inline">▼</span>
</button>
<div class="pl-0 md:pl-10 space-y-3 mt-1 hidden" data-category-content="ai">
<a href="/ai-search-optimization-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Optimize content for Google AI Overviews, SGE & generative search"
data-tooltip="Optimize content for Google AI Overviews, SGE & generative search">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🔍</span>
<span class="sidebar-text hidden md:block">GEO Audit</span>
</a>
<a href="/ai-voice-search-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Voice search optimization tool – conversational keywords & featured snippets"
data-tooltip="Voice search optimization tool – conversational keywords & featured snippets">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🎙️</span>
<span class="sidebar-text hidden md:block">AI Voice Search</span>
</a>
<a href="/ai-audit-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="AI content audit tool – detect generated text and quality"
data-tooltip="AI content audit tool – detect generated text and quality">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🤖</span>
<span class="sidebar-text hidden md:block">AI Content</span>
</a>
</div>
<!-- Group 3: UX Tools -->
<button
type="button"
class="group w-full flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition focus:outline-none"
aria-expanded="false"
data-category="ux"
title="User experience analysis – quit risk, bounce rate & UX improvements"
data-tooltip="User experience analysis – quit risk, bounce rate & UX improvements"
>
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🛡️</span>
<span class="sidebar-text font-semibold flex-1">UX Tools</span>
<span class="ml-auto text-xl transition-transform sidebar-arrow hidden md:inline">▼</span>
</button>
<div class="pl-0 md:pl-10 space-y-3 mt-1 hidden" data-category-content="ux">
<a href="/quit-risk-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Predict user quit risk – identify friction points & retention fixes"
data-tooltip="Predict user quit risk – identify friction points & retention fixes">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">⚠️</span>
<span class="sidebar-text hidden md:block">Quit Risk</span>
</a>
<a href="/#seo-ux-tool" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Full SEO + UX audit tool – combined health score & actionable fixes"
data-tooltip="Full SEO + UX audit tool – combined health score & actionable fixes">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">⚖️</span>
<span class="sidebar-text hidden md:block">SEO + UX</span>
</a>
</div>
<!-- Group 4: Keyword Tools -->
<button
type="button"
class="group w-full flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition focus:outline-none"
aria-expanded="false"
data-category="keywords"
title="Keyword suggestion and audit tools – generate keyword ideas, keyword placement, compare with competition"
data-tooltip="Keyword suggestion and audit tools – generate keyword ideas, keyword placement, compare with competition"
>
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🔐</span>
<span class="sidebar-text font-semibold flex-1">Keywords</span>
<span class="ml-auto text-xl transition-transform sidebar-arrow hidden md:inline">▼</span>
</button>
<div class="pl-0 md:pl-10 space-y-3 mt-1 hidden" data-category-content="keywords">
<a href="/keyword-research-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Keyword research and generator tool - find high impact and longtail keywords"
data-tooltip="Keyword research and generator tool - find high impact and longtail keywords">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🔑</span>
<span class="sidebar-text hidden md:block">Research</span>
</a>
<a href="/keyword-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Keyword placement tool – volume, difficulty, trends & clustering"
data-tooltip="Keyword placement tool – volume, difficulty, trends & clustering">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🗝️</span>
<span class="sidebar-text hidden md:block">Placement</span>
</a>
<a href="/keyword-vs-tool/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Competitor keyword gap analysis tool – find opportunities they rank for"
data-tooltip="Competitor keyword gap analysis tool – find opportunities they rank for">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🆚</span>
<span class="sidebar-text hidden md:block">Competition</span>
</a>
</div>
<!-- Help Guides -->
<a href="/ai-ux-seo-help-guides/" class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Free guides & tutorials – master SEO, UX, AI content & optimization"
data-tooltip="Free guides & tutorials – master SEO, UX, AI content & optimization">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">📋</span>
<span class="sidebar-text hidden md:block">Help Guides</span>
</a>
<!-- Extensions -->
<a href="/#extensions"
class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Traffic Torch Browser Extensions – Chrome, Firefox & Edge"
data-tooltip="Traffic Torch Browser Extensions – Chrome, Firefox & Edge">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">🦊</span>
<span class="sidebar-text hidden md:block">Extensions</span>
</a>
<!-- Plugins -->
<a href="/#ai-seo-plugins"
class="sidebar-link flex items-center gap-4 text-lg text-gray-500 dark:text-gray-200 hover:text-orange-400 transition"
title="Traffic Torch AI SEO Plugins – WordPress, Figma & Framer"
data-tooltip="Traffic Torch AI SEO Plugins – WordPress, Figma & Framer">
<span class="text-2xl w-10 flex items-center justify-center flex-shrink-0">💠</span>
<span class="sidebar-text hidden md:block">Plugins</span>
</a>
</nav>