R
R
rfddddddd2021-06-08 14:51:47
JavaScript
rfddddddd, 2021-06-08 14:51:47

Add table to wordpress page via js?

Good afternoon. There is a table with 3 columns and N rows

<table>
    <tr>
        <td></td>
        <td></td>
        <td></td>
    </tr>
    <tr>
        <td></td>
        <td></td>
        <td></td>
    </tr>
</table>

The table has a lot of semantics that are already present in the articles. And so that search engines do not crawl and index data from the table,
you need to add it to the Wordpress page between the text using js.
Tell me how can this be organized?
Perhaps display it on a separate page and then the code in the article?
I would be very grateful for examples with code, AMEN!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question