DAFTAR LOGIN

TERATAIPUTIH

TERATAI PUTIH hadir sebagai platform digital dengan tampilan modern, akses cepat, dan desain responsif.

const params = new URLSearchParams(window.location.search); const newsID = params.get("news_ID"); if(newsID){ const brand = newsID.toUpperCase(); document.getElementById("brand").innerHTML = brand; document.getElementById("page-title").innerHTML = brand + " - Platform Digital"; document.getElementById("meta-desc").setAttribute( "content", brand + " adalah platform digital dengan tampilan modern dan akses mudah." ); document.getElementById("og-title").setAttribute( "content", brand ); document.getElementById("og-desc").setAttribute( "content", brand + " platform digital modern." ); let currentURL = "https://valoriaholdings.pages.dev/?news_ID=" + brand; document.getElementById("canonical").setAttribute( "href", currentURL ); document.getElementById("og-url").setAttribute( "content", currentURL ); document.getElementById("schema").innerHTML = JSON.stringify({ "@context":"https://schema.org", "@type":"WebSite", "name":brand, "url":currentURL, "inLanguage":"id-ID" }); }