Did You Know?

Blogs

Discover the latest Personal Blog Lifestyle Writer, Beauty, and Health tips from Dwi Yanti – SEO Specialist & Technical SEO Strategist. Get insights on trending topics, personal branding, and how to rank #1 on Google (keyword ‘Kost Abdul Majid, Urban Residence’). Explore now!.

Analisa MSM vs Portfolio
Uncategorized

Analisa MSM vs Portfolio

By: Dwi Yanti
Kalau saya membandingkan **sebagai SEO Strategist**, bukan sebagai desainer, hasilnya cukup menarik karena kedua website punya tujuan yang sangat berbeda. | Aspek | Museum Srihadi | me.dwiyanti.com | | ——————– | ————– | ————–: | | Branding | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | | Visual/UI | **9.8** | 9.2 | | Technical SEO | **6.5–7** | […]
Fetch dan Analisa Portfolio
Uncategorized

Fetch dan Analisa Portfolio

By: Dwi Yanti
Saya sudah melakukan fetch terhadap **[https://me.dwiyanti.com](https://me.dwiyanti.com)** dan beberapa halaman utamanya. ([me.dwiyanti.com][1]) Yang saya analisis di bawah ini adalah dari sudut pandang **SEO Lead / Technical SEO Strategist**, bukan hanya melihat tampilannya. — # Skor Keseluruhan | Aspek | Nilai | | ———————- | —–: | | UI/UX | 9.2/10 | | On Page SEO | […]
Fetch dan Analisa MSM SH
Uncategorized

Fetch dan Analisa MSM SH

By: Dwi Yanti
kalau elementor itu bayar semua atau ada yang gratis? Elementor tersedia dalam **dua versi**: 1. **Elementor Free (Gratis)** ✅ * Bisa diunduh dari repositori resmi WordPress. * Cocok untuk membuat website dengan sistem drag-and-drop tanpa coding. * Fitur yang tersedia antara lain: * Editor visual drag-and-drop. * Banyak widget dasar (Heading, Image, Button, Text Editor, […]
Schema Website Claude2
Schema

Schema Website Claude2

By: Dwi Yanti
// Claude Schema Website /** * Universal Image Extractor for Schema * Mengambil semua gambar yang tampil di halaman dari rendered HTML * * @param int $limit Maksimal jumlah gambar (default 10) * @param int $min_width Filter gambar terlalu kecil (default 100px, skip icon/pixel) * @return array Array of ImageObject schema-ready */ function get_all_page_images_for_schema( $limit […]
Schema Website simple
Uncategorized

Schema Website simple

By: Dwi Yanti
SCHEMA WEBSITE SUPER SIMPLE TAPI RUN /** * Schema Website Image – KHUSUS FRONTPAGE * Ambil SEMUA gambar dari halaman utama * Versi Sederhana – PASTI JALAN */ function add_frontpage_schema_simple() { // Hanya di frontpage if (!is_front_page()) { return; } $images = array(); // === AMBIL GAMBAR DARI 6 POST TERBARU === $latest_posts = new […]
Schema WebPage DeepSeek 2
Uncategorized

Schema WebPage DeepSeek 2

By: Dwi Yanti
function add_webpage_schema_enhanced() { if (is_front_page() || is_home()) return; if (!is_page()) return; global $post; if ($post->post_title === ‘Home’ || $post->post_name === ‘home’) return; // ========== DATA DASAR ========== $title = get_the_title($post); $url = get_permalink($post); $site_url = home_url(); $description = get_optimized_meta_description(); $published = get_the_date(‘c’, $post); $modified = get_the_modified_date(‘c’, $post); $site_icon = get_site_icon_url(); $in_language = ‘id-ID’; // ========== […]
Schema WebPAge Versi DeepSeek
Uncategorized

Schema WebPAge Versi DeepSeek

By: Dwi Yanti
function add_enhanced_schema() { if (is_front_page() || is_home()) return; if (!is_page()) return; global $post; if ($post->post_title === ‘Home’ || $post->post_name === ‘home’) return; // Data dasar $title = get_the_title($post); $url = get_permalink($post); $site_url = home_url(); $description = get_optimized_meta_description(); $categories = get_the_category(); $primary_category = !empty($categories) ? $categories[0]->name : ”; // Schema Graph $schema = [ “@context” => […]
Schema WebPage Versi Claude
Uncategorized

Schema WebPage Versi Claude

By: Dwi Yanti
// ============================================================================= // SCHEMA WEBPAGE — dwiyanti.com // Versi: 2.0 — Full SEO Modern + AI Overview Optimization // Update: @id, url, isPartOf, primaryImageOfPage, inLanguage, breadcrumb, // speakable, ImageObject @id, WebPage @type spesifik // ============================================================================= function add_webpage_schema() { // ── Guard: Keluar jika Home atau bukan page ────────────────────────────── if ( is_front_page() || is_home() ) return; […]
Schema BlogPosting Versi Claude
Uncategorized

Schema BlogPosting Versi Claude

By: Dwi Yanti
// ============================================================================= // SCHEMA BLOGPOSTING — dwiyanti.com // Versi: 2.0 — Full SEO Modern + AI Overview Optimization // Fix: @id, url, isPartOf, primaryImageOfPage, inLanguage, breadcrumb, // speakable, wordCount, articleSection, keywords, @type spesifik, // ImageObject @id + contentUrl, mainEntityOfPage sebagai @id reference // ============================================================================= function add_blogposting_schema() { // ── Guard ───────────────────────────────────────────────────────────────── if ( ! is_single() […]
Lifesytle, SEO Specialist & SEO Content Writer