Saša
@stodorovic on WordPress.org and Slack
- Member Since: July 25th, 2016
Contribution History
Saša’s badges:- Core Contributor
-
Created a topic, The function flush_rewrite_rules – performance/.htaccess issue, on the site WordPress.org Forums:
There is serious performance issue. The method bttk_re…18 hours ago
-
Posted a reply to Homepage shows up in post and page sitemap, on the site WordPress.org Forums:
It's expected behavior. Page sitemap always includes home page and there isn't a way to…6 days ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
As I already thought reset indexables can't help because sitemaps don't use these tables. Anyway,…1 week ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
You can try to deactivate product-csv-import-export-for-woocommerce, but it's only PHP notice. I don't see fatal…1 week ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
Rules look good. I can open main-sitemap.xsl for example. It could be memory issue or…1 week ago
-
Posted a reply to Exclude WooCommerce Products from SiteMap, on the site WordPress.org Forums:
You can see some examples on https://github.com/Yoast/wordpress-seo/issues/387 I think that "Booked" should create products which…1 week ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
@mad2kx These rules should be before WP rules (not at the end of .htaccess). Did…1 week ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
It's pretty complex code and it can make side effects. I think that you should…1 week ago
-
Posted a reply to Product description, on the site WordPress.org Forums:
Full description is entire post_content which can be too long for meta tags. It doesn't…1 week ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
So, I see two separate issues if I'm correct. First is related to get_taxonomies. There…1 week ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
Method get_index_links uses get_taxonomies to retrieves all taxonomies. Taxonomy subsitemaps use get_term. Is the question…1 week ago
-
Posted a reply to Esclude old post from sitemap: works but sitemap index display the sitemap blank, on the site WordPress.org Forums:
It's expected behavior. The filter wpseo_exclude_from_sitemap_by_post_ids isn't designed for massive exclusions. You should use filters…1 week ago
-
Posted a reply to 15.0: Where did the class WPSEO_Indexable_Service_Post_Provider go?, on the site WordPress.org Forums:
Please read more details on https://developer.yoast.com/blog/yoast-seo-14-0-using-yoast-seo-surfaces/ for example: YoastSEO()->meta->for_post( $post_id )->schema2 weeks ago
-
Posted a reply to sitemap.xml does not update, on the site WordPress.org Forums:
Canonical is stored into custom field _yoast_wpseo_canonical and the solution is to exclude this field…2 weeks ago
-
Posted a reply to Remove Images from Sitemap, on the site WordPress.org Forums:
You can try new filter wpseo_xml_sitemap_include_images which is more efficient.2 weeks ago
-
Posted a reply to sitemap.xml does not update, on the site WordPress.org Forums:
It seems that canonical URL is duplicated from original pages. Please check canonical for these…2 weeks ago
-
Posted a reply to How To Change Redirect From Old Version of Yoast, on the site WordPress.org Forums:
It saved as post meta field _yoast_wpseo_redirect and it's possible that's removed in latest versions…3 weeks ago
-
Posted a reply to Error param on get_permalink(), on the site WordPress.org Forums:
It isn't real issue. Function get_permalink uses function get_post which returns WP_Post object (converted from…3 weeks ago
-
Posted a reply to Woocommerce shop pages no index, on the site WordPress.org Forums:
It's possible that shop page is in product sitemap as archive page. From your post…4 weeks ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I just posted updated code in Noindex all posts in category.4 weeks ago
-
Posted a reply to Sitemap index error: XML declaration allowed only at the start of the document, on the site WordPress.org Forums:
@pavineeyes You can see more details in https://wordpress.org/support/topic/cannot-create-yoast-sitemap-due-to-parsing-error/ It's often "white space" in PHP code.…4 weeks ago
-
Posted a reply to Exclude Sitemap Indexing for Non Existant URL, on the site WordPress.org Forums:
Character % in URL should be encoded as %25. Anyway, it seems as broken permalink…4 weeks ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
@joeyrobinson I'll update this thread probably tomorrow. Also you can follow github- Noindex all posts…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 I got the plugin, you can remove link from previous comment and the server.…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
I don't have ait-theme and it's possible incompatibility between megamenu, ait-theme and WP-CLI. If you…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 It's impossible to delete these transients, but based on expiration value I think that…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 The command has removed all transients, but first access (even to you check transients)…4 weeks ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I've done couple tests and it works fine with 7000-8000 products (it's easier for me…4 weeks ago
-
Posted a reply to XML Sitemap Created Identified as HTML Sitemap, on the site WordPress.org Forums:
There is rule which redirects sitemap_index.xml to sitemap_index.xml/ (which is rendered as HTML page). Access…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
It seems that's an issue with primary category. Please try to flush object cache or…4 weeks ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I don't recommend to you use post_meta fields because the query will be slower than…4 weeks ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
You should enable debug backtrace (to see all involved methods/functions not only the last in…4 weeks ago
-
Posted a reply to dokan yoast seo error, on the site WordPress.org Forums:
The method WPSEO_Utils::get_title_separator can be called from 3rd plugin and probably it isn't an issue…4 weeks ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
The filter wpseo_sitemap_entry triggers for each entry and it isn't perfect related to performance (hundreds…4 weeks ago
-
Posted a reply to POST XML SITEMAP EMPTY, on the site WordPress.org Forums:
@iferganalex You don't need rewrite rules because sitemaps aren't broken. Sitemap index and page sitemap…1 month ago
-
Posted a reply to Sitemap is HTML Error, on the site WordPress.org Forums:
I see at the end of sitemaps: <!-- permalink_structure ends with slash (/) but REQUEST_URI…1 month ago
-
Posted a reply to Can we exclude a particular custom category, on the site WordPress.org Forums:
If I understand correctly, you need two different templates for same CPT. It isn't possible…1 month ago
-
Posted a reply to Post XML problem, on the site WordPress.org Forums:
It looks that you want to keep only Azerbaijani translation (primary language). In this case…1 month ago
-
Posted a reply to Does YOAST use UDP?, on the site WordPress.org Forums:
Neither WP or Yoast use UDP connections, but each HTTP request may use DNS (53/udp)…1 month ago
-
Posted a reply to Post XML problem, on the site WordPress.org Forums:
WPML uses the hook wpseo_sitemap_post_content (plugin Yoast SEO Multilingual) to add translations for blog page…1 month ago
-
Posted a reply to PHP Deprecated: WPSEO_Sitemap_Timezone::format_date ..wp-includes/functions.php, on the site WordPress.org Forums:
It's most likely outdated PHP code (outside Yoast SEO plugin - it could be 3rd…1 month ago
-
Posted a reply to Change sitemap url, on the site WordPress.org Forums:
Yoast SEO creates sitemaps "on the fly" and it doesn't store any XML static files.…1 month ago
-
Posted a reply to Hide posts from a specific category from site XML list, on the site WordPress.org Forums:
Yes, they are examples... I mean that cat IDs should be same in both PHP…6 months ago
-
Posted a reply to Issues with WPML, on the site WordPress.org Forums:
You should try to reset indexables. There are two ways: https://developer.yoast.com/blog/yoast-test-helper-easy-testing/ https://developer.yoast.com/customization/yoast-seo/indexables-cli/6 months ago
-
Posted a reply to Hide posts from a specific category from site XML list, on the site WordPress.org Forums:
Please read https://github.com/Yoast/wordpress-seo/issues/387 for more details. You need two PHP snippets (which should be synchronized):…6 months ago
-
Posted a reply to A lot of my websites pages arent getting found anymore by google., on the site WordPress.org Forums:
No, perfect HTML code isn't really important, but pretty bad code can decrease ranking. It…6 months ago
-
Posted a reply to A lot of my websites pages arent getting found anymore by google., on the site WordPress.org Forums:
First which I see is this in HTML source: <!--Font Awesome icons--> <link rel="preload" href=“…6 months ago
-
Posted a reply to Incorrect canonical URL after website migration, on the site WordPress.org Forums:
You should try to “reset indexables”. There are two ways: https://developer.yoast.com/blog/yoast-test-helper-easy-testing/ https://developer.yoast.com/customization/yoast-seo/indexables-cli/6 months ago
-
Posted a reply to Yoast plugin not generating correct sitemap, on the site WordPress.org Forums:
Hmm... it isn't only place where I noticed http protocol. I found something weird -…6 months ago
-
Posted a reply to Yoast plugin not generating correct sitemap, on the site WordPress.org Forums:
I didn't notice that's WP managed hosting before. So, there are many limitations. You should…6 months ago