How to specify custom tags and taxonomies of an article

In Marfeel, article tags help you organize and categorize your content effortlessly. These virtual labels are your toolkit for sorting and classifying articles by subject, theme, or any criteria that matters to you. With tags you can easily organize your articles and use them to search, filter or analyze the articles you are interested in.

Tags can be used to group articles for things like:

  • Article Type: Categorize as article, longform, branded, gallery, and more.
  • User Needs: Tag articles as per user requirements, such as “update me,” “keep me on trend,” “give me perspective,” “educate me,” or “inspire me.”
  • Editorial Categories: Assign tags based on content description or keywords.
  • Embeds: Tag articles based on the elements they have like Embed:Poll, Embed:TwitterBox, Embed:TikTok

One or more tags can be applied to any article, and all of the tags within a note can be found via any of the article’s nested tags.

How to declare tags

Marfeel allows custom tagging and taxonomies via the mrf:tags meta.

<meta property="mrf:tags" content="tagGroup1:tag_name;tagGroup2:another_tag_name" />

Please note that multiple tags can be declared separating them with a semicolon ;.

Tags & Tag Groups

Nested tags, sometimes called “Tag Groups” are tags like contentType:infography or contentType:blogPost. Tag groups are a natural extension of the tagging system, designed to add an extra layer of precision and granularity to your content classification. Think of them as subcategories or subtopics within a broader tag category.

By convention tags can use colons. The first part before the colon is called Tag Group and the second part is the Tag Name. These would be working examples:

<meta property="mrf:tags" content="contentType:infography;userNeed:inspire" />
<meta property="mrf:tags" content="category:ukraine;userNeed:update" />

Both tag names and tag groups can include spaces, upper or lower cases and any other character except for :. An article tagged with Ticker Symbol:AMZ will generate a tag group named Ticker Symbol and a tag name AMZ.

In case multiple tags under the same tag group need to be added multiple pairs have to be declared:

<meta property="mrf:tags" content="Ticker Symbol:AMZ;Ticker Symbol:GOOGL" />

Where are tags extracted from?

Marfeel auto-tracks Tags via this heuristics waterfall:

  1. Meta tag mrf:tags

    <meta property="mrf:tags" content="tagGroup1:tag_name;tagGroup2:another_tag_name" />
    
  2. From keywords in Structured Data

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "NewsArticle",
      "keywords": "tag1, tag2, tag3"
    }
    </script>
    
  3. From meta keywords

     <meta name="keywords" content="tag1, tag2, ta3">
    
  4. Marfeel has an automatic system based on Tagging rules

How to add tags manually to an article?

Marfeel allows users to manually tag articles from within the platform. This might be convenient in situations like:

  • Breaking news where Editor in Chief wants to track the performance of a group or published articles
  • Analysts performing a qualitative analysis on cherry picked articles.

To manually tag an article:

  1. Open the Compass View
  2. Click on the article you want to tag
  3. Scroll down until you see Tags & Topics.
  4. Click on Add and start typing your keyword. For example when it’s ‘breaking news’, you can insert keyword:breakingnews and click on + Create ‘keyword:breakingnews’. This will instantly add the tag so that when you shift to the real-time Compass view, you can start filtering on this tag right away since everything has been classified.