How to add link alternate meta tag

Created on 8 October 2024, 5 months ago

Problem/Motivation

I'd like to add the following metatag:

<link rel="alternate" type="application/rss+xml" href="https://example.com/technology/feed/" />
(https://developers.google.com/search/docs/appearance/google-discover?hl=de)

Sadly I can't find a way to do this using this module, is it not made for a meta tag like this?

Otherwise could it please be documented, best would be directly in the UI, I'd say?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Active

Version

2.1

Component

Documentation

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Anybody
  • 🇩🇪Germany Anybody Porta Westfalica
  • Status changed to Closed: works as designed about 2 months ago
  • custom Meta allows the creation of single attribute. If you'll try to create using the above metatag

    <link rel="alternate" type="application/rss+xml" href="https://example.com/technology/feed/" />
    

    You'll end up having

    <link rel="alternate" href="https://example.com/technology/feed/" />
    

    There's a feature request opened for it in the metatag project 💬 Creating custom meta tag Active
    Follow there for the updates.

    For this project, it is worked as designed.

  • 🇩🇪Germany Anybody Porta Westfalica

    @naveenvalecha thank you very much for your reply.

    I'd like to be sure I get you right. What you say is: It's not possible with this (or any other) module yet and it won't be implemented here, right?
    Then I'd say this is Closed (won't fix)?

  • 🇩🇪Germany Anybody Porta Westfalica
Production build 0.71.5 2024