Announcement

Collapse
No announcement yet.

Where does one edit SFNT HTML "title" tag?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Where does one edit SFNT HTML "title" tag?

    New to M9, where does one edit SFNT HTML "title" tag?
    Last edited by William Davis; 07-15-16, 12:00 PM.
    Thank you, Bill Davis

    #2
    User Interface - SFNT <title>&mvt:store:name;</title>

    The store name variable is in Store Settings.

    Comment


      #3
      Check to see if you have the SEO tab active for the SFNT screen. The should be a Title field there.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        And if you do have something in your SEO tab's "Title" field, but it's not showing up as your title, you'll need to tweak the page template a little.

        You'll have to remove the <title>This is your current title </title> entry and replace with something like this (tweak your fall back title):

        <mvt:if expr="NOT ISNULL l.settings:page:title">
        <title>&mvt:page:title;</title>
        <mvt:else>
        <title>Replace this text with your fall back title in case somebody deletes the Title field in the SEO Tab</title>
        </mvt:if>
        Charlie Morrison
        www.MCRmedical.com

        Comment


          #5
          Thanks!
          Thank you, Bill Davis

          Comment

          Working...
          X