Langsung ke konten utama

Catatan saya Belajar Adsense Universe

 Jangan terlalu terpaku dengan high paying content yang itu-itu aja, padahal banyak konten lain yang punya kualitas bagus


-  SEO terbukti yang terbaik untuk sustain mendatangkan traffic

- konten pilar / konten utama wajib minimal 2000 kata lebih

- akan menggunakan 95% sama persis 

- mempersiapkan 3 hal yg terkait dgn konten bahasa inggris :

  1. jasa penulis 2. rektrut penulis  3. AI writing assistant


- Jasa Penulisan artike SEO : arsip.co

- kalau sudah berkembang, harus punya vendor artikel yg sudah bagus manajemennya, mereka sudah punya kualitas dan SOP yg bagus.

- bisa punya penulis yg mantan jurnalis personal, 

- AI : conversion.ai  , gocopy.io , AI copywriting tool


> Bagaimana cara memilih niche/topik yang benar?

   buat berdasarkan masalah yang ada, berdasarkan volume, kompetisi, CPC 

   - masalah : semua yang ada pesan errornya (hp, printer, all hardware) kita bikin website yg fokus membahas pemasalahan seputar HP (hp jg banyak berbagai merk, ambil salah satu merk) ex: allinoneprintersolution/printerzone/

 - contoh lain : hewan yg membuat masalah (liat ekosistem berdasarkan negara2 luar, misal di indonesia ada ulat bulu, ada nyamuk)

- contoh lain juga : natural problems

- jangan membasa E-A-T YMYL, expertise, authority, and trus, Your Money Your Life

- Riset jam terbang sudah tinggi, bisa menemukkan hidden gems, keyword bagus, persaingan rendah


> Contoh Niche Tersembunyi

  untuk bisa dapat inspisari paling gampang itu di sekitar kita, misal datang ke toko buku terdekat, disana bisa mendapatkan inspirasi masalah.

  1. housecleaningtip.com (home care)
  2. homeawakening.com (home)
  3. bicycleadvisor.com (bicycle)
  4. fightquality.com (self defense)
  5. biologydictionary (biology)
  6. theflowerexpert (flowers)
  7. blackbeltwiki (martial arts)   
  8. cleverbowling, experbowling, bowlingiseasy (bowling)
  9. scoutingmagazine (scout)
  10. prisoninsight (prison)
> Kriteria Niche Bagus & Potensial
  1. Bisa jadi 100 keyword (berharap ada 10-20 konten yg kontribusi terhadap konten kita yg lain, bisa masuk page1 google)
  2. Kompetitor bukan korporasi (apa hal yg banyak peminatnya, tapi korporasi tdk masuk ke ranah itu?) contoh all about hobby, all about community, self defence, martial arts, aquascape. hydroponic. Yang harus dihindari : ecommerce, marketplace, media
  3. Bisa ditemukan 5-10 kompetitor menengah bawah yang trafficnya banyak (pastikan kita tdk sendiri di niche tersebut, cek harus sudah ada pasarnya)
        Aqua (aquarium, aquascape, freshwater, saltwater, aquaponic)
        Plant (hydroponic, bonsai, plantation, hanging plant)
        Permasalahan seputar wordpress (php)
        Permasalahan orang bule kekosongan hati (meaning of life), motivasi hidup

> Jangan cuma lihat CPC dan search
    Selain CPC dan search, ini variabel lain yang harus diperhatikan:
  1. Tingkat kerumitan pembuatan konten (jumlah kata dan sumber referensi)
  2. Jenis keyword harus yang informasi, bukan navigasi dan transaksi. Sekilas cek disini https://www.semrush.com/blog/types-of-keyword-commercial-informational-navigational-transactional/
  3. Di halaman google, harus didominasi oleh web atau blog medioker, bukan web korporasi (media, marketplace, ecommerce)
  4. Bukan EAT dan YMYL (seperti yang udah dijelasin sebelumnya)
    Contoh keyword nggak bener:
  1. how to become a pilot : CPC oke, search lumayan, tapi ngga bisa karena ini terkait profesi yang profesional, udah agak2 mendekat ke EAT
  2. electrician salary : CPC ngeri, search banyak banget, tapi jumlah kata sedikit (otomatis harus kuat banget backlinknya), ini ngga murni informational keyword
  3. dining room sets : CPC dahsyat, search ngeri, tapi sayang ini termasuk transactional keyword

Komentar

Postingan populer dari blog ini

HOW TO FIX : ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled in VS Code Python Selenium ChromeDriver Pytest

HOW TO FIX : ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled in VS Code Python Selenium ChromeDriver Pytest have you ever experienced an error like the one below when using pytest, python selenium chromedriver? [14184:2436:0319/060520.198:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is [7108:12512:0319/060620.351:ERROR:device_event_log_impl.cc(214)] [06:06:20.350] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [7108:12512:0319/060620.356:ERROR:device_event_log_impl.cc(214)] [06:06:20.356] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [7108:12512:0319/060620.357:ERROR:device_event_log_impl.cc(214)] [06:06:20.357] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning....

0.0.0.0 Python Essentials - About the Curriculum

About the course curriculum PCAP: Programming Essentials in Python  (short form:  Python Essentials ) is a two-course series that covers all the basics of programming in Python, as well as general computer programming concepts and techniques, and the object-oriented approach. The Python Essentials course series is divided into two parts: Python Essentials 1 (PE1): BASICS , consisting of four modules; Python Essentials 2 (PE2): INTERMEDIATE , consisting of four modules. Each student has access to  hands-on practice materials ,  labs ,  quizzes , and  tests  to learn how to utilize the skills and knowledge gained on the course and interact with some  real-life programming tasks and situations . Students who complete the course will be able to accomplish coding tasks related to the basics of programming in the Python language, and to understand the fundamental notions and techniques used in object-oriented programming. Furthermore, they will be ready...

Python Essentials 1 - Module 1

  Python Essentials 1: Module 1 Introduction to Python and computer programming In this module, you will learn about: the fundamentals of computer programming, i.e., how the computer works, how the program is executed, how the programming language is defined and constructed; the difference between compilation and interpretation what Python is, how it is positioned among other programming languages, and what distinguishes the different versions of Python. How does a computer program work? This course aims to show you what the Python language is and what it is used for. Let's start from the absolute basics. A program makes a computer usable. Without a program, a computer, even the most powerful one, is nothing more than an object. Similarly, without a player, a piano is nothing more than a wooden box. Computers are able to perform very complex tasks, but this ability is not innate. A computer's nature is quite different. It can execute only extremely simple operations. For exampl...