Hello,
I have a simple page like this
<html><head>
<title>My title</title>
</head><body>
...</body></html>
Now I'm using in my website somewhere:
document.title = "My new title"...
How 'll google (and other search engine) index this page? Will it be with the title 'My title' or 'My new title'?
someone an idea?
thanks!
The One And Only KryptoS
I have a simple page like this
<html><head>
<title>My title</title>
</head><body>
...</body></html>
Now I'm using in my website somewhere:
document.title = "My new title"...
How 'll google (and other search engine) index this page? Will it be with the title 'My title' or 'My new title'?
someone an idea?
thanks!
The One And Only KryptoS