I keep seeing React App and the react logo when i google my netlify website

I keep seeing React App and the react logo when i google my netlify website.
whenever i google my netlify app i see “React App” alongside the react logo , but everything else works well. How can i change this when i google it.

Hi @kennymanman

Can you share a screenshot of what you are seeing?

Can you also share the Netlify/custom domain of your site.

Here it is

In public/index.html try changing the title of <title>React App</title>.

You can also use React Helmet to change the title attribute on different pages.

Already tried changing the index file, let me try react helmet.

You site title is set correctly
Screenshot 2021-07-11 13.33.44

However it will depend on when Google last crawled your site. Changes don’t show up in Google straight away.

Please what bout the logo?

In the <head> of public/index.html you will find the following tags which point to icons.

<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/logo192.png">

You can remove these tags and have no icon, or use a tool such as Favic-o-Matic to convert you own logo into a favicon and upload these with your site.