Hi,
Can someone advise what metatags i need to use to show my site name properly on the firefox home page in the top sites section?
i currently use:
meta name=“application-name” content=“my app name”
meta property=“og:image” content=“path to image”
meta property=“og:description” content=“my description”
meta property=“og:title” content=“My title”
meta property=“og:type” content=“website”
meta property=“og:site_name” content=“My site name”
my icon is displayed properly however the title is always the domain name.
Can i set this?
thanks