Forum Moderators: open
Is there any impact if a line break is put between 2 keywords (2 words the make up a key phrase)? For example, imagine my key phrase was "red shoes", but my main navigation was split over 2 lines, meaning when looking at the source code, "red shoes" is actually seen as "red<br>shoes".
Is this good? Bad? or will it have no impact at all?
My guess would be that the tag might seem to separate the words, and split into into two single occurrences rather than a phrase.
Certainly this is what should happen if the tag separating the words was block level (like a paragraph, for instance) but probably shouldn't if the separator was a <span> or something like that. A line break is probably closer to a paragraph than a span.
One way to test this would be to find an occurrence of two words breaking in this way, and try a phrase search on Google and see whether it matched. I can't think of an example off-hand to try.
Thanks for all the feedback. We'll move on with our other changes and see where they get us before deciding how to move forward with the line breaks.