Support Forum

SEO settings

VO Vinny Olito
Vinny Olito
Member

settings.jpgsorry read through lots of threads and still a bit confused are my settings good like this? I don’t have google site map plugin installed it came up with errors…just want to make sure SEO is good for search engines TY

25 Answers

New Answer

IK Ike
Ike
Member

Hey Vinny,

I’m sure we could look in to the sitemap issue if you decide you’d like to run it and encounter the same problem be sure to ask!

As for the settings, it’s really down to what you want, and to me it looks fine – but I am not a SEO expert by any stretch of the imagination! Hopefully someone can chime in with some more useful advice..

VO Vinny Olito
Vinny Olito
Member

when I try to upload the sitemap plugin the error says it cannot find a pluggin file…pretty sure I am doing something wrong…Does it work like any other pluggin? upload and it installs?

 

thanks

IK Ike
Ike
Member

Exactly the same as all other SP plugins, but it isn’t standalone – it integrates with the Google XML sitemap plugin by Arne Brachhol. Have you got that installed too?

MP Mr Papa
Mr Papa
Member

this explains how sp plugins work:  https://simple-press.com/documentation/codex/plugins/plugin-basics/using-plugins/

VO Vinny Olito
Vinny Olito
Member

yes that’s the one that wont install and has errror

 

Ok it is installed ….ty

EK Edward Koon
Edward Koon
Member

Here are my SEO settings.

For best results you should disable the forum pages seo. Easy to do if using AIO Seo Pack. Not able to do with Yoast WordPress SEO. Your sp seo title and meta description will be picked up by search.

But social sharing will scrape the forum pages open graph tags added by Yoast and make sharing the proper title and meta description impossible. If using AIO just check the toggle on the forum page to disable that.

sp-seo.jpg
MP Mr Papa
Mr Papa
Member

not sure what you think cant be done in wordpress seo, but thanks for chiming in!

EK Edward Koon
Edward Koon
Member

Mr Papa said
not sure what you think cant be done in wordpress seo, but thanks for chiming in!

Yoast SEO open graph tags get in the way when social sharing a simple:press forum post.

Here are my findings. If you have a way to disable Yoast forum page og tags I’m all ears. wink

Regards, Ed

MP Mr Papa
Mr Papa
Member

you want to remove the OG Tags from any forum page???

something like this should do the trick:

add_action('wp_head', 'sp_remove_seo_og', 1);
function sp_remove_seo_og() {
    if (sp_is_forumpage()) remove_action( 'wpseo_head', array( $GLOBALS['wpseo_og'], 'opengraph' ), 30 );
}

added to your spFunctions.php file of your sp theme…

EK Edward Koon
Edward Koon
Member

Mr Papa said
you want to remove the OG Tags from any forum page???

something like this should do the trick:

<br />
add_action('wp_head', 'sp_remove_seo_og', 1);
function sp_remove_seo_og() {
    if (sp_is_forumpage()) remove_action( 'wpseo_head', array( $GLOBALS['wpseo_og'], 'opengraph' ), 30 );
}
<br />

added to your spFunctions.php file of your sp theme…

That sounds interesting. Will try that tomorrow. Google still indexes my forum with no problems. Possibly add open graph and featured image support for sp?  Add to the current seo plugin or add another. It’s really needed for social sharing sp forum posts.

As it is now I would rather sites scrape sp title and description meta instead of the forum page default og tags. 

EK Edward Koon
Edward Koon
Member

Here is a screen grab of what i am seeing. The meta title tag is correct. But when social sharing any open graph tags take precedence. 

yoast-sp-og-tags.jpg
MP Mr Papa
Mr Papa
Member

you are seeing the OG tags with my code change?  It removes them for me on forum pages…

EK Edward Koon
Edward Koon
Member

Mr Papa said
you are seeing the OG tags with my code change?  It removes them for me on forum pages…

No I have not done the code change yet, will do that in the morning. Just wanted to add a screen grab to my article for Joost to see. 

He could have helped with it. Instead he washed his hands of it and told me to hire a freelancer. Not good customer service especially after I sent him $89.