Viewing 1 replies (of 1 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Normally people would want to manipulate the values in the meta tags by hooking into the various WPSSO filters — disabling the meta tags completely for a URL is not common, so there’s no easy “checkbox” for this. 😉

    There are 4 ways:

    – You define the WPSSO_META_TAGS_DISABLE constant and set it to true.
    – You can set a WPSSO_META_TAGS_DISABLE environment variable with your webserver config.
    – You can pass the WPSSO_META_TAGS_DISABLE as a query argument.
    – You can use the ‘wpsso_get_avail’ filter and set ‘metatags’ array element to false.

    js.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude a page from WPSSO’ is closed to new replies.