Weston Ruter
@westonruter on WordPress.org and Slack
- Member Since: May 16th, 2007
- Location: Portland, OR, USA
- Website: weston.ruter.net
- GitHub: westonruter
- Job Title: Developer Programs Engineer
- Employer: Google
Bio
Contributions Sponsored
Contribution History
Weston Ruter’s badges:- Core Contributor
- Core Team
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- WordCamp Speaker
-
Posted a reply to Potential SEO Issue with Mobile Redirect, on the site WordPress.org Forums:
Do you have mobile-first indexing on your site? Is your primary crawler "Smartphone"? Where are…15 hours ago
-
Posted a reply to Potential SEO Issue with Mobile Redirect, on the site WordPress.org Forums:
And by "Sitelinks" did you click on <b>Index > Coverage</b>?22 hours ago
-
Posted a reply to Potential SEO Issue with Mobile Redirect, on the site WordPress.org Forums:
When you turned off Mobile Redirection, did the Sitelinks start to increase?22 hours ago
-
Posted a reply to Potential SEO Issue with Mobile Redirect, on the site WordPress.org Forums:
Also, were you using the AMP Legacy Reader theme or did you pick one of…22 hours ago
-
Posted a reply to Potential SEO Issue with Mobile Redirect, on the site WordPress.org Forums:
@cnxsoft Were you using the default redirection method where JavaScript is used to do the…22 hours ago
-
Posted a reply to AMP + Cloudflare, on the site WordPress.org Forums:
Nothing in particular. Cloudflare should serve your AMP pages just like they serve other HTML…1 day ago
-
Posted a reply to error, on the site WordPress.org Forums:
You can already use Reader mode with category pages now as long as you select…2 days ago
-
Posted a reply to Retrieving Script Embeds Before Rendering Content, on the site WordPress.org Forums:
It can go in the theme's functions.php yes, but not if you have chosen a…3 days ago
-
Posted a reply to Retrieving Script Embeds Before Rendering Content, on the site WordPress.org Forums:
This code should go in a custom plugin.3 days ago
-
Posted a reply to Retrieving Script Embeds Before Rendering Content, on the site WordPress.org Forums:
All you need is a the_content filter which conditionally runs on AMP pages. This plugin…3 days ago
-
Posted a reply to AMP indexing issue, on the site WordPress.org Forums:
Also, you may just need to turn on AMP for more parts of your site.…3 days ago
-
Posted a reply to AMP indexing issue, on the site WordPress.org Forums:
If you click on "review issues" in the first screenshot, what does it then show?…3 days ago
-
Posted a reply to Conflict with CF7 – /wp-json/contact-form-7/v1/contact-forms/24951/feedback 502, on the site WordPress.org Forums:
@whoiswho It appears you provided the server access log as opposed to the PHP error…3 days ago
-
Posted a reply to Getting Amp content through wpgrapql, on the site WordPress.org Forums:
Not at the moment, but we have an issue open to support exposing AMP content…5 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
@nikitasp Now that you mention it, there is a dedicated action fires when printing AMP…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
Your suggestion is basically the current state. You can add your own code in functions.php…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
It's not a question of good admins supplying such code, but malicious users who find…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
Then again, this may not be something we want to fix in the AMP plugin.…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
Even though you are using custom AMP templates you are still using the "legacy" post…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
You didn't include the second add_action() call I provided above: add_action( 'amp_post_template_footer', 'my_print_alexametrics_code' ); //…6 days ago
-
Posted a reply to Stuck at “Redirecting” on comment submission, on the site WordPress.org Forums:
We'd need to see the form to tell you what is going wrong exactly. The…6 days ago
-
Posted a reply to wp_footer(); Not working in your standard mode AMP, on the site WordPress.org Forums:
Have you considered adding a secondary analytics service to double check the results? If Google…6 days ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
Seems kinda like they're misusing amp-analytics for this purpose. If they have to parse out…6 days ago
-
Committed [2386713] to Plugins Trac:
Tagging 2.0.47 days ago
-
Committed [2386712] to Plugins Trac:
Committing 2.0.4 to trunk7 days ago
-
Posted a reply to wp_footer(); Not working in your standard mode AMP, on the site WordPress.org Forums:
I don't think you understand what I meant. The mobile nav menu is not currently…7 days ago
-
Posted a reply to Amp Url can be customized in transitional mode or not?, on the site WordPress.org Forums:
Simply seeing websites with /amp/ is not really a sufficient reason. You can see examples…7 days ago
-
Posted a reply to wp_footer(); Not working in your standard mode AMP, on the site WordPress.org Forums:
The thinking is that if the sidebar is broken, users would not be able to…7 days ago
-
Posted a reply to No support for ‘language_attributes’?, on the site WordPress.org Forums:
The parse_query action is too early still. It's the wp action you need if you're…7 days ago
-
Posted a reply to No support for ‘language_attributes’?, on the site WordPress.org Forums:
Check amp_is_request() inside the filter callback like so: add_filter( 'language_attributes', function ( $attributes ) {…7 days ago
-
Posted a reply to Custom template for fake posts, on the site WordPress.org Forums:
@genericname yes you can! The easiest way to include your Reader theme among the list…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
It looks like you removed the second closing parenthesis. You can make the whole line…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
Generally the legacy AMP templates are not updated each new release, so you shouldn't have…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
It appears you forked the meta-time.php template from before 1.5. In that release, we fixed…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
Or you could just replace current_time( 'timestamp' ) with current_time( 'timestamp', true ). The issue…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
I see. It looks like your custom template is not correct. Please update human_time_diff() call…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
I just tried to reproduce the issue by setting my timezone to Warsaw, and when…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
The Schema.org metadata indicates the publishedDate is 2020-09-22T04:25:00+00:00. The post says "3 GODZINY TEMU" (3…1 week ago
-
Posted a reply to Incorrect time/date, on the site WordPress.org Forums:
This issue was supposed to be fixed in 2.0.3 via this pull request: https://github.com/ampproject/amp-wp/pull/5335 What…1 week ago
-
Posted a reply to Problems: plugin AMPs an unwanted page, Google won’t de-AMP it, on the site WordPress.org Forums:
I've opened a pull request that fixes the issue: https://github.com/ampproject/amp-wp/pull/5413 Have you followed the guide…1 week ago
-
Posted a reply to Problems: plugin AMPs an unwanted page, Google won’t de-AMP it, on the site WordPress.org Forums:
Originally the AMP plugin only had the Post content type enabled by default. As of…1 week ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
It seems the Alexa crawler has a bug then. It should be parsing the JSON…1 week ago
-
Posted a reply to Alexa atrk_acct ID – slash encoding (adding backslash), on the site WordPress.org Forums:
Backslashes in this context have no meaning. They do not change the JSON. It will…1 week ago
-
Posted a reply to Amp Url can be customized in transitional mode or not?, on the site WordPress.org Forums:
Why does the client want /amp/? There is no difference from AMP's perspective from ?amp.…1 week ago
-
Posted a reply to in this amp plugins can see comment, on the site WordPress.org Forums:
Also, if you switch to using a Reader theme other than "AMP Legacy", then you…1 week ago
-
Posted a reply to How do you Purge AMP cache, on the site WordPress.org Forums:
While AMP pages are not cached inside the plugin, there are AMP Cache CDNs that…1 week ago
-
Posted a reply to It removes GA code, on the site WordPress.org Forums:
@spacena You can't request support via reviews. See https://wordpress.org/support/guidelines/#the-bad-stuff Please open a support topic instead…1 week ago
-
Posted a reply to Handlings Ads for Amp/Desktop Desktop, on the site WordPress.org Forums:
When you are in Standard mode there is no non-AMP version, so desktop visitors are…1 week ago
-
Posted a reply to Auto ads code is missing, on the site WordPress.org Forums:
Edited my reply as I see you posted about auto-ads not analytics. In the case…1 week ago
-
Posted a reply to Auto ads code is missing, on the site WordPress.org Forums:
The AMP plugin adds this script automatically when there is an <amp-analytics> tag on the…1 week ago
Developer
-
Accessibility (a11y) Speech Synthesis
Active Installs: Less than 10
-
AMP
Active Installs: 500,000+
-
Better Code Editing
Active Installs: 30+
-
Customize Comments
Active Installs: Less than 10
-
Customize Inline Editing
Active Installs: 10+
-
Customize Object Selector
Active Installs: 100+
-
Customize Posts
Active Installs: 4,000+
-
Customize Snapshots
Active Installs: 300+
-
Customizer Browser History
Active Installs: 50+
-
Customizer Dev Tools
Active Installs: Less than 10
-
Customizer Everywhere
Active Installs: Less than 10
-
Customizer Responsive Server-Side Components Device Preview
Active Installs: 90+
-
Dependency Minification
Active Installs: 80+
-
Feature Policy
Active Installs: 200+
-
Force Featured Image
Active Installs: 60+
-
JS Widgets
Active Installs: 10+
-
Lazy Loading oEmbed Iframes
Active Installs: Less than 10
-
Listenability
Active Installs: Less than 10
-
Media Placeholders
Active Installs: 200+
-
Override Post Title with First Content Heading
Active Installs: 200+
-
PWA
Active Installs: 30,000+
-
Sectionize
Active Installs: Less than 10
-
Spoken Word
Active Installs: 100+
-
Syntax-highlighting Code Block (with Server-side Rendering)
Active Installs: 600+
-
User Photo
Active Installs: 10,000+
-
Widget Favorites
Active Installs: 30+
Contributor
-
Code Syntax Block
Active Installs: 4,000+
-
Mentionable
Active Installs: 600+
-
Quicklink for WordPress
Active Installs: 1,000+
-
Reporting API
Active Installs: 40+
Support Rep
-
Web Stories
Active Installs: 10,000+
Plugins
-
Accessibility (a11y) Speech Synthesis
-
Admin Color Schemes
-
AMP
-
Batcache
-
Better Code Editing
-
Big Emoji Comments
-
Bulk User Management
-
Category Checklist Tree
-
Cron View
-
Customize Inline Editing
-
Customize Object Selector
-
Customize Posts
-
Customize Snapshots
-
Customize Widgets Plus
-
Customizer Browser History
-
Customizer Dev Tools
-
Customizer Everywhere
-
Debug Bar
-
Debug Bar Console
-
Debug Bar Cron
-
Debug-Bar-Extender
-
Dependency Minification
-
Developer
-
Edit Flow
-
Google Authenticator
-
Google XML Sitemaps
-
Gutenberg
-
HyperDB
-
Jetpack by WordPress.com
-
Jetpack Follow Link for P2
-
Media Grid
-
Media Placeholders
-
Members - Membership & User Role Editor Plugin
-
Memcached Object Cache
-
MEXP Picasa
-
Ostrichcize
-
P2 By Email
-
P2 Likes
-
P2 Resolved Posts
-
Pantheon HUD
-
Plugin Dependencies
-
Posts 2 Posts
-
Proper Network Activation
-
Public Post Preview
-
PWA
-
Query Monitor
-
Quicklink for WordPress
-
Reactions
-
Redirection
-
Restrict Widgets
-
Restricted Site Access
-
Revision Notes
-
Rewrite Rules Inspector
-
Shortcake (Shortcode UI)
-
Simple Page Ordering
-
Site Kit by Google
-
Slack
-
Speedy Page Redirect
-
Stream
-
Styles
-
Super Emoji Plus+
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
SyntaxHighlighter Evolved
-
Theme Check
-
Timber
-
Timber Debug Bar
-
Two-Factor
-
User Switching
-
WordPress Importer
-
WordPress MU Domain Mapping
-
WordPress REST API (Version 2)
-
WordPress Widgets Refresh
-
WP GDPR Cookie Notice
-
WP Multi Network
-
WP-CFM
-
WP-Post-Meta-Revisions