#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
SEO and Sitemap
 
Share:
Share
Tweet
Share
Notifications
Clear all

SEO and Sitemap

Page 3 / 4 Prev Next
    Last Post
RSS

Robert
Posts: 8971
Robert - Twitter
 Robert
Admin
September 6, 2018 8:31 am
(@robert)
Support Team
Joined: 6 years ago

@eddr, @cristiano, @rexxx, @mondesensuel,

wpForo Sitemap is already available with the just released 1.5.2 version. More information in release summary: https://wpforo.com/community/wpforo-announcements/wpforo-1-5-2-is-released/

 

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
eddr
Posts: 8
 eddr
September 6, 2018 8:47 am
(@eddr)
Active Member
Joined: 5 years ago

Thanks, but it doesn't work for me (after cache and permalink flashing). How is this link created? how can I debug?

If it matters, I use nginx

Reply
Robert
Posts: 8971
Robert - Twitter
 Robert
Admin
September 6, 2018 9:00 am
(@robert)
Support Team
Joined: 6 years ago

Maybe, it works fine for as on all kind of servers. The sitemap UR parsing function is located in  wp-content/plugins/wpforo/wpf-includes/class-seo.php file. The function is this:

public function redirect($current_object, $wpf_url_parse){
$pattern = '#^[\r\n\t\s\0]*(?<type>\w*)-?sitemap(?:(?<paged>\d*)|_index)\.xml[\r\n\t\s\0]*$#iu';
if( !empty($wpf_url_parse[0]) && preg_match($pattern, basename($wpf_url_parse[0]), $match) ){
$current_object['template'] = 'sitemap';
$query = array('type' => '', 'paged' => 1);
$query = wpforo_parse_args($match, $query);
$type = trim($query['type']);
$paged = absint($query['paged']);
if(!$paged) $paged = 1;

if( $sitemap = $this->get_sitemap($type, $paged) ){
$this->output($sitemap);
$this->sitemap_close();
}else{
$current_object['is_404'] = true;
}
}
return $current_object;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Mondesensuel
Posts: 51
 Mondesensuel
Topic starter
September 6, 2018 9:15 am
(@mondesensuel)
Trusted Member
Joined: 5 years ago

I have 6 sitemaps

2 profils
3 topics
1 forum

it's good ?

Reply
1 Reply
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 8971
Robert - Twitter
September 6, 2018 9:20 am
Reply toMondesensuelMondesensuel
Posted by: Mondesensuel

I have 6 sitemaps

2 profils
3 topics
1 forum

it's good ?

Yes it's fine, it depends on number topics, forums and profiles. If you don't want to enable search engines to index member profile pages you can disabe it in Dashboard > Forums> Settings >  Features Tab.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Mondesensuel
Posts: 51
 Mondesensuel
Topic starter
September 13, 2018 4:48 pm
(@mondesensuel)
Trusted Member
Joined: 5 years ago

I have a problem with google search console...

800 erros... 

All of my links changed.

exemple : 

http://monde-sensuel.com/activity/squirt/ become  http://monde-sensuel.com/activite/squirt/

http://monde-sensuel.com/subscriptions/pistole/ become  http://monde-sensuel.com/inscriptions/pistole/

http://monde-sensuel.com/forum/members/ become  http://monde-sensuel.com/forum/membres/

why ? How can I solve that ?
I think it's that the translatation... english to french... 

All day, it's +100 errors to google search console.

very bad for my SEO !

Reply
Page 3 / 4 Prev Next
  All forum topics
  Previous Topic
Next Topic  

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Moderation Turned Completely Off...User's Posts Are Still "Awaiting Moderation"...

    By Noved, 3 hours ago

  • Slight changes to my forum

    By marios, 15 hours ago

  • No Wpforo widget

    By Vijiki, 23 hours ago

  • Guest to not see recent posts on Recent activity page

    By OMTesla, 1 day ago

  • Prevent access to the url "community"

    By totor, 2 days ago

  • Dark mode

    By Vijiki, 2 days ago

Topic Tags

  • css50
  • translation49
  • plugin conflict48
  • seo45
  • new features44
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode31
  • forum accesses30
  • spam29
  • phrases28
View all tags (2163)

Recent Posts

  • RE: How to schedule a topic?

    When will this be available?It'll be a very good featur...

    By Joselito, 29 mins ago

  • RE: Moderation Turned Completely Off...User's Posts Are Still "Awaiting Moderation"...

    Hi @noved, Please read this instruction:/p>

    By Robert, 2 hours ago

  • RE: Guest to not see recent posts on Recent activity page

    @omtesla, Please take a screenshot of your Usergroups...

    By Robert, 3 hours ago

  • RE: Can I permanently set a single user to have all posts moderated?

    @fawp Realistically that might be what happens at the e...

    By Upstart DM, 5 hours ago

  • RE: No Wpforo widget

    @vijiki, To Remove Share Buttons, go to Dashboard >...

    By Chris, 9 hours ago

  • RE: Dark mode

    @vijiki I think you should invest some time to learn th...

    By dimalifragis, 11 hours ago

  • RE: Slight changes to my forum

    @chris Thanks yes the theme seems to be the error. I wi...

    By marios, 11 hours ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,770 Topics
49.5 K Posts
2 Online
44.4 K Members

Latest Post: How to schedule a topic? Our newest member: How Try Out The Carb Nite Diet... Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation