/
by mrose17
1 (0 reviews)
/well-known-uris/
"Well-Known URIs" for WordPress!
Tested up to WP 4.6 (Current: 6.9.4)
vtrunk
Current Version vtrunk
Updated 9 years ago
Last Update on 03 Nov, 2016
Refreshed 6 hours ago
Last Refreshed on
Rank
#18,942
—
No change
Active Installs
70+
—
No change
KW Avg Position
89.3
-0.4 better
Downloads
2.7K
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 80
70+
80+
1,776
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 9 more installs to reach 80+
Rank Changes
Current
#18,942
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| well-known-uris | 3 | — | Tag | 1 day ago |
| well-known | 115 | — | Tag | 1 day ago |
| discovery | 150 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- trunk
- Last Updated
- Nov 03, 2016
- Requires WP
- 3.5.1+
- Tested Up To
- 4.6
- PHP Version
- N/A
- Author
- mrose17
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about /well-known-uris/
Set a callback for an URI (e.g., "/.well-known/robots.txt"), identified by "well_known_uri_" + $path (e.g., "well_known_uri_robots.txt"). add_action('well_known_uri_robots.txt', 'robots_txt'); In the callback, do whatever processing is appropriate, e.g., function robots_txt($query) { header('Content-Type: text/plain; charset=' . get_option('blog_charset'), TRUE); echo "User-agent: *"; echo "Allow: /"; exit; } This code defines a URI that returns static output, as shown in Step 3 above. (For static output, you will want to use Settings > Well-Known URIs page to avoid writing any code.)
Yes, you can find an example plugin, which defines a Well-Known URI, here: http://wordpress.org/extend/plugins/host-meta/