{"id":929,"date":"2026-05-21T21:29:30","date_gmt":"2026-05-21T14:29:30","guid":{"rendered":"http:\/\/mawaka.blog\/?page_id=929"},"modified":"2026-05-21T21:29:30","modified_gmt":"2026-05-21T14:29:30","slug":"sitemap","status":"publish","type":"page","link":"http:\/\/mawaka.blog\/en\/sitemap\/","title":{"rendered":"Sitemap"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n.mb-sitemap-page {\n  --bg: #07080d;\n  --card: rgba(255, 255, 255, 0.07);\n  --card-strong: rgba(255, 255, 255, 0.11);\n  --line: rgba(255, 255, 255, 0.12);\n  --text: #f8fafc;\n  --muted: #a8b0c2;\n  --soft: #dbe3f4;\n  --blue: #4f8cff;\n  --purple: #8b5cf6;\n  --orange: #e65616;\n\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 76px 22px;\n  color: var(--text);\n  position: relative;\n  overflow: hidden;\n}\n\n.mb-sitemap-page::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at 16% 8%, rgba(79, 140, 255, 0.22), transparent 28%),\n    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.18), transparent 26%),\n    radial-gradient(circle at 72% 90%, rgba(230, 86, 22, 0.13), transparent 28%),\n    linear-gradient(135deg, #07080d, #0b1020);\n  border-radius: 34px;\n  z-index: -2;\n}\n\n.mb-sitemap-page::after {\n  content: \"\";\n  position: absolute;\n  inset: 1px;\n  border-radius: 34px;\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  pointer-events: none;\n  z-index: -1;\n}\n\n.mb-sitemap-hero {\n  max-width: 820px;\n  margin: 0 auto 42px;\n  text-align: center;\n  animation: mbSitemapFade 0.7s ease both;\n}\n\n.mb-sitemap-eyebrow {\n  display: inline-flex;\n  padding: 9px 15px;\n  border-radius: 999px;\n  margin-bottom: 18px;\n  color: #ffd6c5;\n  background: rgba(230, 86, 22, 0.13);\n  border: 1px solid rgba(230, 86, 22, 0.28);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.mb-sitemap-hero h1 {\n  margin: 0;\n  font-size: clamp(48px, 8vw, 96px);\n  line-height: 0.95;\n  letter-spacing: -0.065em;\n  font-weight: 900;\n  color: #fff;\n}\n\n.mb-sitemap-hero p {\n  margin: 22px auto 0;\n  max-width: 720px;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.78;\n}\n\n.mb-sitemap-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n}\n\n.mb-sitemap-card {\n  position: relative;\n  padding: 26px;\n  border-radius: 28px;\n  background:\n    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));\n  border: 1px solid var(--line);\n  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);\n  backdrop-filter: blur(22px);\n  -webkit-backdrop-filter: blur(22px);\n  transition: 0.3s ease;\n  animation: mbSitemapFade 0.65s ease both;\n}\n\n.mb-sitemap-card:hover {\n  transform: translateY(-5px);\n  border-color: rgba(79, 140, 255, 0.34);\n  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.34);\n}\n\n.mb-sitemap-featured {\n  background:\n    radial-gradient(circle at 18% 10%, rgba(79, 140, 255, 0.25), transparent 34%),\n    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));\n}\n\n.mb-sitemap-card-top {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 22px;\n}\n\n.mb-sitemap-icon {\n  width: 46px;\n  height: 46px;\n  border-radius: 16px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  color: #fff;\n  font-size: 15px;\n  font-weight: 900;\n  background: linear-gradient(135deg, var(--blue), var(--purple));\n  box-shadow: 0 18px 40px rgba(79, 140, 255, 0.24);\n}\n\n.mb-sitemap-label {\n  color: #aeb8ce;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.mb-sitemap-card h2 {\n  margin: 0 0 10px;\n  color: #fff;\n  font-size: 28px;\n  line-height: 1.15;\n  letter-spacing: -0.035em;\n  font-weight: 900;\n}\n\n.mb-sitemap-card p {\n  margin: 0 0 20px;\n  color: var(--muted);\n  line-height: 1.72;\n}\n\n.mb-sitemap-card ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.mb-sitemap-card li {\n  margin-bottom: 10px;\n}\n\n.mb-sitemap-card li:last-child {\n  margin-bottom: 0;\n}\n\n.mb-sitemap-card a {\n  position: relative;\n  display: block;\n  padding: 14px 16px;\n  border-radius: 16px;\n  color: var(--soft) !important;\n  text-decoration: none !important;\n  background: rgba(255, 255, 255, 0.055);\n  border: 1px solid rgba(255, 255, 255, 0.075);\n  line-height: 1.45;\n  transition: 0.25s ease;\n}\n\n.mb-sitemap-card a::after {\n  content: \"?\";\n  position: absolute;\n  right: 16px;\n  top: 50%;\n  transform: translateY(-50%);\n  opacity: 0;\n  transition: 0.25s ease;\n  color: #fff;\n}\n\n.mb-sitemap-card a:hover {\n  color: #fff !important;\n  background: rgba(255, 255, 255, 0.105);\n  border-color: rgba(230, 86, 22, 0.28);\n  padding-right: 42px;\n}\n\n.mb-sitemap-card a:hover::after {\n  opacity: 1;\n}\n\n.mb-sitemap-cta {\n  margin-top: 24px;\n  padding: 34px;\n  border-radius: 30px;\n  text-align: center;\n  background:\n    radial-gradient(circle at 12% 10%, rgba(230, 86, 22, 0.18), transparent 35%),\n    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));\n  border: 1px solid var(--line);\n  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);\n}\n\n.mb-sitemap-cta h2 {\n  margin: 0 0 12px;\n  color: #fff;\n  font-size: clamp(28px, 4vw, 44px);\n  line-height: 1.12;\n  letter-spacing: -0.045em;\n  font-weight: 900;\n}\n\n.mb-sitemap-cta p {\n  max-width: 720px;\n  margin: 0 auto 24px;\n  color: var(--muted);\n  line-height: 1.75;\n}\n\n.mb-sitemap-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 14px 22px;\n  border-radius: 999px;\n  color: #fff !important;\n  background: #fff;\n  color: #0b1020 !important;\n  text-decoration: none !important;\n  font-weight: 900;\n  transition: 0.25s ease;\n}\n\n.mb-sitemap-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 18px 40px rgba(255, 255, 255, 0.15);\n}\n\n@keyframes mbSitemapFade {\n  from {\n    opacity: 0;\n    transform: translateY(18px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@media (max-width: 900px) {\n  .mb-sitemap-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .mb-sitemap-page {\n    padding: 56px 16px;\n  }\n}\n\n@media (max-width: 560px) {\n  .mb-sitemap-page::before,\n  .mb-sitemap-page::after {\n    border-radius: 24px;\n  }\n\n  .mb-sitemap-card,\n  .mb-sitemap-cta {\n    border-radius: 22px;\n    padding: 22px;\n  }\n\n  .mb-sitemap-card h2 {\n    font-size: 24px;\n  }\n\n  .mb-sitemap-card a {\n    font-size: 15px;\n  }\n}\n<\/style>\n\n<section class=\"mb-sitemap-page\">\n<div class=\"mb-sitemap-hero\">\n<div class=\"mb-sitemap-eyebrow\">Mawaka Blog Navigation<\/div>\n<h1>Sitemap<\/h1>\n<p>\n      Peta halaman Mawaka Blog untuk membantu pembaca menemukan konten seputar<br>\n      WordPress, website, SEO, AI, dan bisnis digital dengan lebih mudah.\n    <\/p>\n<p><\/p><\/div>\n<div class=\"mb-sitemap-grid\">\n<article class=\"mb-sitemap-card mb-sitemap-featured\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">?<\/span><br>\n        <span class=\"mb-sitemap-label\">Utama<\/span>\n      <\/div>\n<h2>Halaman Utama<\/h2>\n<p>Mulai dari halaman penting Mawaka Blog.<\/p>\n<ul>\n<li><a href=\"\/en\/\">Home<\/a><\/li>\n<li><a href=\"\/en\/tentang\/\">About Mawaka Blog<\/a><\/li>\n<li><a href=\"\/en\/artikel\/\">Article<\/a><\/li>\n<li><a href=\"\/en\/kontak\/\">Contact<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">?<\/span><br>\n        <span class=\"mb-sitemap-label\">Information<\/span>\n      <\/div>\n<h2>Halaman Bantuan<\/h2>\n<p>Halaman pendukung agar website lebih jelas dan profesional.<\/p>\n<ul>\n<li><a href=\"\/en\/faq\/\">FAQ<\/a><\/li>\n<li><a href=\"\/en\/sitemap\/\">Sitemap<\/a><\/li>\n<li><a href=\"\/en\/disclaimer\/\">Disclaimer<\/a><\/li>\n<li><a href=\"\/en\/privacy-policy\/\">Privacy Policy<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">W<\/span><br>\n        <span class=\"mb-sitemap-label\">WordPress<\/span>\n      <\/div>\n<h2>WordPress<\/h2>\n<p>Panduan dan catatan belajar membuat website dengan WordPress.<\/p>\n<ul>\n<li><a href=\"\/en\/apa-itu-wordpress-dan-mengapa-cocok-untuk-website-modern\/\">What is WordPress and Why is it Suitable for Creating Modern Websites?<\/a><\/li>\n<li><a href=\"\/en\/perjalanan-membuat-mawaka-blog-di-wordpress-campus-connect\/\">The Journey of Creating the Mawaka Blog on WordPress Campus Connect<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">?<\/span><br>\n        <span class=\"mb-sitemap-label\">Mawaka Blog<\/span>\n      <\/div>\n<h2>Tentang Blog<\/h2>\n<p>Artikel pengenalan, cerita awal, dan arah pengembangan Mawaka Blog.<\/p>\n<ul>\n<li><a href=\"\/en\/mengenal-mawaka-blog\/\">Getting to Know Mawaka Blog: Digital Notes on Websites, WordPress, SEO, and AI<\/a><\/li>\n<li><a href=\"\/en\/perjalanan-membuat-mawaka-blog-di-wordpress-campus-connect\/\">The Journey of Creating the Mawaka Blog on WordPress Campus Connect<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">?<\/span><br>\n        <span class=\"mb-sitemap-label\">Website<\/span>\n      <\/div>\n<h2>Website &amp; Digital<\/h2>\n<p>Pembahasan seputar manfaat website untuk bisnis, sekolah, dan personal brand.<\/p>\n<ul>\n<li><a href=\"\/en\/kenapa-umkm-sekolah-dan-personal-brand-perlu-memiliki-website-sendiri\/\">Why do MSMEs, Schools, and Personal Brands Need Their Own Websites?<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">?<\/span><br>\n        <span class=\"mb-sitemap-label\">SEO<\/span>\n      <\/div>\n<h2>SEO &amp; Content<\/h2>\n<p>Dasar SEO, struktur artikel, dan strategi konten agar website lebih mudah ditemukan.<\/p>\n<ul>\n<li><a href=\"\/en\/dasar-dasar-seo-untuk-pemula-agar-website-mudah-ditemukan-google\/\">SEO Basics for Beginners to Make Websites Easier to Find on Google<\/a><\/li>\n<\/ul>\n<\/article>\n<article class=\"mb-sitemap-card\">\n<div class=\"mb-sitemap-card-top\">\n        <span class=\"mb-sitemap-icon\">AI<\/span><br>\n        <span class=\"mb-sitemap-label\">Artificial Intelligence<\/span>\n      <\/div>\n<h2>AI &amp; Productivity<\/h2>\n<p>Ide, strategi, dan pemanfaatan AI untuk konten, website, dan pekerjaan digital.<\/p>\n<ul>\n<li><a href=\"\/en\/bagaimana-ai-membantu-membuat-konten-website-dan-strategi-digital-lebih-cepat\/\">How AI Helps Create Content, Websites, and Digital Strategies Faster<\/a><\/li>\n<\/ul>\n<\/article><\/div>\n<div class=\"mb-sitemap-cta\">\n<h2>Ingin membaca dari awal?<\/h2>\n<p>\n      Mulai dari artikel pengenalan Mawaka Blog, lalu lanjut ke WordPress, website,<br>\n      SEO, dan AI sesuai kebutuhan belajar Anda.\n    <\/p>\n<p>    <a href=\"\/en\/blog\/\" class=\"mb-sitemap-btn\">Lihat Semua Artikel<\/a>\n  <\/p><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Mawaka Blog Navigation Sitemap Peta halaman Mawaka Blog untuk membantu pembaca menemukan konten seputar WordPress, website, SEO, AI, dan bisnis digital dengan lebih mudah. ? Utama Halaman Utama Mulai dari halaman penting Mawaka Blog. Beranda Tentang Mawaka Blog Artikel Kontak ? Informasi Halaman Bantuan Halaman pendukung agar website lebih jelas dan profesional. FAQ Sitemap Disclaimer [&hellip;]<\/p>\n","protected":false},"author":53324292,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","big_sky_generated":false},"class_list":["post-929","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/pages\/929","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/users\/53324292"}],"replies":[{"embeddable":true,"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/comments?post=929"}],"version-history":[{"count":3,"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/pages\/929\/revisions"}],"predecessor-version":[{"id":933,"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/pages\/929\/revisions\/933"}],"wp:attachment":[{"href":"http:\/\/mawaka.blog\/en\/wp-json\/wp\/v2\/media?parent=929"}],"curies":[{"name":"Word processing","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}