Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Sep 26, 2013 @ 19:02
    Bjarne Fyrstenborg
    0

    How is the <title> value set i starterkit v. 3.2.0

    The starterkit MainMaster template contains this code line:

    <title id="TitleTag" visible="false" runat="server"><!-- hack to turn the auto title off or Umbraco will use it --></title>

    and a property on the Lang node to set the website name:

    But how is the title generated.. I only see the node name in the title tags and can't see this property is used?

    E.g. the title for "About us" page gives me this:

    <title>Om os</title>

    /Bjarne

  • Anders Burla Johansen 2560 posts 8256 karma points
    Sep 26, 2013 @ 19:05
    Anders Burla Johansen
    100

    That is in the meta description razor scripting file. The site name isnt used in the title anymore. It should be deleted from the lanugage node

  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Sep 26, 2013 @ 19:12
    Bjarne Fyrstenborg
    0

    Ahh okay ... yes it is only use metaTitle property and node name.. I would like to add the company name, so I just keep the property and add the value in the razor file :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies