Is My Table Code bad for the search engine?

by 12 replies
15
This is my table code. It's not set in the CMS. I have to add this code to all pages with tables.

Is that fine or can it cause bad search engine results? Is it a lot better to do it with a CMS?

This is the code I use:

<table style="background-color: #ffffcc; border-collapse: collapse; border: 1px solid #FFCC00; color: #000000; width: 100%;" border="1" cellspacing="3" cellpadding="3">




What do you think?
#search engine optimization #bad #code #engine #search #table
  • Banned
    It's fine.

    Look at the text version of your webpage/s, you will see the table text.
    • [ 1 ] Thanks
  • Banned
    Table code will consume more database so your loading page will take high time to display your website some part it may affect...
    • [ 1 ] Thanks
    • [1] reply
    • Banned
      Tables are HTML (front end).

      Data is data, it doesn't matter how it's presented.
      • [ 1 ] Thanks
      • [1] reply
  • Table code as no issue with SEO, just go ahead, infact 10 years before table design is the common webpage design element
  • Test your page load speed.

    If your tables cause longer page load time, you need to make some changes.
  • In my opinion, it's easier to manage everything with a CSS file, instead of writing the same code over and over again. But you'll be fine even if you don't want to use classes, your code won't look as 'clean' but it won't affect your rankings.

Next Topics on Trending Feed