Skip to content

Commit

Permalink
seo
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Nov 10, 2024
1 parent 50a8793 commit b347ca9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions svelte_blinkenweb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>x86-64 playground</title>

<meta name="description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
<meta name="description" content="An online assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm" />
<meta name="keywords" content="Gdb, x86-64, x64, CTF, assembly, debugger, Fasm, Binutils, webassembly, wasm binutils, wasm assembler" />
<meta name="author" content="https://halb.it" />
<link rel="canonical" href="https://x64.halb.it/" />
<meta name="robots" content="index, follow" />

<meta property="og:title" content="X86-64 playground" />
<meta property="og:description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
<meta property="og:description" content="An online assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm" />
<meta property="og:image" content="https://x64.halb.it/card.jpg" />
<meta content="1762" property="og:image:width">
<meta content="1068" property="og:image:height">
Expand Down
3 changes: 3 additions & 0 deletions svelte_blinkenweb/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /

13 changes: 12 additions & 1 deletion svelte_blinkenweb/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"id": "playground/v1"
"name": "x64 playground",
"short_name": "x64",
"description": "An online assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
Expand All @@ -15,7 +17,16 @@
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/card.jpg",
"sizes": "1760x1070",
"label": "Screenshot showing a web app composed of multiple panes with a dark theme. The leftmost pane is a text editor showing an assembly code snippet. the other panes show debugger data like registers and a hexdump of the stack layout of a process."

}
],
"theme_color": "#343434",
"categories": ["education", "programming"],
"background_color": "#1c1e24",
"display": "standalone"
}
}

0 comments on commit b347ca9

Please sign in to comment.