Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
rel="stylesheet">

<link rel="stylesheet" href="assets/css/styles.css">

<script>
// Redirect /en/ and /en to the main English page
(function() {
const path = window.location.pathname;
const basePath = '/forge-page/';
if (path === basePath + 'en' || path === basePath + 'en/') {
window.location.replace(basePath);
}
})();
</script>
</head>

<body
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="pl_PL">
<meta property="og:title" content="ForgeGrid: Intelligent Production Monitoring System">
<meta property="og:description"
content="Machine failure? ForgeFlow™ MCT-S generates new schedule in <200ms. 93% loss reduction, $33,600 savings per incident, real-time monitoring of 8 production machines.">
Expand Down
6 changes: 4 additions & 2 deletions pl.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>ForgeGrid: Inteligentny System Monitoringu Produkcji</title>
<meta name="description"
content="ForgeGrid - przemysłowy system inteligencji produkcyjnej w czasie rzeczywistym. Algorytm ForgeFlow™ MCT-S reaguje w <200ms na awarie, redukując straty o 93%. Monitoring 8 maszyn CNC/Assembly/Test, 12 typów zadań, $33,600 oszczędności na incydent. ROI $4M/rok. Hackathon dla Małopolski 2025.">
<link rel="canonical" href="https://netbr3ak.github.io/forge-page/" />
<link rel="canonical" href="https://netbr3ak.github.io/forge-page/pl.html" />

<!-- Language Alternates for SEO -->
<link rel="alternate" hreflang="pl" href="https://netbr3ak.github.io/forge-page/pl.html" />
Expand All @@ -29,10 +29,12 @@

<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:locale" content="pl_PL">
<meta property="og:locale:alternate" content="en_US">
<meta property="og:title" content="ForgeGrid: Inteligentny System Monitoringu Produkcji">
<meta property="og:description"
content="Awaria maszyny? ForgeFlow™ MCT-S generuje nowy harmonogram w <200ms. 93% redukcja strat, $33,600 oszczędności na incydent, monitoring 8 maszyn produkcyjnych w czasie rzeczywistym.">
<meta property="og:url" content="https://netbr3ak.github.io/forge-page/">
<meta property="og:url" content="https://netbr3ak.github.io/forge-page/pl.html">
<meta property="og:image" content="https://netbr3ak.github.io/forge-page/assets/images/og-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://netbr3ak.github.io/forge-page/assets/images/og-image.jpg">
Expand Down