Subtitle change on SERP

I have an urgent issue that I need to resolve on my search results page on Google. I have a junior developer recommended by HubSpot that worked to create a custom site a month ago. But recently, I noticed this subtitle in the search results that makes my company look really bad. Can anyone suggest a quick fix for elminating this subtitle sbout the logo?

Thanks in advance.

You may find this useful if that result is from your website custom google search. Change the look and feel of your search engine - Programmable Search Engine Help

Hi @LBassCooper ,

The meta tag is missing to indicate the title of your webpage based on the src code of your website.

It should look something like this: <meta name=“title” content=“Here goes the title”>
It normally gets added once you add a title through the page settings in the HubSpot CMS. Could you double-check if that is set?
As a quick fix, you could add it to the head HTML of your page through the advanced settings of your website page, but that shouldn’t be necessary.