what is that HB code?SQLnovice wrote: Tue Feb 14, 2023 4:46 am On the duplicate canonical, add HB's code below <title> in your overall_header.html file. That bit of code is gold to Googlebot, b/c now your sitemap and your pages will be in sync with one another, both saying the same thing, we don't care what else you think this page is called, it's called this and you, Googlebot, should index it as this!! We've been using that for about four months and we don't end up having to do any more validations. They're getting about 90% of the canonicals correct now, systematically dumping the others. It's still not as fast as a fresh start, but it's getting the job done.
in overall_header.html into the title tag i have:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
i have like 150-200 indexed pages, and 10000 not indexed
another big problem is
Page with Redirect
lot's of my pages are not indexed beacuse of the redirect from http to https. do you know how to solve it?
i've setted the URL SERVER SETTINGS in PCA:
protocol to https
Forced settings URL server: no
do i have to change them?