For further actions, you may consider blocking this person and/or reporting abuse
Read next

Million-Token AI Now Runs on Regular GPUs: New Method Slashes Memory Use by 8x
Mike Young -

Advanced AI System Learns Complex Patterns Across Multiple Data Streams Over Time
Mike Young -

AI System Fills Missing Parts in Casual Photos to Create Complete 3D Scenes
Mike Young -

AI Breakthrough Gives Robots Human-Like Object Manipulation Skills
Mike Young -
Top comments (3)
It depends. By using Firebase I'm assuming it's a front end app you're talking about?
In that case, then you need to use JavaScript to change the
<title>
tag and other SEO meta tags.For the title you can do something like
document.title = 'My New Title'
. That will set the title of the page. So, any time you want to change the title, do that.For the meta tags you need to select them first. For every meta tag, if it already exists on the page, you can overwrite the
content
attribute. If it doesn't already exist, then you need to create the entire meta tag and add it on the HTML head.Here's some example code for changing / adding the description meta tag:
Hope that helps!
EDIT: A lot. Submitted by accident with CTRL+ENTER
thanks a lot !!!
okay