marcortola/behat-seo-contexts
Composer 安装命令:
composer require marcortola/behat-seo-contexts
包简介
Behat extension for testing some On-Page SEO factors: meta title/description, canonical, hreflang, meta robots, robots.txt, redirects, sitemap validation, HTML validation, performance...
关键字:
README 文档
README
Behat extension for testing some On-Page SEO factors.
Includes contexts for testing:
- title / meta description
- canonical
- hreflang
- meta robots
- robots.txt
- indexation: tests meta robots + robots.txt + X-Robots-Tag header
- redirects
- sitemap validation (inc. multilanguage)
- HTML validation
- assets performance
- accessibility
- UX
- more...
Installation
Basic requirements:
- PHP 7.1+
- Behat 3+
- Mink + Mink extension
How to install it
- Install Composer
- Execute:
$ composer require marcortola/behat-seo-contexts --dev
- Add the Context you need to
behat.yml:
# behat.yml default: # ... suites: default: contexts: - MarcOrtola\BehatSEOContexts\Context\MetaContext - MarcOrtola\BehatSEOContexts\Context\LocalizationContext - MarcOrtola\BehatSEOContexts\Context\RobotsContext - MarcOrtola\BehatSEOContexts\Context\IndexationContext - MarcOrtola\BehatSEOContexts\Context\RedirectContext - MarcOrtola\BehatSEOContexts\Context\SitemapContext - MarcOrtola\BehatSEOContexts\Context\HTMLContext - MarcOrtola\BehatSEOContexts\Context\PerformanceContext - MarcOrtola\BehatSEOContexts\Context\SocialContext - MarcOrtola\BehatSEOContexts\Context\AccessibilityContext - MarcOrtola\BehatSEOContexts\Context\UXContext
Featured steps
MetaContext
Then the page canonical should not be empty Then the page canonical should be :expectedCanonicalUrl Then the page title should not be empty Then the page title should be :expectedTitle Then the page meta description should not be empty Then the page meta description should be :expectedMetaDescription Then the page meta robots should be noindex Then the page meta robots should not be noindex
LocalizationContext
Then the page hreflang markup should be valid
RobotsContext
Given I am a :crawlerUserAgent crawler Then I should not be able to crawl :resource Then I should be able to crawl :resource Then I should be able to get the sitemap URL
IndexationContext
Then the page should be indexable Then the page should not be indexable
RedirectContext
Given I follow redirects Given I do not follow redirects Then I should be redirected to :url
SitemapContext
Given the sitemap :sitemapUrl Then the sitemap should be valid Then the index sitemap should be valid Then the multilanguage sitemap should be valid Then the index sitemap should have a child with URL :childSitemapUrl Then /^the sitemap should have ([0-9]+) children$/ Then the multilanguage sitemap should pass Google validation Then the sitemap URLs should be alive Then /^(\d+) random sitemap URLs? should be alive$/
HTMLContext
Then the page HTML markup should be valid Then /^the page HTML5 doctype declaration should (not |)be valid$
PerformanceContext
Then /^browser cache should be enabled for (.+\..+|external|internal) (png|jpeg|gif|ico|js|css) resources$/ Then /^Javascript code should load (async|defer)$/ Then HTML code should be minified Then CSS code should be minified Then Javascript code should be minified Then CSS code should load deferred Then critical CSS code should exist in head
SocialContext
Then /^the (Twitter|Facebook) Open Graph data should satisfy (minimum|full) requirements$/
AccessibilityContext
Then the images should have alt text
UXContext
Then the site should be responsive Then the site should not be responsive
Examples
This library is self-tested, and you can find examples inside the features directory. Feel free to explore it to discover each step definition.
Useful tips
- Use Symfony KernelDriver for improving the performance if you are working in a Symfony project.
marcortola/behat-seo-contexts 适用场景与选型建议
marcortola/behat-seo-contexts 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 169.18k 次下载、GitHub Stars 达 13, 最近一次更新时间为 2020 年 01 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「BDD」 「Behat」 「Context」 「seo」 「redirects」 「HTML validation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 marcortola/behat-seo-contexts 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 marcortola/behat-seo-contexts 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 marcortola/behat-seo-contexts 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Helper that decorates any SUS with a phpspec lazy object wrapper
Behat Context for testing Symfony Api
A Behat Extension that allows custom bootstrapping
Environment processor and contexts autoloader
Provides access to magento2 object manager from behat and allows to change magento config settings temporarly
Context support (request, session and application scope) for n2n framework.
统计信息
- 总下载量: 169.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 42
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-10