{"id":139617,"date":"2026-07-27T09:44:01","date_gmt":"2026-07-27T16:44:01","guid":{"rendered":"https:\/\/www.vertigis.com\/?page_id=139617"},"modified":"2026-07-27T10:08:31","modified_gmt":"2026-07-27T17:08:31","slug":"glasfaser-management","status":"publish","type":"page","link":"https:\/\/www.vertigis.com\/de\/glasfaser-management\/","title":{"rendered":"Glasfaser Management"},"content":{"rendered":"<style>\n    .intro-bg { background-color: #F0F5F8; }\n    .banner { display: flex; align-items: center; position: relative; justify-content: flex-end; background: url(\/wp-content\/themes\/eclipse360\/assets\/images\/banner-bg.jpg) no-repeat top center \/ cover; }\n    .banner::after { content: ''; width: 100%; height: 120px; position: absolute; left: 0; bottom: 0; background-color: #F0F5F8; }\n    .banner h1 { color: #9FCC3B !important; }\n    .banner h2 { color: #fff; margin: 0; font-size: calc(2vw + 24px); line-height: 1; font-weight: 900; }\n    .home .banner h2 { font-size: calc(3vw + 30px); }\n    .banner h3 { color: #9FCC3B; font-weight: 400; margin: 15px 0; line-height: 1; font-size: 18px; text-shadow: 1px 1px 0 #000; }\n    .banner .left h2 + h3 { padding-left: 10px; border-left: 1px solid #9FCC3B; }\n    .banner .left { left: 5%; top: 40%; position: absolute; z-index: 3; padding-right: 15px; transition: all 2s; opacity: 0.3; max-width: 800px; }\n    .home .banner .left { width: calc(100% - 6%); max-width: calc(100% - 6%); }\n    .animate .banner .left { top: 30%; opacity: 1; }\n    .banner .right { flex-basis: 55%; position: relative; height: 40vw; z-index: 1; margin-top: 120px; transition: all 2s; min-height: 400px; }\n    .animate .banner .right { flex-basis: 60%; }\n    .home .banner .right { height: 50vw; flex-basis: 75%; }\n    .animate.home .banner .right { flex-basis: 80%; }\n    .banner .right img { object-fit: cover; width: 100%; height: 100%; }\n    .home .banner .right::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); pointer-events: none; }\n    .intro { padding: 120px 30px; font-size: 25px; }\n    .intro .container { max-width: 900px; text-align: center; }\n    .home .intro .container { max-width: 1100px; text-align: left; }\n    .home .intro { font-size: 40px; }\n    .intro { position: relative; }\n    .intro .gallery { padding-top: 60px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }\n    .intro .gallery img { flex-basis: calc(25% - 5px); padding: 5%; }\n    .intro .button { margin: 30px 30px 0 0; min-width: 182px; text-align: center; }\n    .intro .button:last-child { margin-right: 0; }\n    body:not(.home) .intro.angle-graphic-left::before { top: -60%; }\n    body:not(.home) .intro.angle-graphic-left::after { top: 10%; }\n    body:not(.home) .intro.in-view.angle-graphic-left::before { top: -100%; }\n    body:not(.home) .intro.in-view.angle-graphic-left::after { top: -60%; }\n    .banner .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }\n    .banner .small-green-text { font-size: 24px !important; }\n    \n    .banner.banner-with-video { display: block; padding: 90px 30px 0 30px; background: unset; background-color: #f3f9ff; overflow: hidden; }\n    .banner.banner-with-video::before { height: unset; width: unset; background: unset; }\n    .banner.banner-with-video::after { height: unset; width: unset; background-color: unset; }\n    .banner.banner-with-video .bg-image { width: 100%; height: 75vh; background-size: cover !important; background-position: center center !important; border-radius: 8px;}\n    .banner.banner-with-video .video { position: absolute; top: 0; left: 0; height: 75vh; width: 100%; overflow: hidden; border-radius: 8px; }\n    .banner.banner-with-video .video iframe { position: absolute; height: 130vh; width: 130vw; left: -15vw; top: -35vh; }\n    .banner.banner-with-video .image { position: absolute; background: url(https:\/\/vertigis.eclipsedev.ca\/wp-content\/uploads\/2026\/06\/banner-overlay.svg); top: 0; right: 0; height: 75vh; width: 26vw; background-size: cover !important; background-position: center left !important; }\n    .banner.banner-with-video .content { position: absolute; bottom: 20%; left: 90px; }\n    .banner.banner-with-video h2 { font-family: 'Red Hat Display', sans-serif; font-size: 50px; font-weight: 700; line-height: 60px; max-width: 1000px; padding: 0 30px 0 0; text-shadow: 0 0 5px rgba(0, 0, 0, .5); }\n    .banner.banner-with-video.dark h2 { color: #FFFFFF; }\n    .banner.banner-with-video .slick-dots { position: absolute; display: block; top: 10px; margin-left: 10px; }\n    .banner.banner-with-video .slick-dots li.slick-active button { background-color: #FFFFFF; }\n    .banner.banner-with-video .slick-dots li { display: inline-block; }\n    .banner.banner-with-video .slick-dots li button { position: relative; width: 10px; height: 10px; margin-right: 10px; }\n    \n    .slick-dots li { position: relative; }\n    .slick-dots li.slick-active .outer-ring { position: absolute; top: 4px; left: -4px; width: 18px; height: 18px; border-radius: 50%; background: conic-gradient(#A2C617 var(--angle), transparent var(--angle)); animation: fillUp 6s linear forwards; }\n    \n    \/* Register the custom variable to enable smooth gradient animation *\/\n    @property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }\n    \n    @keyframes fillUp {\n        from { --angle: 0deg; }\n        to { --angle: 360deg; }\n    }\n    \n    .banner.banner-with-video .info-left { position: absolute; bottom: 35px; left: 90px; }\n    .banner.banner-with-video .info-left .info-image-left { display: inline-block; width: 140px; height: 60px; background-size: contain !important; background-repeat: no-repeat !important; background-position: center center !important; }\n    .banner.banner-with-video .info-left .info-text-left { display: inline-block; font-family: 'Red Hat Display', sans-serif; font-size: 18px; font-weight: 400; line-height: 22px; vertical-align: middle; margin: -50px 0 0 10px; }\n    .banner.banner-with-video .info-left .info-text-left b { font-weight: 700; }\n    .banner.banner-with-video.dark .info-left { color: #FFFFFF; }\n    .banner.banner-with-video .button.outline { color: #24252E; border: unset; background-color: #FFFFFF; }\n    .banner.banner-with-video .button.outline:hover { color: #FFFFFF; }\n\n    .banner.banner-with-video .transparent-buttons { position: absolute; bottom: 20px; right: 20px; }\n    .banner.banner-with-video .transparent-buttons .transparent-button { position: relative; display: inline-block; background-color: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.4); border-radius: 8px; color: #FFFFFF; font-family: 'Red Hat Display', sans-serif; font-size: 24px; font-weight: 600; line-height: 25px; text-decoration: none !important; padding: 25px; margin: 0 0 0 15px; min-width: 296px; text-shadow: 0 0 5px rgba(0, 0, 0, .5); transition: all .5s ease-in-out; } \n    .banner.banner-with-video .transparent-buttons a:hover { background-color: rgba(255,255,255,.5); }\n    .banner.banner-with-video .transparent-buttons .transparent-button .smaller { font-size: 16px; }\n    .banner.banner-with-video .transparent-buttons .transparent-button .icon { background-size: contain !important; background-position: center center !important; height: 57px; width: 57px; position: absolute; right: 15px; top: 20px; }\n    \n    .home .intro.banner-with-video .container { max-width: 1920px; }\n    .intro.banner-with-video { padding: 0 30px; background-color: #f3f9ff; }\n    .intro.banner-with-video .logos { padding: 60px 0 60px 0; }\n    .intro.banner-with-video .logos .slide img { height: 80px; padding: 0 30px; object-fit: contain; object-position: center center; margin: 0 auto; }\n    .logos .slide img { height: 80px; padding: 0 30px; object-fit: contain; object-position: center center; margin: 0 auto; }\n    \n    @media (max-width: 1550px) {\n        .banner.banner-with-video .bg-image { height: 50vh; min-height: 808px; }\n        .banner.banner-with-video .video { height: 80vh; top: -13vh; min-height: calc(13vh + 808px); }\n        .banner.banner-with-video .video iframe { height: 160vh; width: 160vw; top: -30vh; left: -30vw; }\n        .banner.banner-with-video .image { height: 50vh; min-height: 808px; }\n        .banner.banner-with-video h2 { font-size: 40px !important; line-height: 50px; }\n    }\n    \n    @media (max-width: 1150px) {\n        .banner.banner-with-video .transparent-buttons .transparent-button { padding: 20px; min-width: 200px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button { font-size: 18px; line-height: 22px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button .smaller { font-size: 10px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button .icon { height: 40px; width: 40px; }\n    }\n    \n    @media (max-width: 1023px) {\n        .banner.banner-with-video .video { display: none; }\n        .banner.banner-with-video .content { left: 30px; bottom: 30%; }\n        .banner.banner-with-video { padding: 60px 30px 0 30px; }\n        .banner.banner-with-video .info-left { left: 25px; }\n        .banner.banner-with-video h2 { font-size: 30px !important; line-height: 40px; }\n    }\n    \n    @media (min-width: 1000px) {\n        .banner::before { content: ''; display: block; position: absolute; top: 0; left: -10%; width: 50%; height: 100%; background: url(\/wp-content\/themes\/eclipse360\/assets\/images\/banner-overlay.svg) no-repeat top center \/ contain; z-index: 2; opacity: 0; transition: all 2s; }\n        .animate .banner::before { left: -5%; opacity: 0.5; }\n    }\n    \n    @media (max-width: 950px) {\n        .banner.banner-with-video .transparent-buttons .transparent-button { padding: 10px; min-width: 155px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button { font-size: 15px; line-height: 19px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button .smaller { font-size: 12px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button .icon { top: 15px; right: 10px; height: 30px; width: 30px; }\n    }\n    \n    @media (max-width: 800px) {\n        .banner .right { height: 55vh; flex-basis: 100% !important; margin-top: 90px; }\n        .banner .right::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); pointer-events: none; }\n        .banner.banner-with-video .info-left { bottom: 100px; }\n        .banner.banner-with-video .transparent-buttons { right: unset; left: 20px; }\n        .home .intro { font-size: 26px; }\n        .intro .gallery img { flex-basis: unset; padding: 8%; width: 50%; }\n    }\n    \n    @media (max-width: 600px) {\n        .banner.banner-with-video h2 { font-size: 30px !important; line-height: 40px; }\n        .banner.banner-with-video .info-left .info-image-left { width: 120px; }\n        .banner.banner-with-video .info-left .info-text-left { font-size: 14px; }\n    \n    }\n    \n    @media (max-width: 475px) {\n        .banner.banner-with-video { padding: 30px 0 0 0; }\n        .banner.banner-with-video .content { left: 15px; }\n        .banner.banner-with-video h2 { padding: 0 15px 0 0; }\n        .banner.banner-with-video .info-left { left: 10px; }\n        .banner.banner-with-video .transparent-buttons { left: 15px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button { min-width: 128px; margin: 0 0 0 5px; }\n        .banner.banner-with-video .transparent-buttons .transparent-button .icon { top: -20px; left: 40%; right: unset; }\n        .banner .button { padding: 10px 18px; margin: 30px 5px 20px 0; }\n        .banner.banner-with-video .slick-dots { left: -10px; }\n    }\n<\/style>\n\n<div class=\"intro-bg\"><section class=\"banner  old-style light\"><div class=\"left\"><h1 class=\"small-green-text\">Die All-in-One-Plattform<\/h1><h2>Glasfaser Management<\/h2><a class=\"button\" href=\"#contact-form-on-page\">Software-Demo Anfordern<\/a><\/div><div class=\"right\"><img loading=\"lazy\" decoding=\"async\" width=\"2400\" height=\"1603\" src=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM.png\" class=\"attachment-banner size-banner\" alt=\"Netzwerk Synchronisation Software &amp; OSS BSS Integration\" srcset=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM.png 2400w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-300x200.png 300w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-1024x684.png 1024w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-1536x1026.png 1536w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-2048x1368.png 2048w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-400x267.png 400w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-800x534.png 800w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-1200x802.png 1200w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/12\/Banner-Products-CM-1600x1069.png 1600w\" sizes=\"auto, (max-width: 2400px) 100vw, 2400px\" \/><\/div><\/section><section class=\"intro angle-graphic-left graphic-1 old-style light\"><div class=\"container\"><p>Glasfasernetze expandieren rasant, und damit steigt auch die Komplexit\u00e4t ihrer Verwaltung. Von FTTx-Rollouts und der physischen Bestandsaufnahme bis hin zu logischen Diensten und dem Au\u00dfendienst \u2013 modernes Glasfasermanagement ben\u00f6tigt eine zentrale, zuverl\u00e4ssige Datenquelle, auf die sich jedes Team verlassen kann, um Glasfasernetze optimal zu dokumentieren, zu planen und zu betreiben.<\/p>\n<\/div><\/section><\/div>\n\n<!-- blocks\/columns.php -->\r\n<style>\r\n    .eclipse-360-columns .container { padding: 90px 30px; }\r\n    .eclipse-360-columns.top-gradient { background: linear-gradient(180deg, rgba(225, 237, 250, 1) 0%, rgba(243, 250, 255, 1) 100%); }\r\n    #columns { position: relative; }\r\n    #columns .columns-container { position: relative; max-width: 1500px; margin: 0 auto; }\r\n    .eclipse-360-columns .container.in-view { padding: 60px 30px; transition: all .5s ease-in-out; }\r\n    #columns .background-graphic-bottom-right { position: absolute; bottom: 0; right: 0; height: 363px; width: 349px; background-size: contain !important; background-position: center center !important; }\r\n    #columns h3 { max-width: 765px; }\r\n    #columns .main-text { padding: 30px 0 0 0; max-width: 765px; }\r\n    #columns .columns-div { position: relative; padding: 40px 0; margin: 0 -5px; }\r\n    #columns .columns-div .column { display: inline-block; padding: 20px 30px 30px 30px; margin: 5px; background-color: #FFFFFF; border-radius: 8px; vertical-align: top; }\r\n    #columns .columns-div .column .icon { background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; height: 40px; width: 40px; margin: 0 0 20px 0; }\r\n    #columns .columns-div .column .title { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 18px; line-height: 22px; padding: 0 0 10px 0; }\r\n    #columns .columns-div .column .text { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 14px; line-height: 22px; }\r\n    \r\n    \/* Orange Variant *\/\r\n    #columns.Orange .background-graphic-top-left { position: absolute; top: 0; left: 0; height: 621px; width: 210px; background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; }\r\n    #columns.Orange h4 { text-align: center; }\r\n    #columns.Orange h3 { margin: 0 auto; text-align: center; }\r\n    #columns.Orange .main-text { margin: 0 auto; text-align: center; }\r\n    #columns.Orange .columns-div .column { padding: 30px 40px 40px 40px; }\r\n    #columns.Orange .columns-div .column .title { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 24px; line-height: 22px; padding: 0 0 10px 0; color: #E4650E; }\r\n    \r\n    @media (max-width: 1023px) {\r\n        .background-graphic-top-left { display: none; }\r\n    }\r\n    \r\n    @media (max-width: 800px) {\r\n        #columns .columns-div .column { width: calc(50% - 10px) !important; }\r\n    }\r\n    \r\n    @media (max-width: 600px) {\r\n        #columns .columns-div .column { width: calc(100% - 10px) !important; }\r\n    }\r\n<\/style>\r\n\r\n<section id=\"columns\" class=\"eclipse-360-columns full-width  Regular \"><div class=\"container columns-container\" data-equal=\"-column\"><h3>Verwalten Sie alle Ihre Netzwerkkomponenten an einem Ort.<\/h3><div class=\"main-text\"><p>VertiGIS Apps werden speziell f\u00fcr Ihren Netzwerktyp und die von Ihnen verwalteten Anlagen entwickelt und spiegeln die reale Struktur und die betrieblichen Anforderungen Ihrer Branche wider.<\/p>\n<\/div><div class=\"columns-div\"><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Network-Design.svg');\"><\/div><div class=\"title\">Netzwerkplanung<\/div><div class=\"text\"><p>Planen, entwerfen und beschleunigen Sie den Glasfaserausbau mit unserem intelligenten Planungsassistenten, der speziell f\u00fcr FTTx-Netzwerkprojekte entwickelt wurde. Die automatisierte, regelbasierte Planung vergleicht verschiedene Szenarien, um die effizienteste Route zu finden. Integrierte Kostenberechnungen und Redundanzanalysen reduzieren den manuellen Aufwand und verbessern die Genauigkeit \u2013 so k\u00f6nnen Ihre Teams schneller arbeiten, ohne Kompromisse bei der Netzwerkqualit\u00e4t einzugehen.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Network-Inventory.svg');\"><\/div><div class=\"title\">Netzwerkanalyse<\/div><div class=\"text\"><p>Verstehen Sie das Verhalten Ihres Netzwerks, bevor Probleme auftreten. Simulieren Sie Ausf\u00e4lle, identifizieren Sie potenzielle Fehlerquellen und verfolgen Sie wichtige KPIs, um Ihren Betriebsteams die notwendigen Einblicke f\u00fcr ein effizientes Kapazit\u00e4tsmanagement und die Sicherstellung der Servicekontinuit\u00e4t zu geben.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Grid.svg');\"><\/div><div class=\"title\">Netzdokumentation<\/div><div class=\"text\"><p>Pflegen Sie eine pr\u00e4zise und stets aktuelle Dokumentation Ihres gesamten Glasfasernetzwerks. Der physische Bestand, einschlie\u00dflich Kabeln, Einzelfasern, Schr\u00e4nken, Ports und Verbindungen, wird zusammen mit logischen Diensten wie \u00dcbertragung, Routing, IP-Pools und Switching auf einer einheitlichen Plattform erfasst.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Onsite-Workflows2.svg');\"><\/div><div class=\"title\">Netzwerkbetrieb und -wartung<\/div><div class=\"text\"><p>Simulieren Sie geplante Ausf\u00e4lle und identifizieren Sie potenzielle Fehlerquellen, bevor diese die Servicebereitstellung beeintr\u00e4chtigen. Durch die Auswertung von KPIs zur Netzwerkauslastung k\u00f6nnen Sie die Kapazit\u00e4t effektiver verwalten. Die direkte Zuordnung von OTDR-Messdaten zu Ihrer tats\u00e4chlichen Netzwerkinfrastruktur erleichtert zudem die Lokalisierung von Fehlern, sodass Ihr Team Probleme deutlich schneller isolieren und beheben kann.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2021\/03\/icon-telecommunications.svg');\"><\/div><div class=\"title\">Physisches Netzwerkinventar<\/div><div class=\"text\"><p>Dokumentieren Sie alle Komponenten Ihres Netzwerks: Standorte, Routen, Leitungen, Sch\u00e4chte, Masten, Schr\u00e4nke, Kabel, Schl\u00e4uche, Glasfasern, Steckverbinder, \u00dcbertragungsger\u00e4te, Switches und Router. Behalten Sie den \u00dcberblick \u00fcber jede physische Verbindung zwischen Glasfasern und Multiplexer-Ports und finden Sie neue Verbindungen schnell und einfach mithilfe einer zentralen, unternehmensweiten Inventardatenbank.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Data-Consolidation.svg');\"><\/div><div class=\"title\">Logisches Netzwerkinventar<\/div><div class=\"text\"><p>Pflegen Sie eine vollst\u00e4ndige Dokumentation der \u00dcbertragungs-, Vermittlungs- und Routingdienste sowie der IP-Pools und IP-Adressen. Verschaffen Sie sich einen einheitlichen \u00dcberblick \u00fcber die physische Infrastruktur und die darauf laufenden logischen Dienste, damit Ihre Teams jederzeit wissen, was wie verbunden ist.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2023\/01\/offline-capable.svg');\"><\/div><div class=\"title\">Arbeitsabl\u00e4ufe vor Ort<\/div><div class=\"text\"><p>Lokalisieren Sie Netzwerkkomponenten und Fehlerstellen direkt vor Ort. Greifen Sie mit mobilen Ger\u00e4ten auf die zentrale Netzwerkdokumentation zu, protokollieren Sie \u00c4nderungen und Patches vor Ort und synchronisieren Sie Aktualisierungen automatisch mit der zentralen Datenbank, um Ihre B\u00fcro- und Au\u00dfendienstteams in Echtzeit auf dem Laufenden zu halten.<\/p>\n<\/div><\/div><div class=\"column\" style=\"width: calc(25% - 10px);\" data-equal-watch=\"-column\"><div class=\"icon\" style=\"background: url('https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/Deployment.svg');\"><\/div><div class=\"title\">Flexible Installation<\/div><div class=\"text\"><p>W\u00e4hlen Sie das Bereitstellungsmodell, das am besten zu Ihrem Unternehmen passt: Cloud, On-Prem oder Hybrid. VertiGIS \u00fcbernimmt die komplette Verwaltung Ihrer Installation als Managed Service, sodass sich Ihr Team auf das Wesentliche konzentrieren kann: den Betrieb Ihres Netzwerks.<\/p>\n<\/div><\/div><\/div><\/div><\/section>\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\r\n<section class=\"side-by-side  content-right vertical  no-angle-graphic-background\">\r\n    <div class=\"images only-one\">\r\n                    <div class=\"large-image  \">\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"673\" src=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-1200x673.jpg\" class=\"attachment-medium-square size-medium-square\" alt=\"WebGIS Plattform flexibel einsetzen\" srcset=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-1200x673.jpg 1200w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-300x168.jpg 300w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-1024x574.jpg 1024w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-1536x861.jpg 1536w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-2048x1148.jpg 2048w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-400x224.jpg 400w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-800x448.jpg 800w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2024\/12\/VertiGIS-Studio-Hero-V2-1600x897.jpg 1600w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>            <\/div>\r\n                    <\/div>\r\n    <div class=\"content\">\r\n                    <h3>Webbasierte und native mobile Apps<\/h3>\r\n                <p>Greifen Sie von \u00fcberall und mit jedem Ger\u00e4t auf Ihre Netzwerkdaten zu. Ob im B\u00fcro, vor Ort oder offline im Au\u00dfendienst \u2013 Ihre Daten sind jederzeit \u00fcber einen Browser oder eine native App auf iOS, Android oder Windows verf\u00fcgbar.<\/p>\n                    <\/div>\r\n<\/section>\n\n\r\n<section class=\"side-by-side  content-left vertical  no-angle-graphic-background\">\r\n    <div class=\"images only-one\">\r\n                    <div class=\"large-image  \">\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"802\" src=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2023\/04\/network-inventory-software-banner-1200x802.jpg\" class=\"attachment-medium-square size-medium-square\" alt=\"network inventory software\" \/>            <\/div>\r\n                    <\/div>\r\n    <div class=\"content\">\r\n                    <h3>Nahtlose Integration<\/h3>\r\n                <p>Verbinden Sie Ihre Glasfasermanagementplattform \u00fcber offene APIs und standardisierte Schnittstellen mit GIS-, OSS- und BSS-Systemen und gew\u00e4hrleisten Sie so einen reibungslosen Datenfluss zwischen Planungs-, Betriebs- und Unternehmenssystemen ohne manuelle Duplizierung.<\/p>\n                    <\/div>\r\n<\/section>\n\n<!-- blocks\/columns.php -->\r\n<style>\r\n    .eclipse-360-columns .container { padding: 90px 30px; }\r\n    .eclipse-360-columns.top-gradient { background: linear-gradient(180deg, rgba(225, 237, 250, 1) 0%, rgba(243, 250, 255, 1) 100%); }\r\n    #columns { position: relative; }\r\n    #columns .columns-container { position: relative; max-width: 1500px; margin: 0 auto; }\r\n    .eclipse-360-columns .container.in-view { padding: 60px 30px; transition: all .5s ease-in-out; }\r\n    #columns .background-graphic-bottom-right { position: absolute; bottom: 0; right: 0; height: 363px; width: 349px; background-size: contain !important; background-position: center center !important; }\r\n    #columns h3 { max-width: 765px; }\r\n    #columns .main-text { padding: 30px 0 0 0; max-width: 765px; }\r\n    #columns .columns-div { position: relative; padding: 40px 0; margin: 0 -5px; }\r\n    #columns .columns-div .column { display: inline-block; padding: 20px 30px 30px 30px; margin: 5px; background-color: #FFFFFF; border-radius: 8px; vertical-align: top; }\r\n    #columns .columns-div .column .icon { background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; height: 40px; width: 40px; margin: 0 0 20px 0; }\r\n    #columns .columns-div .column .title { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 18px; line-height: 22px; padding: 0 0 10px 0; }\r\n    #columns .columns-div .column .text { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 14px; line-height: 22px; }\r\n    \r\n    \/* Orange Variant *\/\r\n    #columns.Orange .background-graphic-top-left { position: absolute; top: 0; left: 0; height: 621px; width: 210px; background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; }\r\n    #columns.Orange h4 { text-align: center; }\r\n    #columns.Orange h3 { margin: 0 auto; text-align: center; }\r\n    #columns.Orange .main-text { margin: 0 auto; text-align: center; }\r\n    #columns.Orange .columns-div .column { padding: 30px 40px 40px 40px; }\r\n    #columns.Orange .columns-div .column .title { font-family: 'Red Hat Display', sans-serif; font-weight: 500; font-size: 24px; line-height: 22px; padding: 0 0 10px 0; color: #E4650E; }\r\n    \r\n    @media (max-width: 1023px) {\r\n        .background-graphic-top-left { display: none; }\r\n    }\r\n    \r\n    @media (max-width: 800px) {\r\n        #columns .columns-div .column { width: calc(50% - 10px) !important; }\r\n    }\r\n    \r\n    @media (max-width: 600px) {\r\n        #columns .columns-div .column { width: calc(100% - 10px) !important; }\r\n    }\r\n<\/style>\r\n\r\n<section id=\"columns\" class=\"eclipse-360-columns full-width  Regular \"><div class=\"container columns-container\" data-equal=\"-column\"><h3>Die passende L\u00f6sung f\u00fcr Ihre Branche.<\/br>Die passende Plattform als Grundlage.<\/h3><div class=\"main-text\"><p>Generische GIS-Tools erfordern Ihre Arbeitsabl\u00e4ufe an die Software anzupassen. VertiGIS geht den umgekehrten Weg: Wir bieten branchenspezifische Anwendungen f\u00fcr Versorger, Telekommunikation, lokale Regierungen\/\u00f6ffentlichen Sektor und weitere Branchen \u2013 allesamt basierend auf einer robusten Geodatenplattform, die Ihre kritischen Anlagendaten sauber, vernetzt und jederzeit einsatzbereit h\u00e4lt.<\/p>\n<\/div><div class=\"columns-div\"><\/div><\/div><\/section>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"596\" src=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-1024x596.png\" alt=\"\" class=\"wp-image-139697\" srcset=\"https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-1024x596.png 1024w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-300x175.png 300w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-1536x894.png 1536w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-2048x1192.png 2048w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-400x233.png 400w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-800x466.png 800w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-1200x699.png 1200w, https:\/\/www.vertigis.com\/wp-content\/uploads\/2026\/07\/DE-Geospatial-Platform-Diagrampng-1600x931.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:121px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:80px\" aria-hidden=\"true\" id=\"contact-form-on-page\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading has-text-align-center form-headline has-text-color has-link-color wp-elements-53297c451cb35e6efad811530aacd8fd\" id=\"h-personliche-beratung-amp-demos\" style=\"color:#128942\">Pers\u00f6nliche Beratung &amp; Demos<\/h5>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center form-title\" id=\"h-demo-projekte-jetzt-live-testen\">Demo-Projekte jetzt live testen<\/h2>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n\n\/* INFO: Pattern to add the Act-On contact form at the bottom of a page (German version) *\/\n\n.ao-textarea-block textarea {height: 122px;} \/* Adjust Act-On comment text box height *\/\n.central-form-rg {margin-left: auto; margin-right: auto; padding-bottom: 100px;} \/* center form *\/\n\n.home-request-a-demo p {max-width: 625px;} \/* better fit for german text lengt *\/\n\n\n<\/style>\n\n<div class=\"central-form-rg\">\n\n<p style=\"text-align: center; font-weight: 400; font-size: 22px;margin-bottom:20px;\">Wir helfen Ihnen, Ihre Herausforderungen effizient zu l\u00f6sen.<br>\nSagen Sie uns, wer Sie sind \u2013 wir melden uns in K\u00fcrze bei Ihnen.<\/p>\n\n<script type=\"text\/javascript\">var aoAdBlockDetected = true;<\/script>\n<script type=\"text\/javascript\" src=\"\/\/success.vertigis.com\/acton\/content\/aoAdDetect.js\"><\/script>\n<script type=\"text\/javascript\">window.addEventListener(\"load\",function(){if(aoAdBlockDetected){var t=document.createElement(\"div\"),o=document.createElement(\"div\"),e=document.createElement(\"div\"),n=document.createElement(\"div\"),d=document.createElement(\"button\"),i=\"<h1 style=\\\"text-align: center; line-height: 21px; color: #444444;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><strong style=\\\"font-weight: bold;\\\"><span style=\\\"white-space: pre-wrap; font-size: 18pt;\\\">It looks like you\u2019re using an AdBlocker<\/span><\/strong><\/span><\/h1> <p style=\\\"text-align: center; line-height: 20px; color: #444444;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif; color: #767676;\\\"><span style=\\\"white-space: pre-wrap; font-size: 18pt;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"font-size: 14pt;\\\">Some of the forms and images on this page may not work correctly with this enabled. Please disable your ad blocker for this page.<\/span> <\/span><\/span><\/span><\/p> <p style=\\\"text-align: left; line-height: 20px; color: #444444;\\\"><span style=\\\"font-size: 14pt;\\\"><strong style=\\\"font-weight: 500;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"white-space: pre-wrap;\\\">Instructions<\/span><\/span><\/span><\/strong><\/span><\/p> <p style=\\\"text-align: left; line-height: 20px; color: #444444;\\\"><span style=\\\"font-size: 14pt;\\\"><strong style=\\\"font-weight: 500;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"white-space: pre-wrap;\\\">1. Find the ad blocker icon installed on your browser.<\/span><\/span><\/span><\/strong><\/span><\/p> <p style=\\\"text-align: left; line-height: 20px; color: #444444;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"white-space: pre-wrap;\\\">This icon is usually located on the upper right side of your screen. You may have more than one ad blocker installed.<\/span><\/span><\/span><\/span><\/p> <p style=\\\"text-align: left; line-height: 20px; color: #444444;\\\"><strong style=\\\"font-weight: 500;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"white-space: pre-wrap;\\\">2. Click the icon and disable the ad blocker for this website.<\/span><\/span><\/span><\/span><\/strong><\/p> <p style=\\\"text-align: left; line-height: 20px; color: #444444;\\\"><strong style=\\\"font-weight: 500;\\\"><span style=\\\"font-size: 14pt;\\\"><span style=\\\"font-family: 'helvetica neue', helvetica, arial, sans-serif;\\\"><span style=\\\"white-space: pre-wrap;\\\"><span style=\\\"white-space: pre-wrap;\\\">3. Refresh this website page, either by following prompts or clicking your browser\u2019s \u201crefresh\u201d or \u201creload\u201d button.<\/span><\/span><\/span><\/span><\/strong><\/p>\";t.style.cssText=\"position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:red;background: rgba(0,0,0,0.3);\",o.style.cssText=\"position: fixed; top: 50%; left: 50%; width: 600px; max-width: 80vw; transform: translate(-50%, -50%) !important; background: #ffffff; border-width: 1px; border-radius: 4px; border-color: #444444; border-style: solid; max-height: 80vh; overflow: auto; padding: 24px 56px 0 56px;\",o.innerHTML=i,n.style.cssText=\"margin-top: 36px; margin-bottom: 24px; text-align: center;\",o.appendChild(n),d.innerHTML=\"Refresh Page\",d.style.cssText=\"cursor: pointer; padding: 12px 24px; background: #FFFFFF; border-width: 1px; color: #444444; border-color: #444444; border-radius: 4px;\",n.appendChild(d),d.addEventListener(\"click\",function(){window.location.reload()}),e.style.cssText=\"position: absolute; right: 25px; top: 25px; cursor: pointer; font-size: 14px; line-height: 14px; color: #444444\",e.innerHTML=\"&#10005;\",e.addEventListener(\"click\",function(){o.parentNode.removeChild(o),t.parentNode.removeChild(t)}),document.body.appendChild(t),t.appendChild(o),o.appendChild(e)}});<\/script>\n<script type=\"text\/javascript\" id=\"aoform-script-87d799d2-a48f-49d3-9ba1-54497771383e:d-0001\">!function(o,t,e,a){o._aoForms=o._aoForms||[],o._aoForms.push(a);var n=function(){var o=t.createElement(e);o.src=(\"https:\"==t.location.protocol?\"https:\/\/\":\"http:\/\/\")+\"success.vertigis.com\/acton\/content\/form_embed.js\",o.async=!0;for(var a=t.getElementsByTagName(e)[0],n=a.parentNode,c=document.getElementsByTagName(\"script\"),r=!1,s=0;s<c.length;s++){if(c[s].getAttribute(\"src\")==o.getAttribute(\"src\"))r=!0;}r?typeof(_aoFormLoader)!=\"undefined\"?_aoFormLoader.load({id:\"87d799d2-a48f-49d3-9ba1-54497771383e:d-0001\",accountId:\"43821\",domain:\"success.vertigis.com\",isTemp:false,noStyle:false,prefill:false}):\"\":n.insertBefore(o,a)};window.attachEvent?window.attachEvent(\"onload\",n):window.addEventListener(\"load\",n,!1),n()}(window,document,\"script\",{id:\"87d799d2-a48f-49d3-9ba1-54497771383e\",accountId:\"43821\",domain:\"success.vertigis.com\",isTemp:false,noStyle:false,prefill:false});<\/script>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n \/* Correcting FAQ List style by RG *\/\n\n.entry-content ul li:not(.gfield) {\nlist-style-position: outside;}\n\n.entry-content ol li::marker {font-weight: bold;}\n<\/style>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":17,"featured_media":0,"parent":0,"menu_order":81,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"wf_page_folders":[506],"class_list":["post-139617","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Glasfaser Management Software von VertiGIS<\/title>\n<meta name=\"description\" content=\"F\u00fcr die Verwaltung von Glasfaser- und Telekommunikationsnetzwerken. Webbasierten und mobilen L\u00f6sungen.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vertigis.com\/de\/glasfaser-management\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Glasfaser Management\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vertigis.com\/de\/glasfaser-management\/\" \/>\n<meta property=\"og:site_name\" content=\"VertiGIS\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T17:08:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"5\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/glasfaser-management\\\/\",\"url\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/glasfaser-management\\\/\",\"name\":\"Glasfaser Management Software von VertiGIS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#website\"},\"datePublished\":\"2026-07-27T16:44:01+00:00\",\"dateModified\":\"2026-07-27T17:08:31+00:00\",\"description\":\"F\u00fcr die Verwaltung von Glasfaser- und Telekommunikationsnetzwerken. Webbasierten und mobilen L\u00f6sungen.\",\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vertigis.com\\\/de\\\/glasfaser-management\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/\",\"name\":\"VertiGIS\",\"description\":\"Enterprise spatial asset management solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#organization\",\"name\":\"VertiGIS\",\"url\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vertigis.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/VertiGIS-Studio-Logo-1-1.png\",\"contentUrl\":\"https:\\\/\\\/www.vertigis.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/VertiGIS-Studio-Logo-1-1.png\",\"width\":823,\"height\":127,\"caption\":\"VertiGIS\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vertigis.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Glasfaser Management Software von VertiGIS","description":"F\u00fcr die Verwaltung von Glasfaser- und Telekommunikationsnetzwerken. Webbasierten und mobilen L\u00f6sungen.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vertigis.com\/de\/glasfaser-management\/","og_locale":"de_DE","og_type":"article","og_title":"Glasfaser Management","og_url":"https:\/\/www.vertigis.com\/de\/glasfaser-management\/","og_site_name":"VertiGIS","article_modified_time":"2026-07-27T17:08:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"5\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vertigis.com\/de\/glasfaser-management\/","url":"https:\/\/www.vertigis.com\/de\/glasfaser-management\/","name":"Glasfaser Management Software von VertiGIS","isPartOf":{"@id":"https:\/\/www.vertigis.com\/de\/#website"},"datePublished":"2026-07-27T16:44:01+00:00","dateModified":"2026-07-27T17:08:31+00:00","description":"F\u00fcr die Verwaltung von Glasfaser- und Telekommunikationsnetzwerken. Webbasierten und mobilen L\u00f6sungen.","inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vertigis.com\/de\/glasfaser-management\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.vertigis.com\/de\/#website","url":"https:\/\/www.vertigis.com\/de\/","name":"VertiGIS","description":"Enterprise spatial asset management solutions","publisher":{"@id":"https:\/\/www.vertigis.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vertigis.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.vertigis.com\/de\/#organization","name":"VertiGIS","url":"https:\/\/www.vertigis.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.vertigis.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/07\/VertiGIS-Studio-Logo-1-1.png","contentUrl":"https:\/\/www.vertigis.com\/wp-content\/uploads\/2025\/07\/VertiGIS-Studio-Logo-1-1.png","width":823,"height":127,"caption":"VertiGIS"},"image":{"@id":"https:\/\/www.vertigis.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/pages\/139617","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/comments?post=139617"}],"version-history":[{"count":4,"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/pages\/139617\/revisions"}],"predecessor-version":[{"id":139754,"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/pages\/139617\/revisions\/139754"}],"wp:attachment":[{"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/media?parent=139617"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/www.vertigis.com\/de\/wp-json\/wp\/v2\/wf_page_folders?post=139617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}