Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi @jwvantilburg,

    In testing what you described, it wasn’t possible to reproduce so perhaps the browser is caching the results – it might be worth clearing the browsers’ cache to see if that fixes it for you?

    Depending which browser you are using, the method might be different, but you would want to clear the DNS cache in this instance.

    hi there,

    It’s possible that in the implementation of these custom post types they are always being injected into the query via a filter/action such as pre_get_posts. It’s worth looking at this part of the theme/plugins that are being run, to see if removing that solves the issue.

    Hi there,

    It’s likely that something on your site is controlling the redirection – taking your example page (?https://soraregame.com/8-best-tips-for-sorare-cap-240/) it appears from the headers that Rank Math is doing it on this page, you can see the headers by running curl -IL on the URL and looking for the x-redirect-by header:

    curl -IL https://soraregame.com/8-best-tips-for-sorare-cap-240/
    HTTP/2 301
    server: nginx
    date: Mon, 11 Sep 2023 10:30:28 GMT
    content-type: text/html; charset=UTF-8
    location: https://soraregame.com
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0
    x-redirect-by: Rank Math
    x-httpd-modphp: 1
    host-header: 8441280b0c35cbc1147f8ba998a563a7
    x-proxy-cache-info: DT:1

    Hope that helps ??

    Hi there,

    It looks like there is some kind of redirection happening on the page at technical-articles/metal-expansion-joints/ which sends the page to technical-articles/design-and-manufacture-of-metal-expansion-joints/, while it’s difficult to see, it looks like the plugin Yoast SEO is doing that, see below (the X-Redirect-By header):

    Hope that helps!

Viewing 4 replies - 1 through 4 (of 4 total)