Skip to content

Commit 8b84272

Browse files
evilsocketclaude
andauthored
Add security-related keywords metatag to site head (#71)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5fe78c9 commit 8b84272

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ export default defineConfig({
4444
favicon: "/favicon.png",
4545
plugins: [starlightAutoSidebar(), starlightFullViewMode()],
4646
head: [
47+
{
48+
tag: "meta",
49+
attrs: {
50+
name: "keywords",
51+
content: "WiFi security tool, Bluetooth hacking tool, Network reconnaissance software, MITM attack tool, Wireless HID hijacking tool, CAN-bus security tool, IPv4 network analysis tool, IPv6 network security tool",
52+
},
53+
},
4754
{
4855
tag: "script",
4956
attrs: {

0 commit comments

Comments
 (0)