Is there any difference between <h1><a href=#></a><h1> and <a href=#><h1></h1></a> What's the difference? and <h1><span>replica handbag</span></h1> google will consider that webpage's h1 is "<span>replica handbag</span>" ??? Please, help!
According to W3C <h1><a href=#></a></h1> would be semantically correct and I would opt for that variant, have no idea what's the difference for SEs.
Well i can't really understand the logic behind using <h1><a href=#></a></h1> in search engine point of view. H1 is used for prompting the heading of the text underneath. So if you are linking this to some text it means you are putting your heading in some another page and content in other. Anyways pointing out to your question, <h1><a href=#></a></h1> is the conventional way and i think for search engine point of view also this should be more effective.
Thank you for answering my question <h1><a href=#></a></h1> is link to page itself EX: Homepage, <h1><a href='homepage's link'></a></h1>, than is link to homepage. It's a good choice, or <h1></h1>without <a>?