HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Generate Meta description

Hi everyone! Is there a way to generate meta description from post content and comments for yandex and other search engines?

I found very old post related to Vanilla Seo addon and inner search engine optimization.


Tagged:

Comments

  • BleistivtBleistivt Moderator
    edited January 2020

    Vanilla creates meta descriptions from post contents:

    <meta property="og:type" content="article" />
    <meta property="fb:app_id" content="140915679292796" />
    <meta property="og:site_name" content="Vanilla Forums" />
    <meta name="twitter:title" property="og:title" content="Generate Meta description" />
    <meta property="og:url" content="https://open.vanillaforums.com/discussion/37868/generate-meta-description" />
    <meta name="description" property="og:description" content="Hi everyone! Is there a way to generate meta description from post content and comments for yandex and other search engines?" />
    <meta property="og:image" content="https://us.v-cdn.net/5018160/uploads/0c8fea29154e9f86f5db5e6f3e1ff6fa.png" />
    <meta name="twitter:description" content="Hi everyone! Is there a way to generate meta description from post content and comments for yandex and other search engines?" />
    <meta name="twitter:card" content="summary" />
    

    In case you are asking for keywords, they are not relevant to search engines anymore.

  • edited January 2020

    Very vital when posting links in Chat software like Slack and stuff (like vf's new embed)


    <meta property="og:site_name" content="Discourse Meta" />
    <meta name="twitter:card" content="summary" />
    <meta name="twitter:image" content="https://github.githubassets.com/favicon.ico" />
    <meta property="og:image" content="https://github.githubassets.com/favicon.ico" />
    <meta property="og:url" content="https://meta.discourse.org/t/easiest-way-to-export-a-single-topic/138483" />
    <meta name="twitter:url" content="https://meta.discourse.org/t/easiest-way-to-export-a-single-topic/138483" />
    <meta property="og:title" content="Easiest way to export a single topic?" />
    <meta name="twitter:title" content="Easiest way to export a single topic?" />
    <meta property="og:description" content="Hello, We are trying to export a single topic from one Discourse instance to either local storage or preferably another instance. The admins on the original instance support the move, but do not necessarily want to spend a lot of time working on making the move, and so we are looking for whatever solutions are available that are relatively quick and painless. Thus far, we are considering two options: While the first link is certainly the most direct way to achieve our end goal, we are not..." />
    <meta name="twitter:description" content="Hello, We are trying to export a single topic from one Discourse instance to either local storage or preferably another instance. The admins on the original instance support the move, but do not necessarily want to spend a lot of time working on making the move, and so we are looking for whatever solutions are available that are relatively quick and painless. Thus far, we are considering two options: While the first link is certainly the most direct way to achieve our end goal, we are not..." />
    <meta name="twitter:label1" value="Reading time" />
    <meta name="twitter:data1" value="1 mins 🕑" />
    <meta name="twitter:label2" value="Likes" />
    <meta name="twitter:data2" value="8 ❤" />
    <meta property="article:published_time" content="2020-01-13T19:20:03+00:00" />
    <meta property="og:ignore_canonical" content="true" />
    
  • mirXmirX
    edited January 2020


    Hi, @Bleistivt, thanks. Nice to know. Why I asking - Yandex WebMaster (this is something like Google Search Console) reports "Meta tags Description are missing or incorrectly filled on many pages of the site. This can adversely affect the search results." But this is "possible" error, not "critical". Technical support says don't worry this affects nothing. 😵

Sign In or Register to comment.