Fanaticweb
Forum Replies Created
-
Thank you for the update, I noticed they managed to apply some sort of fix on the test site I provided, author-sitemap.xml is now displaying all the authors, looking forward to the future release 🙂
Thank you for the update, in my case it’s a modeling portfolio website and the images do get indexed in search engines once published and the sitemap is updated, meanwhile, those draft/pending activation posts with attachments are flagged as soft 404’s.
I’m keeping the Attachments settings as is while looking forward to the update 🙂
By all means, let me know how I can communicate the website access to you please.
Noticed the same thing through Google analytics, those posts were submitted in pending review yet the attachments somehow flagged as 404 in google
Forum: Plugins
In reply to: [Redirection] Adding new rules through codeLooking forward to this one.
It would be great if John could provide a workaround or an alternative solution to this situation, I’ll subscribe to your thread for the followups
Thank you for clarifying the annual fees, it makes sense although why disable the plugin from working after the annual expiry? I’m using the free version and it’s been a while that I have been hesitating from purchasing the developer license due to the high fees and the reported issues on this forum.
Forum: Plugins
In reply to: [Redirection] Redirection vs Paged redirectionsSorry you’re right, I did save it as ^/category/expired-post/.* omitting the domain because it was suggested in the box, that’s working fine for that redirect.
How can I go by using the regular expression then for the paginated ones?
Forum: Plugins
In reply to: [Redirection] Redirection vs Paged redirectionsUnderstood, I tried the following for a similar case (Expired post and attached images within that post)
^https://www.website.com/category/expired-post-name/.*
Chose Regex and Redirected to Homepage (https://www.website.com), the outcome worked perfectly.But I couldn’t find the options for paginated redirects looking through https://redirection.me/support/create-redirects/
Forum: Plugins
In reply to: [Redirection] Forward slash link vs no forward slashFair enough, I didn’t know there was a particular way of configuring WP when it came to native posts and post tags besides the Permalink settings.
I’ll dig into it, thank you JohnForum: Plugins
In reply to: [Edit Author Slug] XML sitemap not pointing to new author slugThanks Arnaud, will do so, and thank you again Brandon for your extended support, I will mark this thread as resolved.
Forum: Plugins
In reply to: [Redirection] Multiple 404 errors from same IP addressAre you referring to 404’s such as /qonn8v3 /qkqctvyl /6scirsy9gg /th1s_1s_a_4o4.html ?
If so, I noticed them as well and they seem to be generated by SpiderBots such as YandexBot 3.0, SiteLockSpider, SEM Rush, etc
Forum: Plugins
In reply to: [Edit Author Slug] XML sitemap not pointing to new author slugUnderstood, thank you so much Brandon for the deep clarifications and pointers, I cross referenced the DB, looked into the dbname_users and saw the assigned ID’s for each user, then went into dbname_posts and saw all the author_posts assigned to the Admin (1) as well as the other author_posts associated to the users and attached to their individual posts (Ads) and attachments, so this at least clears the path for the Contributors being the actual post authors of the posts.
I believe this thread is resolved as far as the Edit Author Slug is concerned.
@arnaudbroes does the Pro version of AIOS allow the indexing of authors with published custom post types?
Should I create a new thread under the AIOS support forum?Forum: Plugins
In reply to: [Edit Author Slug] XML sitemap not pointing to new author slugThanks Brandon, makes perfect sense, the only thing is, those users are set to the “Contributors” role by default upon registration, the theme is a Classified ads theme allowing users to register and submit ads individually, therefore they are authors of their own posts, or should I say custom post types given the theme uses custom taxonomy for the Ads, furthermore, using the Members plugin, I could verify that the Contributor role has the Read/Publish/Delete Posts and publish_blocks capabilities.
Besides, I’m only experiencing the 404 issue on one site, which is probably an isolated case, yet the other sites I’m only getting the Admin in the /author-sitemap.xml
Could it be the role “Contributor” that is not defined as a qualified post owner in the theme? Or the fact that the theme is using custom post types yet I’m using the free version of AIOS which has it’s limits when it comes to Custom Post Types?
Forum: Plugins
In reply to: [Edit Author Slug] XML sitemap not pointing to new author slugNo problem Arnaud, I will be doing more testing on my end while including/excluding Edit Author Slug as well as the themes (maintheme/childtheme) involved to help narrow it down and report back on here.