|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 |
|
7 | | - <!--SEO Meta Tags --> |
| 7 | + <!-- SEO --> |
8 | 8 | <meta name="description" content="Go Memory Layout Visualizer - Optimize Go struct memory layout with real-time visualization. Reduce memory usage by 10-30% with automatic field reordering, padding detection, and multi-architecture support for amd64, arm64, and 386."> |
9 | 9 | <meta name="keywords" content="go memory layout, golang struct optimization, go padding alignment, vscode go extension, golang memory profiling, struct field ordering, go performance optimization, golang memory visualization, go struct analyzer, reduce go memory usage, golang development tools, go struct padding calculator, memory efficient go, golang struct size, go architecture amd64 arm64"> |
10 | 10 | <meta name="author" content="RhinoSoftware"> |
|
15 | 15 | <meta name="rating" content="general"> |
16 | 16 | <link rel="canonical" href="https://1rhino2.github.io/go-memory-visualizer/"> |
17 | 17 |
|
18 | | - <!-- Open Graph / Facebook --> |
| 18 | + <!-- OG --> |
19 | 19 | <meta property="og:type" content="website"> |
20 | 20 | <meta property="og:url" content="https://1rhino2.github.io/go-memory-visualizer/"> |
21 | 21 | <meta property="og:title" content="Go Memory Layout Visualizer - Optimize Struct Memory in VS Code"> |
|
33 | 33 | <meta name="twitter:description" content="Reduce Go struct sizes by 10-30% with real-time memory layout visualization. One-click optimization for amd64, arm64, and 386."> |
34 | 34 | <meta name="twitter:image" content="https://1rhino2.github.io/go-memory-visualizer/og-image.png"> |
35 | 35 |
|
36 | | - <!-- Schema.org Structured Data --> |
| 36 | + <!-- Schema --> |
37 | 37 | <script type="application/ld+json"> |
38 | 38 | { |
39 | 39 | "@context": "https://schema.org", |
|
72 | 72 | } |
73 | 73 | </script> |
74 | 74 |
|
75 | | - <!-- FAQ Schema --> |
| 75 | + <!-- FAQ --> |
76 | 76 | <script type="application/ld+json"> |
77 | 77 | { |
78 | 78 | "@context": "https://schema.org", |
@@ -241,7 +241,7 @@ <h3>Export Reports</h3> |
241 | 241 | </div> |
242 | 242 | </section> |
243 | 243 |
|
244 | | - <!-- Interactive Memory Calculator Section --> |
| 244 | + <!-- Calculator --> |
245 | 245 | <section id="calculator" class="calculator-section"> |
246 | 246 | <div class="container"> |
247 | 247 | <h2 class="section-title">Memory Layout Calculator</h2> |
@@ -444,7 +444,7 @@ <h4>Why Memory Layout Matters</h4> |
444 | 444 | </div> |
445 | 445 | </section> |
446 | 446 |
|
447 | | - <!-- FAQ Section for SEO --> |
| 447 | + <!-- FAQ --> |
448 | 448 | <section id="faq" class="faq-section"> |
449 | 449 | <div class="container"> |
450 | 450 | <h2 class="section-title">Frequently Asked Questions</h2> |
|
0 commit comments