You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates various external links in index.html to use rel="noopener noreferrer" for security and consistency.
Adds a robots.txt file allowing all traffic and a sitemap.xml file to improve SEO discoverability for the site.
Copy file name to clipboardExpand all lines: index.html
+48-5Lines changed: 48 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,65 @@
7
7
<metaname="title" content="ByteBard | Engineering Velocity through DevEx & EDA">
8
8
<metaname="description" content="ByteBard builds focused engineering products and helps teams scale with high-performance DevEx, API strategy, and resilient event-driven architectures.">
9
9
<metaname="keywords" content="ByteBard, DevEx, engineering velocity, API strategy, API governance, event-driven architecture, EDA, ShieldedStack, Critiq, GUSTO, AsyncAPI.NET, software consultancy">
<metaproperty="og:description" content="Specialist consultancy and product studio focused on removing engineering friction through DevEx and scalable event-driven design.">
<metaproperty="og:image:alt" content="ByteBard brand mark with the text ByteBard and the tagline Engineering Velocity through DevEx and Event-Driven Architecture.">
<metaname="twitter:image:alt" content="ByteBard brand mark with the text ByteBard and the tagline Engineering Velocity through DevEx and Event-Driven Architecture.">
"description": "Copenhagen-based software consultancy and product studio focused on DevEx, APIs, and event-driven systems.",
42
+
"email": "contact@bytebard.org"
43
+
},
44
+
{
45
+
"@type": "WebSite",
46
+
"@id": "https://bytebard.org/#website",
47
+
"url": "https://bytebard.org/",
48
+
"name": "ByteBard",
49
+
"hasPart": {
50
+
"@id": "https://blog.bytebard.org/#blog"
51
+
},
52
+
"publisher": {
53
+
"@id": "https://bytebard.org/#organization"
54
+
}
55
+
},
56
+
{
57
+
"@type": "Blog",
58
+
"@id": "https://blog.bytebard.org/#blog",
59
+
"url": "https://blog.bytebard.org/",
60
+
"name": "Small Bytes",
61
+
"description": "Small Bytes is the ByteBard blog covering practical engineering topics across developer experience, API strategy, and event-driven architecture.",
@@ -239,7 +282,7 @@ <h2>Need support on platform, API, or event-driven initiatives?</h2>
239
282
</main>
240
283
<footerclass="site-footer">
241
284
<divclass="container">
242
-
<p>ByteBard. Product studio and software consultancy.</p>
285
+
<p>ByteBard. Product studio and software consultancy. Read our blog at <ahref="https://blog.bytebard.org" target="_blank" rel="noopener noreferrer">blog.bytebard.org</a>.</p>
0 commit comments