• Resolved mitratanikita

    (@mitratanikita)


    Hi

    my theme is used wp job manager and it create

    Gallery images
    Label

    my question is

    how do I make those taxonomy having noindex meta tags..is this code on function PHP able to do that?

    /*Add noindex to low value pages*/
    function lunaweb_meta_robots() {
    	# Add noindex tag to homepage paginated pages.  
        if ( is_date() || is_year() || is_month()) {
            return 'noindex,nofollow';
        }
    }
    /**
     * Content Filter
    • This topic was modified 3 years, 9 months ago by mitratanikita.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Noindex galery pages and tags’ is closed to new replies.