Is there a way to add the ™ character to a Wix website’s page title & description (SEO) for Google search results?
HTML code for ™ is ™
Is there a way to add the ™ character to a Wix website’s page title & description (SEO) for Google search results?
HTML code for ™ is ™
You can try … but it may not work.
If you attempt to add it to the title via the page settings, you receive an error message:
Same for the description:
You can attempt to add it via code ---- but it may result in the same error.
Link to Wix API: https://www.wix.com/corvid/reference/wix-seo/settitle
I don’t think there is a way of setting page description via code: https://www.wix.com/corvid/reference/wix-seo/introduction
Hello,
here it comes ^^ you have just to create a button on which will start the action…
Button_ID = “button1” → triggered-event = “onClick”
export function button1_click(event) {
let myString = String.fromCharCode(8482)
console.log(myString)
}
See result in console!
Have fun!
And here more INFO 4-you…
@russian-dima His problem is how to set is as part of the SEO. Those types of characters are rejected for page titles and descriptions. Which means they will not get indexed properly.
Wix does have a way of setting a page title but not a page description. IF the characters are not rejected when set via code, then this will only solve his Title problem.
Wonder if Wix Dev Team can confirm if characters can be bypassed via code for indexing? Or if they will allow us to set page description via code as well.
Ok, now i understand the problem. Thx for info.
I think i did not read the whole post (my fault).
Lol … sometimes it takes me SEVERAL times to read a post before I can figure out what the question is. And even then … I still get it wrong sometimes. It is challenging trying to understand sometone else’s thoughts based on simple text on a page. I find it easier to have a phone call conversation to really dig deep and understand the problem faster.
SO TRUE , me too!
@code-queen May you explain how to add ™ to my page titles via Wix Code?
how do I add a registered and TM symbol to a page on the wix menu