pro99
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Issue with Primary Category (Yoast)Thanks, this is puzzling as I am not seeing these options: https://drive.google.com/file/d/1IL0i8d1jj-RRoIfueO9ZECAy2zyLMy-S/view?usp=sharing.
Same for my other question, the settings in my plugin are different.
https://wordpress.org/support/topic/categories-not-clickable/#post-10716984
???I am using v 0.9.97.19
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Tracking plugin is not welcomeThanks, this helps.
I think there may some users who would be ok sharing some usage patterns, if you explain exactly what metric you are tracking and what you are not.
Also, from previous experience, these embedded trackers tend to connect to a server for every page load, and potentially delay page loading completion. In that example it was costing us 150 ms of page load, by allowing tracking from the plugin. So in addition to the transparency please also consider a solution that has no such added latency.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Tracking plugin is not welcomeWhere is the option to disable tracking? I can’t find a setting for this in the plugin admin panel. Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Categories not clickableThanks. I am not seeing the same panel as your dashboard: https://drive.google.com/file/d/1n4TNVw0WEtxY0bvwjJ7AlD0fQ7pv2DqO/view?usp=sharing.
This is from the Design > Single, admin area.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Issue with Primary Category (Yoast)Right, Vegetarian seems to be the last category by alphabetical order. The primary category in the non AMP page, as set in Yoast SEO, is Quinoa.
Forum: Plugins
In reply to: [Gutenberg] Can’t add a featured imageWe’re also having issues with existing featured images, not opening after installing Gutenberg. We recorded a short video of the issue and an entry on github: https://github.com/WordPress/gutenberg/issues/9982.
Thanks Michael, I tried %%category%% and %%archive_title%% in the Taxonomies > Category field where SEO descriptions are set. %%category%% does not populate anything and %%archive_title%% is returning its own abstracted value. Each of these expressions does appear in purple in the settings, so it seems the tool is accepting them, but not returning the Archive Headline value.
Thanks @mikes41720. I can’t think of any other plugin that would hide Yoast content, but this suggests there is a related problem with Yoast we need to troubleshoot. I can try to de-activate the 20 that we have one by one, and check the Yoast output presence. What header should I search for in the Page Source?
Forum: Plugins
In reply to: [AMP] The tag ‘amp-social-share extension.js script’ appears more than onceThanks Weston. We are facing the same issue on this script, as well as others that are popping as being inserted twice, while checking our template we only see the script code once. We’ll try the recommendation of using filters.
We love AMP HTML. It would be awesome if it could mature without introducing breaking changes. At implementation time site owners put lots of effort in making a template that looks good and is 100% compliant, then over time soft errors show, multiply, and become hard errors without making a change to the template. The combination of being strict and drifting seems like a roadblock to adoption, and we hope that at some point things stabilize to the point we can run AMP as easily as standard HTML and javascript
Forum: Developing with WordPress
In reply to: SQL query to completely unpublish posts@bcworkz, thanks! To run the SQL query for all posts do I just remove WHERE
ID= $post->ID ?We are seeing something similar. Since early March (Yoast 7x? release) the media URL redirect that was in place was removed, so in our case, thousands of image URLs were submitted to the ‘attachment’ sitemap. We noticed this a few days later and turned on the apparently new button in Yoast 7, that you are referencing. But this should have been done automatically from v6 to v7. By the time we noticed, Google bots already started indexing these thousands of URLs, and turning on the redirect has only partially fixed the issue. In the Google new console, there is a section for ‘crawl anomalies’, and it seems that all the redirected image URLs to the media URL are now stacking up in Google’s crawl anomalies report. We are also seeing some decline in organic traffic that coincides with this pattern.
Forum: Plugins
In reply to: [AMP] 0.6.0 not working for pagesThanks @westonruter for the offer to help. Before that, I am checking our Nginx server rewrite rules with our host. I was able to successfully activate Pages on an old site that runs on a different host (Apache), while all our sites on Nginx are having this unintended redirect. What’s odd is that AMP for posts has been working flawlessly so far.
It seems that /amp/ and ?amp are triggering different behaviors. Why use ?amp for pages? In general, URL extensions with ?XXX relate to marketing tracking codes or unwanted and random strings generated by bots in pageview reports.
Forum: Plugins
In reply to: [AMP] 0.6.0 not working for pages@westonruter, thanks for responding.
Turning on AMP for pages in the plugin settings enabled all pages for my site. AMP: Enabled.
I tried /privacy-policy/?amp and /privacy-policy?amp and they revert to canonical URL. My Chrome browser has the AMP extension where it shows green when an AMP version is available, and it’s grey.
Forum: Plugins
In reply to: [AMP] 0.6.0 not working for pagesSame problem on 2 websites I just tried. AMP for Pages is enabled in settings, and this site is using the native AMP template from the Automattic plugin: https://wp.me/PXOOz-6R. When adding /amp/ to the original URL, the page redirects to the canonical URL.
Forum: Plugins
In reply to: [WP Recipe Maker] AMP HTMLThanks, makes sense. We’ll experiment.