• Resolved debu89

    (@debu89)


    I have made ‘login page’ generated by theme my login as my homepage.After that my site does not appear in search results.I have checked with some seo tools & found “this page will not get into Search Engines, because it is set to “noindex”. ”
    I have tried with Yoast seo to index it but no luck.How to index the login,lost password pages generated by theme my login in search results.

    Check my website for better understanding.
    Blogtalkin.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter debu89

    (@debu89)

    I just found you have added noindex nofollow to login page in version 6.1.1
    “Add nofollow and noindex to login page” .
    I have installed the 6.1.0 version & it solved my issue.But I want to use the latest version with login page index follow

    • This reply was modified 8 years, 3 months ago by debu89.
    • This reply was modified 8 years, 3 months ago by debu89.
    Plugin Author Jeff Farthing

    (@jfarthing84)

    
    function tml_remove_noindex() {
    	if ( Theme_My_Login::is_tml_page() ) {
    		remove_action( 'login_head', 'wp_no_robots' );
    	}
    }
    
    Thread Starter debu89

    (@debu89)

    Where to insert this code ? I have tried with theme’s function.php but no result.please tell me how to implement this code?

    • This reply was modified 8 years, 3 months ago by debu89.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want to index login page in search results’ is closed to new replies.