Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #858899

    Hi all,

    Google reports of broken rss feed for my portfolio posts. Website: https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/ All ondernemers/ specialists are portfolio items. All other feeds are working.
    I checked older posts with the same problem: https://kriesi.at/support/topic/broken-rss-feed-links/
    Tried all the solutions mentioned:
    – Github plugin:https://github.com/wpexplorer/wpex-post-types-feed-links-fix this doesn’t work because it’s for comment feeds, not portfolio feeds.
    – Tried al plug-ins turned off: no change
    – Tried with the default WP theme: I don’t know because the default WP theme doesn’t have portfolio posts.
    – Re saved permalinks several times, no change.

    I did find out what the right url is:
    404 ERROR for the url that Google finds: https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/feed/ the categorie ondernemer is put between with Portfolio item settings on the permalink settings page.
    Good URL: https://aertvandergoesstraat.nl/hudson-bar-kitchen/feed/

    So Enfold is putting the categorie/tag base ondernemer between the main url and the portfolio-item. However there is no valid feed there, when WP is making the feed url it does without the categorie/tab base from the permalink settings.

    What to do so Google will find the right url or WP will generate the right URL?

    Thanks in Advance,
    Ariane

    #859353

    Hey ariane1001,

    Can you show us what error you are getting, so we can try identify the issue please?

    Best regards,
    Basilis

    #859378

    Hi Basilis,
    When you go to https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/feed/ you will get an 404 error page, this is the issue. I explained it all in my first post.

    I would really apriciate if you could look into this, I am not the only one with the problem.

    Regards,
    Ariane

    #860144

    Hi Ariane,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #860510

    Hi Victoria,
    There is nothing to see there anymore because I turned off the feeds with this code:
    remove_action( 'wp_head', 'feed_links_extra', 3 );
    I rather have no feeds then feeds who give a 404.

    Regards,
    Ariane

    #860853

    Hi Ariane,

    Thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #865851

    hi,
    As I mentioned before, I found a solutions what works for my client but the problem is not solved. I think it’s someting Kriesi should look into because portfolio feeds are not working well.
    Regards,
    Ariane

    #866502

    Hi,

    The custom post type portfolio, does not have feeds activated.
    Enable them by using

    function my_custom_feed($qv) {
      if (isset($qv['feed']))
          $qv['post_type'] = get_query_var('post_type');
      return $qv;
    }
    add_filter('request', 'my_custom_feed');

    Best regards,
    Basilis

    #870848

    Hi Basilis

    I place the code you suggest before on my function.php file but do not work. I dont know if work for ariane1001 but i still getting a 404 error from google.
    if you find the solution for this topic please let me know. Thanks in advance

    #872360

    Hi,

    The feed is broken because the portfolio posts content are created with the advance layout builder. Please use the default editor if you want to include the portfolio post types to the feed.

    Best regards,
    Ismael

    #879416
    This reply has been marked as private.
    #879487

    Hi,

    Glad it worked. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    #907500

    I have the same problem.
    Google just sent me a notification as well.
    My client has many portfolio items, how can I tell him to change all the items to the default wp editor?

    What are my options here?
    If the portfolio feeds are not working in Enfold, can I tell google not to scan them?
    My client asked me to check other themes now.
    What do you suggest?
    Dan

    #907508

    I agree.
    Feeds should work for the portfolio items.
    Right now my client has many broken links from this…

    #907605

    Hi,

    There is a trick.
    Leave on the feeds, only the Portfolio Title and remove the content from the feed ;-)
    http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/

    I have shared with you a post that can help you with that.

    Also you can let your client know that, any theme that users a builder, which will have that issue in the end, so the solution I am suggesting is the best!

    Best regards,
    Basilis

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.