Did You Know?

Dwi Yanti

Tampil Stylish Setiap Hari
Sport Look On Point!
About

Dwi Yanti
SEO Specialist & Lifestyle Writer

Dwi Yanti is an SEO Specialist and Technical SEO Strategist focused on building SEO systems, custom CMS algorithms, and long-term search visibility strategies.

Through this personal blog, Dwi Yanti also shares lifestyle, health, beauty, and everyday insights — bridging the world of technical strategy with real, relatable living.

SEO Specialist Technical SEO CMS Algorithm Lifestyle Health & Beauty

Hello world!

Welcome to WordPress. This is your first post. Edit or…

Tugas & Skill SEO Strategist

Sebagai seorang SEO Strategist, fokus kamu bukan lagi sekadar “cek-cek”…

Cara Install WordPress

Tidak perlu bingung, saya bantu jelaskan. Jawabannya tergantung dari cara…

Tool SEO Strategist: Daftar Lengkap Fitur yang Harus…

8 modul utama berdasarkan workflow strategis SEO profesional. Berdasarkan kebutuhan…

DeepSeek Analisis Portofolio – Dwi Yanti

Saya telah meninjau situs portfolio Anda, https://me.dwiyanti.com. Ini adalah fondasi…

Strategi Positioning Global – Dwi Yanti

Pertanyaan Anda sangat jujur dan menyentuh realitas yang memang ada.…

Schema WebSite Gemini
Uncategorized

Schema WebSite Gemini

June 25, 2026 By: Dwi Yanti

Untuk Functions.php Kode di perbaiki chat.deepseek.com add_action( ‘wp_head’, ‘gemini_homepage_with_posts_schema’ ); function gemini_homepage_with_posts_schema() { if ( is_front_page() || is_home() ) { // Ambil data user admin pertama $admin_user = get_users(array( ‘role’ => ‘administrator’, ‘number’ => 1 )); $user_data = !empty($admin_user) ? $admin_user[0] : null; // Ambil data user $user_name = $user_data ? $user_data->display_name : ‘Nama Anda’; […]

WebPage Schema MyBlogs
Uncategorized

WebPage Schema MyBlogs

June 21, 2026 By: Dwi Yanti

WEBPAGE SCHEMA DWIYANTI.com // SCHEMA WEBPAGE function add_webpage_schema() { if (!is_page()) { return; } global $post; // ========== DATA DASAR ========== $title = get_the_title($post); $url = get_permalink($post); $published = get_the_date(‘c’, $post); $modified = get_the_modified_date(‘c’, $post); $description = get_optimized_meta_description(); // Dari fungsi yang sudah ada $site_icon = get_site_icon_url(); // ========== AMBIL SEMUA GAMBAR (UNIVERSAL) ========== $images […]

Schema di Blog DwiYanti.com
Uncategorized

Schema di Blog DwiYanti.com

June 19, 2026 By: Dwi Yanti

Schema Website sebelum perubahan // Schema Markup Website utk frontpage function add_front_page_schema() { if (is_home() || is_front_page()) { global $post; $url = home_url(); $site_name = get_bloginfo(‘name’); $description = get_bloginfo(‘description’); // Ambil konten halaman front-page $content = isset($post->post_content) ? $post->post_content : ”; $images = []; // Ambil hingga 3 gambar dari konten front page preg_match_all(‘/]+src=[“\’]([^”\’]+)[“\’]/i’, $content, […]

Schema BlogPosting web DwiYanti.com
Uncategorized

Schema BlogPosting web DwiYanti.com

June 19, 2026 By: Dwi Yanti

SCHEMA BLOGPOSTING DENGAN MENAMPILKAN SEMUA IMAGE YANG ADA DI &lt?php the_content(); ?&gt TAPI CODE IMAGE DI SEKITAR H1 TIDAK AKAN MUNCUL // SCHEMA BLOGPOSTING function add_blogposting_schema() { if (!is_single()) { return; } global $post; // ========== DATA DASAR ========== $title = get_the_title($post); $url = get_permalink($post); $published = get_the_date(‘c’, $post); $modified = get_the_modified_date(‘c’, $post); $description = […]

Schema Image Universal
Uncategorized

Schema Image Universal

June 19, 2026 By: Dwi Yanti

/* Schema Image Object hanya muncul di post dan Page */ function add_all_images_schema_universal() { // Cek apakah ini post ATAU page if (!is_page()) { return; } // Ambil semua gambar dari konten $content = get_post_field(‘post_content’, get_the_ID()); preg_match_all(‘/]+src=”([^”]+)”/i’, $content, $matches); if (empty($matches[1]) && !has_post_thumbnail()) { return; } $images = array(); // Featured image if (has_post_thumbnail()) { […]

Meta Description Custom Field WordPress
Uncategorized

Meta Description Custom Field WordPress

May 20, 2026 By: Dwi Yanti

PERBEDAAN META TITLE, H1, META DESCRIPTION, DAN EXPERT DI EDITOR WORDPRESS —– Solusi: Buat Meta Description Custom Field + Kembalikan Excerpt ke Fungsi Semula Baik, saya akan berikan kode lengkapnya. Anda ingin: 1. ✅ Meta description CUSTOM (seperti meta title) 2. ✅ Excerpt kembali ke fungsi semula (untuk tampilan di blog, bukan untuk meta) Berikut […]

Lifesytle, SEO Specialist & SEO Content Writer