Home Forums ArileWP Pro Compatibility with AIOSEO

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #41409
    Rob
    Participant

    Is there an issue with All In One SEO plugin (AIOSEO)?
    When all plugins except AIOSEO are disabled using Troubleshooting mode, then AIOSEO correctly inserts the “<head><meta …” properties correctly with theme Twenty-Twenty or Twenty-TwentyFive and not with ArileWP theme
    https://tealunicorn.com and all its posts and pages

    #41414
    Rob
    Participant

    (I’m using the free AIOSEO Lite so should be easy to reproduce)

    #41417
    Rob
    Participant
    #41418
    Rob
    Participant

    I see from header.php you are hard coding the meta information???

    #41419
    Rob
    Participant

    Ignore last comment. it only sets
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <meta http-equiv=”x-ua-compatible” content=”ie=edge”>

    <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
    <link rel=”pingback” href=”<?php esc_url(bloginfo( ‘pingback_url’ )); ?>”>
    <?php endif; ?>

    <?php wp_head(); ?>
    </head>

    I can’t work out what is stopping AIOSEO from writing the HEAD meta

    #41420
    Rob
    Participant

    Gah! It is more complex: I can’t consistently reproduce this 🙁

    #41421
    Rob
    Participant

    OK Rocket was confusing the results, even in Troubleshooting mode.

    With every single plugin deactivated except AIOSEO, I can reliably turn AIOSEO’s meta data off by switching themes. ArileWP prevents it writing head meta. Thoughts?

    #41422
    themearile
    Keymaster

    Hi Rob

    Ok, scroll down the source page content and you will see your site’s metadata.

    Please take a look at the screenshot https://prnt.sc/LJwQxdWSpBSd.

    I hope this will help you.

    Thanks

    #41423
    Rob
    Participant

    Duh. Why can’t I delete my own forum posts? It’s fine, the meta information was just buried where I didn’t look hard enough, sorry. Please delete this.
    For some reason, Linkedin is not picking up the og description information from the webpage when ot auto-posts blog posts from the RSS feed,
    But this isn’t the reason. The og description is there in the page.
    back to trying to figure it out….

    #41424
    Rob
    Participant

    Yeah soery to bother you. Please delete this

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.