View Issue Details

IDProjectCategoryView StatusLast Update
0005383Composrcorepublic2024-01-28 21:44
ReporterChris GrahamAssigned ToPatrick Schmalstig 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0005383: Remove Google Sitemaps pinging and use hooks for ping services
DescriptionSee Google announcement
https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping
TagsRoadmap: v11
Time estimation (hours)0.5
Sponsorship open

Activities

Patrick Schmalstig

2024-01-28 21:44

administrator   ~0008262

Removed.

I also saw the potential for sitemap pinging to use hooks. Therefore, I converted the ping_sitemap_xml function to use hooks (systems/sitemap_ping). Hooks take a run function which has a $url passed into it. They should return a string result (or null for no results).

Currently, there are no sitemap_ping hooks.

Issue History

Date Modified Username Field Change
2023-06-28 00:30 Chris Graham New Issue
2023-06-28 00:30 Chris Graham Tag Attached: Roadmap: v11
2024-01-28 21:44 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-01-28 21:44 Patrick Schmalstig Status non-assigned => resolved
2024-01-28 21:44 Patrick Schmalstig Resolution open => fixed
2024-01-28 21:44 Patrick Schmalstig Note Added: 0008262
2024-01-28 21:44 Patrick Schmalstig Summary Remove Google Sitemaps pinging => Remove Google Sitemaps pinging and use hooks for ping services