• Good Morning

    I do not use the plugin to implement authorship or publisher, how do I remove the empty tags from populating on the page, e.g.:

    <link rel=”author” href=”https://&#8221; />
    <link rel=”publisher” href=”https://&#8221; />

    Also, in Social Meta settings I’ve chosen Use AIOSEO Title and Description but unfortunately the twitter:description and og:description is auto generated from the content which I do not have checked.

    I replaced the first piece of code below with the second piece of code below as instructed but unfortunately it’s not working.

    $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( ‘/\s+/’, ‘ ‘, $post->post_content ) ), 1000 );

    $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( ‘/\s+/’, ‘ ‘, $description ) ), 1000 );

    Sorry for the duplicate thread but I would really like to fix this. Thank you.

    Grace

    https://www.ads-software.com/plugins/all-in-one-seo-pack/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Grace Massa Langlois

    (@miavitadolce)

    Good Morning,

    I reset the general settings to default, cleared cache and then personalized the settings that I had intially and performing this task removed the automatic populating of the empty rel=”author” and rel=”publisher” tags.

    Unfortunately the other issue still exists, I’ve tried various settings but the description is not generating from the main settings, title and description.

    Grace

    Plugin Support Steve M

    (@wpsmort)

    Hi Grace,

    This is a known bug that has been reported by other users and we are working on a patch. If you check the forums you’ll see we’ve published temporary code to fix this issue.

    Thread Starter Grace Massa Langlois

    (@miavitadolce)

    Good Morning,

    Are you speaking of the twitter:description and og:description? If so, is the code I replaced incorrect?

    From

    $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( ‘/\s+/’, ‘ ‘, $post->post_content ) ), 1000 );

    to this?

    $description = $aiosp->trim_excerpt_without_filters( $aiosp->internationalize( preg_replace( ‘/\s+/’, ‘ ‘, $description ) ), 1000 );

    Could you provide a link to the thread please, I’m not really sure what I should be searching for.

    Grace

    Hi Grace,

    That is correct, and that fix will be in the next release; that is the fix for the Social Meta og:description and twitter:description.

    Thread Starter Grace Massa Langlois

    (@miavitadolce)

    Hi Peter,

    If I replaced the code with the correct code and it didn’t work, does this mean I need to may for the update? Or can something else be done?

    Grace

    Hi Grace,

    I’ll test this further; if I can reproduce your problem, I’ll fix it; and once we do release an update to the plugin, we’ll see if it fixes your issue, or if the behavior changes, and troubleshoot that.

    Thread Starter Grace Massa Langlois

    (@miavitadolce)

    Thank you Peter and thanks for being so patient with me.

    Have a great day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How To Remove Empty Rel=Author & Rel=Publisher Tags’ is closed to new replies.