• Resolved mitratanikita

    (@mitratanikita)


    Hi

    plugins work well on default WordPress generated feed, on a subcategory, the plugins don’t do anything

    if I have a subcategory with permalinks like this

    https://www.website.com/hoby/gardening/feed/gn

    return with 404 Not found status

    but default one(no additional gn char on URL)

    https://www.website.com/hoby/gardening/feed

    return 200 OK…no articles listed on publisher dahboard

    • This topic was modified 3 years, 9 months ago by mitratanikita. Reason: bad formating
    • This topic was modified 3 years, 9 months ago by mitratanikita.
Viewing 8 replies - 1 through 8 (of 8 total)
  • I have the same problem. Google indexing has been difficult for my posts for the past few days. GN does not generate feed for categories.

    Hi mitratanikita,

    Sorry for the late reply.

    It helps if you include your url so I can take a look, but just based on your description, it may be that the pretty links are not working. That happens sometimes, especially if you have an seo plugin that changes the url structure that WordPress normally uses.

    For the GN Publisher category feeds, try using ?feed=gn instead of /feed/gn/ so that you have something like this: https://www.website.com/hoby/gardening/?feed=gn

    Please try that and let me know if it works ??

    Chris

    Hi Prokurent,

    If you don’t mind, please open a new thread here for your site. It may not be the same issue that is being discussed. And in the new thread, it would help if you include your url. I’ll take a look and should be able to diagnose the problem ??

    Chris

    Thread Starter mitratanikita

    (@mitratanikita)

    Thanks chris

    i think maybe the issue here is Yoast (remove category base options) or Wp default permalinks

    here’s my yoast generated htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    And custom permalinks set to

    /%postname%.html

    But as your suggestions Changing feed address to

    https://www.website.com/hoby/gardening/?feed=gn

    Solve the issue ..

    Thank you very much

    Great! ??

    Hi. Hope you are doing well today.

    I am using Rank Math. I disabled the category base in the URL for it. Because of this, GN Publisher does not show me the category feed. How can I fix this problem? I want to keep categories exclusion in URL.

    Prokurent

    Hi Prokurent,

    Watch for an update out to correct this issue tomorrow- sorry about the problem, dealing with the urls when they are altered has been a bit tricky,

    Chris

    Great!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘On subcategory plugins failed to create feed’ is closed to new replies.