Merhabalar Arkadaşlar,
Wordpress'e özel tema yaptık fakat Rankmath ile uyumlu çalışmıyor.
Title, canonical gibi verileri Rankmath otomatik eklemesi gerekirken eklemiyor.
Bizim temamızda; <!-- Rank Math PRO tarafından Arama Motoru Optimizasyonu - https://s.rankmath.com/home -->
<meta name="robots" content="nofollow, noindex"/>
<meta property="og:locale" content="tr_TR" />
<meta property="og:type" content="article" />
<meta property="og:title" content="xxxxx" />
<meta property="og:url" content="xxxxxx" />
<meta property="og:site_name" content="xxxx" />
<meta property="og:updated_time" content="2022-02-21T17:47:51+03:00" />
<meta property="article:published_time" content="2022-02-07T16:58:00+03:00" />
<meta property="article:modified_time" content="2022-02-21T17:47:51+03:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="xxxxxxxx" />
<meta name="twitter:label1" content="Time to read" />
<meta name="twitter:data1" content="Less than a minute" />
<!-- /Rank Math WordPress SEO eklentisi -->
Hazır temada; <!-- Rank Math PRO tarafından Arama Motoru Optimizasyonu - https://s.rankmath.com/home -->
<title>xxxxxxxxxx</title>
<meta name="description" content="xxxxxxxxxxxxx"/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="xxxxx" />
<meta property="og:locale" content="tr_TR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="xxxxxxx" />
<meta property="og:description" content="xxxxx" />
<meta property="og:url" content="xxxxxx" />
<meta property="og:site_name" content="xxxxxxx" />
<meta property="og:updated_time" content="2022-02-09T16:32:28+03:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="xxxxxxx" />
<meta name="twitter:description" content="xxxxxx" />
<meta name="twitter:image" content="xxxxxxx" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Denge Elektronik" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="3 dakika" />
Title, description, canonical bilgilerini eklemiyor. Bu sorunu nasıl giderebilirim?