Hey folks, have any of you had any experience with using the same phrase in the headers (h1, h2, etc.). I'll give an example: <html> <head><title>Yellow Carrots</title></head> <body> <h1>Yellow Carrots</h1> Random text <h2>Yellow Carrots</h2> Random text </body> </html> HTML: As you can see I have used the same phrase for both title, h1 and h2. Does this have negative effect on a site's ranking? or maybe even a positive effect?
Why don't you put some more words around them? <html> <head><title>Yellow Carrots at mysite.com</title></head> <body> <h1>be the first to buy Yellow Carrots</h1> Random text <h2>Crazy Yellow Carrots Details and Specifications</h2> Random text </body> </html> HTML: