0

I woud like to know which information refers to the name of a website on Google Searchs (or any other Search's motors) In exemple an url could be : my-creations.com and the google name (clic link): "My Super Creations"

Is this name (My super creation) whritten in html -> meta ? how can i change it ? If i change it, my SEO result will be lower ?

Thanks for your responses and help :) And excuse my english

<div id="thanks"></div>

2 Answers2

0

Search engines usually use the value of the title element:

<head>
  <title>Page and site name</title>
</head>

Some search engines, for example Google, might display something else when they think it’s more relevant.

Community
  • 1
  • 1
unor
  • 92,415
  • 26
  • 211
  • 360
0

The site web i'm working for use Adobe Muse (yep i know...). So the html is generated and here is the title :

<title>home</title>

And as you can imagine "home" is not the name of the website as result on google. So.... anyone knows if Adobe Muse put another information anywhere ?