• Resolved sanjayjangam

    (@sanjayjangam)


    I can see 3 types of feed in source code but not postlink feed url.

    <link rel="alternate" type="application/rss+xml" title="website name&raquo; Feed"  />
    <link rel="alternate" type="application/rss+xml" title="website name&raquo; Comments Feed"  />
    <link rel="alternate" type="application/rss+xml" title="websitename&raquo; Stories Feed" >

    i checked other website i found post title with link in rss feed

    <link rel=”alternate” type=”application/rss+xml” title=”Update Mission &raquo; ????? ?12,999 ??? ??????, Oppo 5G ??????????, ?????? 12GB RAM ?? ??? 512GB ???????, ????? ?????? Comments Feed” href=”https://xyz.com/oppo-a98-5g-smartphone-price-in-india/feed/&#8221; />

    How to enable this feed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sanjayjangam

    (@sanjayjangam)

    Please check this url

    https://ibb.co/1MBKWCc

    Thread Starter sanjayjangam

    (@sanjayjangam)

    add a <link> element to a single feed that makes sense for that page.

    here it is google link https://developers.google.com/search/docs/appearance/google-discover#hub-page

    If you have multiple feeds on your website (for example, a news website with RSS feeds for the front page, business section, and technology), we recommend that you add a <link> element to a single feed that makes sense for that page. A single feed is easier to maintain, and is a better user experience when people are subscribing to your content. For example, if the article is about technology, specify the technology feed in the <link> element.

    <html>
      <head>
    <link rel="alternate" type="application/rss+xml" />
      </head>
      <body>
        <h1>What's next for Technology in 2022</h1>
      </body>
    </html>

    how add a <link> element to a single feed? like above example.

    Plugin Support Maybellyne

    (@maybellyne)

    Hello @sanjayjangam,

    Thanks for reaching out regarding your feed URLs. WordPress (not Yoast SEO) outputs your content in different formats across different URLs (like RSS feeds of your posts and categories). If your posts aren’t showing RSS feeds, this isn’t a function of Yoast SEO. Please ask here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post link not showing in RSS Feed’ is closed to new replies.