I was wondering if using <p>
tags nested in a <h1>
tag would be bad for SEO purposes.
<h1>
<p>some title</p>
<p>some subtitle</p>
</h1>
This would make my life a bit easier, dealing with dynamic page titles.
I was wondering if using <p>
tags nested in a <h1>
tag would be bad for SEO purposes.
<h1>
<p>some title</p>
<p>some subtitle</p>
</h1>
This would make my life a bit easier, dealing with dynamic page titles.
I don't think it would be worse for SEO to include
<p>
aragraphs around the text but it isn't valid HTML so you shouldn't do it anyway.It could be bad to have too long/spammy headings though if that's what you're asking.
If you want to use titles and subtitles use h1 and h2 etc. With that way the crawlers understands the hierarchy and the importance of your headlines.