<TITLE> Tag

M

Marko

My HTML generator generates Title tag at this way:

<Title>

Some page title...

</Title>
After <Title> is ENTER and TAB. Before </Title> is ENTER. Browser show title
of my page normaly but in source code it is with this TAB and ENTER.

Is this ok or it can be a problem with search engines?

Thanks
 
J

John Bokma

Marko said:
My HTML generator generates Title tag at this way:

<Title>

Some page title...

</Title>
After <Title> is ENTER and TAB. Before </Title> is ENTER. Browser show
title of my page normaly but in source code it is with this TAB and
ENTER.

Is this ok or it can be a problem with search engines?

It's ok, even if it wasn't by W3C recommendations a SE probably would
strip off leading and trailing spaces, and even reduce 2 or more spaces to
one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top