DwiYanti NOTE

Personal Blog — Lifestyle & Insights

  • Home
  • About
  • Hot Topics
  • Yasin & Tahlil
  • Blogs
  • Contact
Lifestyle Blog SEO
Did You Know?

Beauty: "Tahukah kamu? Tidur kurang dari 6 jam bisa mempercepat penuaan kulit hingga 50%!"

Dwi Yanti

Learn more about Dwi Yanti → https://me.dwiyanti.com/about

The Latest Post

Schema WebSite Gemini
Uncategorized

Schema WebSite Gemini

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

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

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

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

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

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 […]

Page 1 of 8
Lifesytle, SEO Specialist & SEO Content Writer

DwiYanti.COM

  • Contact Us
  • Blogger Template
  • Guest PostLinks

I am an SEO Specialist, SEO Content Strategist, Blogger & Wordpress Developer passionate in optimizing websites to rank higher on search engines. With expertise in SEO strategies, content marketing, and website design, I help brands to grow their online presence. Need an SEO expert or blog design? Let’s connect your online presence!

Ask here for quick and easily to connect directly to me !

💬 Pesan berhasil terkirim!

© 2026 Made with by Dwi Yanti