• I have a bunch of amazon affiliate ads in the same type of div. Will this hurt SEO and ranking to put this div around each ad? Is it better to do this with CSS and if so how can I do this?

    <div style=”float:left;”>
    <!– Ad1 –>
    </div>

    <div style=”float:left;”>
    <!– Ad2 –>
    </div>

Viewing 1 replies (of 1 total)
  • Will this hurt SEO and ranking to put this div around each ad?

    It shouldn’t.

    Is it better to do this with CSS

    Yes.

    and if so how can I do this?

    You could use a Custom CSS plugin.
    You would need to know what code wraps the ad.

Viewing 1 replies (of 1 total)
  • The topic ‘Will inline div hurt seo?’ is closed to new replies.