• Resolved qualiant

    (@qualiant)


    This is an awesome tool that I just discovered!

    I’m currently evaluating if TablePress will work for my client’s needs and will happily donate if I proceed with installing it – here’s what is not working in my testing of this plugin so far:

    I am using the table for a very long list of medical publications and would like to display the title, subtitle and author of the white paper, then leverage keywords for the search function in a column that is not suitable for public display.

    I’ve entered odd keywords in a hidden column and they do not produce results when I attempt the search for the keyword on the site.

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, something like is possible, you’ll just have to use a different way of hiding that column. When using the “Hide” button on the “Edit” screen, the column will not be part of the actual HTML output, and therefore the search function won’t see it.

    Instead, you can simply hide it with some CSS code. For that, please try adding this to the “Custom CSS” on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-4 {
      display: none;
    }

    Change the table ID and column number as necessary, and don’t forget to make the column visible on the “Edit” screen again.

    Regards,
    Tobias

    Can I hijack this please as the other was closed.

    Do you have any experience of the hidden column text, that is present in code but not on page, throwing up any search engine penalties? For instance, I’m about to include contents from within 400 packages as a list, which can be seen in the html and therefore probably by search engines as well. I could block the page, but that defeats the objective of the actual page.

    Thanks again
    Lee

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Lee,

    I’m not aware of any search engine penalties due to this. Search engines don’t interpret CSS or JS, so they don’t actually know if certain content is visible to the user or not. Thus, those 400 packages in your table should be picked up by the search engine just fine.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I add keywords to a hidden column, that will work in the search function?’ is closed to new replies.