HTML Title tags

Options
Has anyone figured out a way to set <TITLE> tags in the page without using JS?


Default is something like "Event Title - Page Title - Site Title." Didn't see any SDPs, and hate to rely on anything that could be disabled by the browser or ignored by crawlers.
Tagged:

Comments

  • Hi Jeremy,


    Have you tried the U5 tag? They allow you to set the title, description and other meta tags. Pretty powerful. 

    [[U5:title=Modified page title]]

    [[U5:description=This is a different description of this page]]

    [[U5:keywords=whatever,you,want,for,keywords]] 

    Here's a post with more info on it:

    https://community.blackbaud.com/forums/viewtopic/1/3743?post_id=22561#p22561

  • Shobi Varghese:

    Hi Jeremy,


    Have you tried the U5 tag? They allow you to set the title, description and other meta tags. Pretty powerful. 

    [[U5:title=Modified page title]]

    [[U5:description=This is a different description of this page]]

    [[U5:keywords=whatever,you,want,for,keywords]] 

    Here's a post with more info on it:

    https://community.blackbaud.com/forums/viewtopic/1/3743?post_id=22561#p22561

     

    Hi Shobi,


    I finally got a chance to take a deeper look at this now. Looks like U5 only gets us part of the way there. Titles are built by a combination of settings (depending on the system application), as bolded/colored below...


        pagebuilder_page_title - pagewrapper_title
        teamraiser_title: custom_page_title - pagewrapper_title


    Even if I did something like put [[?1::2::::]] for the pagewrapper title, it'll still show that dash before it.


    I'd hope there'd be something in SDPs or product config that would let us change the order and/or switch separator characters. Anyone see anything like that? Or is there maybe a more comprehensive variation of U5?

Categories