一键导入
zolinga-seo-submit-url
Use when submitting URLs to search engines via the seo:submit event, including IndexNow configuration and URL resolution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when submitting URLs to search engines via the seo:submit event, including IndexNow configuration and URL resolution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Google's content quality guidelines: E-E-A-T, people-first content, helpful content self-assessment, authorship, and avoiding search-engine-first content. Use when writing, editing, or reviewing page content.
Google page experience guidelines: Core Web Vitals, mobile usability, HTTPS, intrusive interstitials, and safe browsing. Use when designing, developing, or reviewing page performance and UX.
Google SEO starter guide fundamentals: how search works, site organization, URLs, content basics, images, videos, promotion, and common myths. Use when building, designing, or reviewing any web page or site structure.
Google Search technical requirements, spam policies, structured data, canonical URLs, and violations to avoid. Use when reviewing technical SEO health or setting up new pages.
| name | zolinga-seo-submit-url |
| description | Use when submitting URLs to search engines via the seo:submit event, including IndexNow configuration and URL resolution. |
| argument-hint | <url-list> |
seo:submit internal event with a urlList array in the request.{"url": "/relative/path"} — URLs should be relative.$api->url->resolveUrl().https://api.indexnow.org/IndexNow).seo.indexNow.enabled is true and seo.indexNow.apiKey is set in config.public/{apiKey}.txt.global $api;
$api->dispatchEvent(
new \Zolinga\System\Events\RequestResponseEvent(
'seo:submit',
\Zolinga\System\Types\OriginEnum::INTERNAL,
new \ArrayObject([
'urlList' => [
['url' => '/blog/new-post'],
]
])
)
);
$api->config['seo']['indexNow']['enabled'] must be true.public/{apiKey}.txt must contain just the key string.$api->log under category seo.modules/zolinga-seo/wiki/Zolinga SEO/Zolinga SEO.mdmodules/zolinga-seo/wiki/ref/event/seo/submit.md