mrfdn.com – Archetypes di hugo merupakan sebuah folder yang berisi sebuah file default.md yang berfungsi sebagai konfigurasi frontmatter pada setiap postingan markdown yang dibuat.
Contoh archetypes hugo yang saya gunakan saat ini :
---title: "{{ replace .Name "-" " " | title }}"date: {{ .Date }}url: /{{.File.TranslationBaseName}}tags:description: tulis deskripsi singkat di sinithumbnail: /uploads/url-gambar-thumbnail.jpgdraft: true---Baris kode di atas akan muncul setiap kali membuat sebuah postingan baru di hugo.
Misalnya saya membuat sebuah postingan baru hugo new post/artikel-baru.md
Maka pada frontmatter artikel yang sudah dibuat hasilnya akan otomatis menjadi seperti ini:
---title: "Artikel Baru"date: 2022-11-29T08:02:48+08:00url: /artikel-barutags:- linuxdescription: tulis deskripsi singkat di sinithumbnail: /uploads/url-gambar-thumbnail.jpgdraft: true---Nanti kita edit bagian frontmatter ini sesuai keinginan.
Untuk lebih SEO, pastikan menempatkan keyword yang sudah anda targetkan di sana.
Pastikan anda mengedit file archetypes yang berada pada root site, bukan archetypes yang ada pada theme yang digunakan supaya bisa berfungsi dengan baik.
Semoga bermanfaat.
Selanjutnya saya akan membahas tentang shortcode di Hugo.
PakarPBN
A Private Blog Network (PBN) is a collection of websites that are controlled by a single individual or organization and used primarily to build backlinks to a “money site” in order to influence its ranking in search engines such as Google. The core idea behind a PBN is based on the importance of backlinks in Google’s ranking algorithm. Since Google views backlinks as signals of authority and trust, some website owners attempt to artificially create these signals through a controlled network of sites.
In a typical PBN setup, the owner acquires expired or aged domains that already have existing authority, backlinks, and history. These domains are rebuilt with new content and hosted separately, often using different IP addresses, hosting providers, themes, and ownership details to make them appear unrelated. Within the content published on these sites, links are strategically placed that point to the main website the owner wants to rank higher. By doing this, the owner attempts to pass link equity (also known as “link juice”) from the PBN sites to the target website.
The purpose of a PBN is to give the impression that the target website is naturally earning links from multiple independent sources. If done effectively, this can temporarily improve keyword rankings, increase organic visibility, and drive more traffic from search results.

