• Resolved THE11thROCK

    (@the11throckgmailcom)


    Hi, I’d like to say that Bulletproof security is simply an elite security plug-in for WP. I’d like to get the Pro version of the plug-in, however, I want to be sure that Bulletproof will work with my current set-up. The website is Pilipinasbasketball.com. You will notice in the homepage title it shows the https://. It won’t change at all.

    I have issues making Yoast or All in One SEO force rewrite the titles of the website I’m currently working in. The custom codes that I have included are:

    Anti Bruteforce – posted inside CUSTOM CODE BRUTE FORCE
    Anti RPC-XML – posted inside CUSTOM CODE BOTTOM HOTLINKING/
    Yoast XML Sitemap code – CUSTOM CODE TOP PHP/PHP.INI

    Swithcing from Yoast to All-In-One doesn’t change the Titles of the webpages. I also refreshed the Permalinks but to no avail. Disabling all other plug-ins doesn’t help. The wordpress is placed in a subdirectory under the home directory. I appreciate your assistance and looking forward to getting that Pro version.

    https://www.ads-software.com/plugins/bulletproof-security/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author AITpro

    (@aitpro)

    When I look at the Source Code of your website (Home page & all other pages) I do not see a Title Tag (see example below) so that is why are unable to change the title. The title will default to whatever the URL is when a Title tag is not used/available/added. I do see meta description and meta keywords tags and the rest of your Header looks ok.

    <title>Example Title</title>

    Title tags should be included in all Theme’s header.php file. I assume all SEO plugins like Yoast and AIOSEOP hook into that existing title tag in your theme’s header.php file so check your Theme’s header.php file to see if the title tag is in that file. If you do not see the title tag code you can add it after the http-equiv meta tag as shown below.

    https://codex.www.ads-software.com/Function_Reference/wp_title

    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title('?', true, 'right'); ?> <?php bloginfo('name'); ?></title>

    Post the Yoast XML Sitemap .htaccess code that you are using in the Custom Code Top php/php.ini text box.

    It’s no big deal for us to answer BPS questions or other general questions so no need to feel obligated to get BPS Pro. If you want Pro then get Pro or just stick with BPS.

    Thread Starter THE11thROCK

    (@the11throckgmailcom)

    Ah yes, I removed the title tag for testing and it seemed the same either with <title>Example Title</title> or <title><?php wp_title(); ?></title>. However, I seem to have some success with All In One SEO Pack if I place the title just before the closing tag of </HEAD>. The Home page stays the same and it’s not being rewritten. I’ll check and test further and will get back to you.

    As with the Pro version, I believe my websites will benefit most from you anti-intrusion system and firewall. These features make your plug-in a must-have. Just wanted to make sure that I can make this work with the SEO plug-ins. Please bear with me as this is the first time I’m using your great plug-in.

    Thread Starter THE11thROCK

    (@the11throckgmailcom)

    By the way, this is the XML sitemap code in Custom PHP ini handler:

    AddType application/xml atom rdf rss xml
    AddType text/xsl xsl
    
    <Files "xml-sitemap-xsl.php">
    Allow from all
    </Files>
    Plugin Author AITpro

    (@aitpro)

    Yep, since “title” is a header tag it has to be in the Header in order to work correctly.

    Yep, lots of BPS Pro folks use Yoast and AIOSEOP and there are no known issues or problems or conflicts with BPS Pro.

    Plugin Author AITpro

    (@aitpro)

    Yep, that is valid .htaccess code, but instead of “Files” I always use “FilesMatch” since with “Files” you have to add the tilde “~” to do Regex and “FilesMatch” is Regex ready from the get go. Just wanted to see what kind of code it was.

    https://httpd.apache.org/docs/current/mod/core.html#files

    Thread Starter THE11thROCK

    (@the11throckgmailcom)

    It seems to be working now. All-In One SEO is working fine and displaying the titles. Yoast is not working at all even with the rewrite rule. I think I will go with AIOSEOP for this website together with BPS. Thank you very much for your assistance. I’ll be getting Pro anytime today or tomorrow. I guess the migration from Free to Pro would be flawless? Consider this issue resolved and your BPS plug-in rocks!

    Plugin Author AITpro

    (@aitpro)

    Great! Titles are kind of important. ha ha ??

    I have to be careful about promoting BPS Pro in the WP forum since that is taboo/not allowed per the WP forum rules so I will just leave you with this link so you can check that out for yourself: https://forum.ait-pro.com/video-tutorials/#setup-wizard

    Thread Starter THE11thROCK

    (@the11throckgmailcom)

    Ok, thanks a lot mate. I’ll leave a rating for your plug-in. Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Yoast SEO and All in SEO Pack’ is closed to new replies.