• Resolved gamedeveloper1337

    (@gamedeveloper1337)


    Hello,

    Meta description & title on the home page is taken from the latest post when home page is set up to be “your latest posts”. I have checked all similar questions in this forum but looks like TCs never produced enough details, so there is no clear answer.

    In the customization settings I got “Your homepage displays: Your latest posts”.
    And here what Simple SEO plugin generates for my home page.

    <meta name="keywords" content="...">
    <meta name="description" content="The game development blog focused on performance, optimization, C#, Unity, architecture, and rendering. Hop on to learn how to make your game faster and better">
    <meta property="og:site_name" content="home page url">
    <meta property="og:url" content="URL of the last post">
    <meta property="og:title" content="title of the last post">
    <meta property="og:description" content="Learn what is DOTS instancing, when it is needed, and how to make a shader that can be used with BatchRendererGroup API. Full source code is inside.">
    

    So now when you try to search for my website on duckduckgo.com you will see the following description:

    
    How To Write A Custom URP Shader With DOTS Instancing Support
    This tutorial is the step-by-step guide on how to add interactivity to the grass shader. You will learn how to write a geometry shader to generate blades of grass and make it interact with objects moving through it. Optimization Performance Unity Tips.
    

    As well as if I paste the homepage URL into a messenger like Telegram you would also see the title of the last post instead of the meta name=”description”.
    And the same problem with follow.it subscription page, when a user click subscribe he would see Please activate your subscription to feed “How To Write A Custom URP Shader With DOTS Instancing Support” by clicking the button below. instead of name/title of the website.

    I have also set up Default Title and Default Description inside Simple SEO settings.

    Is there any way to set up it so that it will show the default description from the settings there?
    Looks like these properties should be filled from the default Simple SEO settings for the home page.

    property="og:URL"
    property="og:title"
    property="og:description"
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Meta description & title issue on the home page’ is closed to new replies.