• Resolved sorgiulio

    (@sorgiulio)


    Hi TobiasBg and thanks as always for TablePress.
    I noticed that google has also indexed the hidden columns.

    Image

    Can I remove table indexing?
    Could there be another solution?

    Thank you so much and best regards.

    • This topic was modified 3 years, 10 months ago by sorgiulio.
    • This topic was modified 3 years, 10 months ago by sorgiulio.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Most likely, there’s nothing we can do here. Now, at the moment, the column is hidden via JavaScript code. Maybe Google takes into account CSS code, so that you could try hiding the column with that. Just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .column-3 {
      display: none;
    }

    Unfortunately, I don’t know if Google also takes this into account, sorry.

    Regards,
    Tobias

    Thread Starter sorgiulio

    (@sorgiulio)

    I entered the code you wrote me.
    I wait for google indexing and let you know.
    Good day to you.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Noindex Google’ is closed to new replies.