Best Web Application Firewall in 2026

A web application firewall inspects HTTP traffic before it reaches your application and drops the requests that look like attacks.

This guide ranks them on where they sit relative to your origin, what tuning costs in engineer hours during the first ninety days, how the bill behaves under a traffic spike, and how hard the rules are to take elsewhere.

Vendors can pay for visibility on this page. It never changes what an entry says about a product, including the criticism, and we earn nothing when you click through to a vendor. How that works.

In short

What web application firewall software does

A web application firewall filters incoming HTTP requests against rules for injection, scripting and abuse, blocking or logging the ones that match before the application sees them.

01

The top three

12 tools reviewed
02

How we ranked these

5 criteria, in order

Five things, in this order. Feature counts are not among them: they are the least useful comparison in software, because every vendor ticks every box.

  1. 01

    Setup effort in web application firewall software

    What the first ninety days of a web application firewall software rollout cost in hours, not in licence fees. A product that needs a partner engagement before it does anything is a different purchase from one a team configures in an afternoon.

  2. 02

    What web application firewall software really costs

    What the bill becomes once the modules a normal buyer of web application firewall software needs are added, and whether you can read that number without a sales conversation.

  3. 03

    Getting your data out of web application firewall software

    How your own data comes back out, in what format, and whether that export is included in the web application firewall software contract or billed as a project.

  4. 04

    Independence from the vendor

    Whether you can buy web application firewall software, run it and leave it on your own terms. This test decides most of the order on this page, and it is why the largest vendors in web application firewall software often sit below the smaller ones.

  5. 05

    Who the product is built for

    The size and shape of company each web application firewall software product was actually built for. Most regret in software comes from buying for a company you are not yet.

The fourth test decides most of the order on this page, and it is the reason the largest web application firewall software vendors sit below the smaller ones. A product with a published price, an export that works and no mandatory implementation partner is a product you can leave.

A platform suite that arrives with a quote, a partner and a two-year commitment may well be the better software and is still the harder decision to reverse. We rank web application firewall software for the buyer who has to live with that decision without a procurement department, which is a stated bias rather than a hidden one.

We do not publish a score out of ten. A number like 8.4 is a judgement dressed as a measurement, and nobody can check it.

What you can check is on this page: what each web application firewall tool costs, where the vendor is established, whether the price is published, and what we think it is bad at. Our full method is on the how we work page.

12tools reviewed
6publish a price
0have a free tier
5countries represented
03

Compared at a glance

12 tools
#ToolCountryPricingFree tier Right forNot for
#1Cloudflare WAFUnited StatesPer domain per month by plan, published; enterprise quotedTeams wanting protection live this week without touching the applicationTraffic that is contractually forbidden to transit a US provider
#2AWS WAFUnited StatesPer web ACL, per rule and per million requests, publishedAWS applications where the rules belong in Terraform with everything elseTeams without an engineer who enjoys reading request logs
#3BunkerWebFranceOpen source; paid PRO edition and support, publishedSelf-hosted stacks that must keep traffic inside their own networkTeams without anyone comfortable operating nginx in production
#4Azure Web Application FirewallUnited StatesPer policy per hour plus per request or per GB, publishedApplications already behind Azure Front Door or Application GatewayAnything hosted outside Azure, for any reason at all
#5Myra SecurityGermanyQuoted per organisationGerman regulated operators who must name a domestic providerA developer team that wants to edit its own rules
#6Indusface AppTranaIndiaPer application per month, publishedSmall security teams that will never tune rules themselvesTeams needing instant self-service control over every rule
#7Ubika Cloud ProtectorFranceQuoted per application or per gatewayFrench and EU organisations needing an on-premise or EU-hosted optionTeams that expect to solve problems by searching the internet
#8Gcore WAAPLuxembourgPer plan per month, published; enterprise quotedBuyers who need the contracting entity established inside the EUTeams that want mature rule analytics and deep request logs
#9Fastly Next-Gen WAFUnited StatesPer request volume, quotedEngineering teams that want inspection after their own TLS terminationSmall sites wanting protection without touching the deployment
#10Fortinet FortiWebUnited StatesPer appliance or virtual machine, quoted; cloud option per hourData centres that already run Fortinet and cannot proxy externallyCloud-native teams who want rules in version control
#11Imperva Cloud WAFUnited StatesQuoted per organisationEnterprises wanting one vendor across application and database monitoringA single application on a modest budget and timeline
#12Akamai App & API ProtectorUnited StatesQuoted per organisation, traffic-basedLarge sites where an outage is measured in lost revenue per minuteA single application without a dedicated security team

Country is where the vendor is headquartered or contracts from, which is a different question from where your data is hosted. Where the two tell different stories, the entry says so.

04

The 12 tools, reviewed

Ranked

1. Cloudflare WAF · 2. AWS WAF · 3. BunkerWeb · 4. Azure Web Application Firewall · 5. Myra Security · 6. Indusface AppTrana · 7. Ubika Cloud Protector · 8. Gcore WAAP · 9. Fastly Next-Gen WAF · 10. Fortinet FortiWeb · 11. Imperva Cloud WAF · 12. Akamai App & API Protector

#1 Cloudflare WAF

Reverse-proxy filtering you can switch on in an afternoon

Ranked #1 of 12 in Best Web Application Firewall in 2026.

Published pricingNorth America

Cloudflare WAF is the fastest route from nothing to something: point DNS at it and requests are filtered before they reach your servers. That also describes the commitment, because it now terminates TLS and sees every request in clear text.

Tuning is done in a console with a decent explanation of what matched. Budget for a plan above the entry tier once you want full logs, and keep your origin locked to Cloudflare addresses or the whole thing can be walked around.

What stands out
  • Published pricing
  • Self-serve
  • Global proxy
Where it costs you
  • Useful rule groups and log retention sit on higher plans
  • You hand over TLS termination and your DNS front door
Right for

Teams wanting protection live this week without touching the application

Wrong for

Traffic that is contractually forbidden to transit a US provider

United StatesPer domain per month by plan, published; enterprise quoted

#2 AWS WAF

Rules attached to the load balancer you already run

Ranked #2 of 12 in Best Web Application Firewall in 2026.

Published pricingNorth America

AWS WAF attaches to CloudFront, an Application Load Balancer or API Gateway, so nothing about your traffic path changes and there is no new vendor in front of the origin. Rules are infrastructure as code, which is the strongest argument for it.

The weakness is ergonomics: diagnosing a false positive means querying logs in Athena, and the managed rule groups from third parties each add a monthly charge plus a per-request one. Costs scale with traffic, not with domains.

What stands out
  • Pay per request
  • Infrastructure as code
  • AWS only
Where it costs you
  • Rule authoring is low-level and error messages are logs
  • Managed rule groups bill on top of per-request charges
Right for

AWS applications where the rules belong in Terraform with everything else

Wrong for

Teams without an engineer who enjoys reading request logs

United StatesPer web ACL, per rule and per million requests, published

#3 BunkerWeb

Open-source nginx hardening you run on your own machines

Ranked #3 of 12 in Best Web Application Firewall in 2026.

Open sourceSelf-hostablePublished pricingEurope

BunkerWeb packages nginx, the OWASP Core Rule Set and a set of hardening defaults into something a systems administrator can deploy and read. No traffic leaves your infrastructure, no per-request bill, and the configuration is yours to keep.

What it cannot do is absorb a volumetric attack, because the bandwidth being flooded is still yours. Expect to spend the saved licence money on the weeks of tuning that a managed service would have done for you.

What stands out
  • Open source
  • Self-hosted
  • No traffic detour
Where it costs you
  • No network in front of you, so volumetric attacks still land
  • Core Rule Set tuning is entirely your own work
Right for

Self-hosted stacks that must keep traffic inside their own network

Wrong for

Teams without anyone comfortable operating nginx in production

FranceOpen source; paid PRO edition and support, published

#4 Azure Web Application Firewall

Core Rule Set attached to Front Door or Application Gateway

Ranked #4 of 12 in Best Web Application Firewall in 2026.

Published pricingNorth America

Azure Web Application Firewall is sold as one product and deployed two ways, and buyers regularly discover the difference late: at Front Door it filters at the edge across regions, on Application Gateway it filters inside your virtual network after your own TLS termination.

Rules come from the OWASP Core Rule Set, so the tuning skill is portable. Pricing is published and modest until you multiply the per-hour policy charge across every environment you keep running.

What stands out
  • Azure native
  • Published pricing
  • Two deployment modes
Where it costs you
  • Two deployment modes with different rule behaviour and one name
  • The per-hour policy charge runs even on idle environments
Right for

Applications already behind Azure Front Door or Application Gateway

Wrong for

Anything hosted outside Azure, for any reason at all

United StatesPer policy per hour plus per request or per GB, published

#5 Myra Security

German-operated filtering for regulated and critical infrastructure

Ranked #5 of 12 in Best Web Application Firewall in 2026.

Pricing on requestEurope

Myra Security is chosen for the contract as much as the technology: a German operator with the certifications that critical-infrastructure and public-sector auditors ask for by name.

The service is managed, which suits organisations with no application security engineer and frustrates those with one, since changes go through a request rather than a console. Outside Europe the network is smaller than the American providers, so global latency needs checking against your own user map.

What stands out
  • German operation
  • BSI certified
  • Managed service
Where it costs you
  • Quote-only with limited self-service rule editing
  • Network footprint is small outside Europe
Right for

German regulated operators who must name a domestic provider

Wrong for

A developer team that wants to edit its own rules

GermanyQuoted per organisation

#6 Indusface AppTrana

Managed rule tuning included rather than sold as a service

Ranked #6 of 12 in Best Web Application Firewall in 2026.

Published pricingAsia-Pacific

Indusface AppTrana bundles the scanner and the analyst with the firewall, so findings become virtual patches without anyone on your side writing a rule. For a team of three that is the difference between blocking mode on and blocking mode off.

The price is published per application, which keeps the comparison honest. You give up immediacy: an urgent rule change is a support ticket, and the console is built for reporting rather than for daily work.

What stands out
  • Managed tuning
  • Published pricing
  • Scanner included
Where it costs you
  • Rule changes happen on the vendor's support clock
  • Edge network is smaller than the American providers
Right for

Small security teams that will never tune rules themselves

Wrong for

Teams needing instant self-service control over every rule

IndiaPer application per month, published

#7 Ubika Cloud Protector

French application protection with an on-premise gateway option

Ranked #7 of 12 in Best Web Application Firewall in 2026.

Self-hostablePricing on requestEurope

Ubika carries a long French lineage in application security and sells both a cloud service and a gateway you run yourself, which is the answer when traffic cannot legally leave your infrastructure but you still want a supported product rather than BunkerWeb.

The trade is ecosystem: sparse public documentation, few practitioners outside France, and a quote for every deal. Strong in its home market, an act of faith in Rotterdam or Hamburg.

What stands out
  • French vendor
  • On-premise option
  • EU hosting
Where it costs you
  • Thin documentation and community outside France
  • Quoted pricing with no self-serve entry point
Right for

French and EU organisations needing an on-premise or EU-hosted option

Wrong for

Teams that expect to solve problems by searching the internet

FranceQuoted per application or per gateway

#8 Gcore WAAP

EU-headquartered edge network with application filtering attached

Ranked #8 of 12 in Best Web Application Firewall in 2026.

Published pricingEurope

Gcore WAAP is the credible European answer to Cloudflare WAF: an EU-headquartered provider with its own network selling content delivery, DDoS protection and application filtering in one subscription with a published entry price.

The technology is a generation behind on the parts that matter during tuning, namely the quality of the logs and the explanation of what a rule matched. Run a paid pilot on real traffic before moving anything important onto it.

What stands out
  • EU vendor
  • CDN included
  • Published entry pricing
Where it costs you
  • Rule tuning and analytics trail the American edge providers
  • Documentation gaps show up during the first real incident
Right for

Buyers who need the contracting entity established inside the EU

Wrong for

Teams that want mature rule analytics and deep request logs

LuxembourgPer plan per month, published; enterprise quoted

#9 Fastly Next-Gen WAF

Runs beside the application instead of in front of it

Ranked #9 of 12 in Best Web Application Firewall in 2026.

Pricing on requestNorth America

Fastly Next-Gen WAF is the clearest example of the beside-the-application model: a module or agent inside your stack, seeing decrypted requests without a third party terminating TLS.

It scores requests on behaviour over time rather than pattern-matching each one, which is why teams here actually run it in blocking mode instead of logging forever. The cost is operational, since the agent has to be installed, updated and monitored everywhere your application runs.

What stands out
  • Agent or edge
  • Low false positives
  • Quote-only
Where it costs you
  • Agent deployment means an install on every host or container image
  • Quote-only, with pricing tied to request volume
Right for

Engineering teams that want inspection after their own TLS termination

Wrong for

Small sites wanting protection without touching the deployment

United StatesPer request volume, quoted

#10 Fortinet FortiWeb

An appliance or virtual machine in front of your own servers

Ranked #10 of 12 in Best Web Application Firewall in 2026.

Self-hostablePricing on requestNorth America

Fortinet FortiWeb is an appliance or virtual machine doing reverse-proxy inspection inside your own perimeter, which is the requirement in plenty of regulated networks. It fits best where the firewall team already runs Fortinet and the same support contract can absorb it.

Quotes are hard to compare because model, throughput and subscription bundles all move, and the anomaly detection needs proving against your own traffic rather than a datasheet before it is trusted in blocking mode.

What stands out
  • Appliance
  • On-premise
  • Fortinet stack
Where it costs you
  • Licensing across models and support tiers is hard to compare
  • The interface assumes a network engineer, not a developer
Right for

Data centres that already run Fortinet and cannot proxy externally

Wrong for

Cloud-native teams who want rules in version control

United StatesPer appliance or virtual machine, quoted; cloud option per hour

#11 Imperva Cloud WAF

Long-established proxy filtering, now owned by Thales

Ranked #11 of 12 in Best Web Application Firewall in 2026.

Pricing on requestNorth America

Imperva has one of the oldest and better-tuned rule sets in this market, and the ability to connect application filtering to database activity monitoring is genuinely unusual.

Since the Thales acquisition in 2023 the commercial side has moved, so ask directly who owns your account and what renewal looks like. Deployment is a proxy in front of the origin with the usual TLS consequences, and the whole package is heavy for a team of five.

What stands out
  • Mature rule set
  • Database tie-in
  • Quote-only
Where it costs you
  • Quote-only and frequently sold through a partner in Europe
  • Packaging and account teams shifted after the Thales acquisition
Right for

Enterprises wanting one vendor across application and database monitoring

Wrong for

A single application on a modest budget and timeline

United StatesQuoted per organisation

#12 Akamai App & API Protector

The largest edge network, priced and sold like one

Ranked #12 of 12 in Best Web Application Firewall in 2026.

Pricing on requestNorth America

Akamai App & API Protector runs on the largest edge network here, and that is the reason to pay for it: attacks that would saturate a smaller provider are absorbed far from your origin.

The adaptive rules reduce the tuning burden more than any competitor. Everything else is enterprise procurement, from traffic commitments to multi-year terms, and the total lands well above Cloudflare WAF for the same apparent function at small scale.

What stands out
  • Largest network
  • Adaptive rules
  • Enterprise contracts
Where it costs you
  • Enterprise contracting with traffic commitments and professional services
  • Console assumes a dedicated security team operating it
Right for

Large sites where an outage is measured in lost revenue per minute

Wrong for

A single application without a dedicated security team

United StatesQuoted per organisation, traffic-based
06

How to choose web application firewall software

A web application firewall filters incoming HTTP requests against rules for injection, scripting and abuse, blocking or logging the ones that match before the application sees them. The differences that matter are rarely in the feature list, so this is the order we would work through them.

  1. 01

    Decide whether you need a published price

    6 of the 12 tools here publish what they cost; the other 6 quote per organisation, which means a sales conversation before you can compare anything. If you are buying without a procurement function, start with the ones that publish: Cloudflare WAF, AWS WAF, BunkerWeb, Azure Web Application Firewall, Indusface AppTrana, Gcore WAAP.

  2. 02

    Work out what the first ninety days cost in time

    Licence cost is the number in the contract; setup effort is the number that surprises people. Ask every shortlisted vendor who does the configuration, how long it took the last customer of your size, and what happens if that person leaves halfway.

  3. 03

    Check the exit before the entry

    Ask for an export of your own data in a format you can open, and ask whether it is included or billed as a project. A vendor that hesitates here is telling you what renewal negotiations will feel like in three years.

  4. 04

    Match the tool to the size you are, not the size you plan to be

    Most regret in this category comes from buying for a headcount that never arrived. The entry-level products here are not worse; they are aimed at a different company.

  5. 05

    Decide how much the jurisdiction matters

    These 12 vendors are established in 5 countries across 3 regions (North America 7, Europe 4, Asia-Pacific 1). Where a vendor is established decides which government can compel access to what it holds, which is a different question from where the servers are. For most buyers that is a factor, not a veto.

  6. 06

    Consider whether you want the source

    1 of these are open source, which means you can host them yourself and read what they do with your data. That control is real, and so is the maintenance it hands you.

In front of the origin, or beside the application

This is the decision, and it is made before any feature comparison. A proxy sits in front of your origin: DNS points at Cloudflare WAF, Gcore WAAP, Myra Security or Akamai App & API Protector, and they terminate TLS, inspect the decrypted request and open a second connection to you. That gives volumetric protection and one place to change rules, at the cost of handing your certificates and every request body to a third party.

Beside the application means a module or agent in your own stack, as with Fastly Next-Gen WAF or BunkerWeb, inspecting requests after your own TLS termination so nothing is decrypted by anyone else. It sees the real client and the real application, but the flood still arrives on your bandwidth.

  • Write down whether a third party may terminate TLS for this application before comparing vendors.
  • If you proxy, lock the origin so it only accepts connections from the provider's addresses.
  • If you run beside the application, name who absorbs a volumetric attack, because the firewall will not.

What the extra hop does to latency, and where it does it

A proxy adds a network hop, and the size of that hop depends on whether the provider has a presence near your users and near your origin. Warm connections to a nearby edge often make pages faster overall; an origin in Frankfurt behind a provider whose nearest node is in Amsterdam adds a round trip to every request. Measure it rather than trusting a coverage map.

Inspection itself is rarely the problem: request body scanning above a few hundred kilobytes and rule sets left at maximum paranoia are, and both are tunable. Myra Security and Gcore WAAP are worth measuring specifically, because their networks are dense in Europe and thinner elsewhere, which is fine until a customer in Singapore complains.

  • Measure the ninety-fifth percentile from your real user locations, before and after, for a week.
  • Ask where the nearest point of presence to your origin actually is, by city.
  • Check the body inspection size limit and what the firewall does with requests above it.

Blocking mode is the only mode that counts

Most web application firewalls in production are logging, not blocking, because someone once blocked a legitimate checkout and the rule set went back to monitor. That is a false positive problem, and it is where products genuinely differ. The OWASP Core Rule Set, used by Azure Web Application Firewall and BunkerWeb, is transparent and free and will flag your own application's JSON payloads on day one.

Behaviour-scoring products like Fastly Next-Gen WAF, and managed tuning like Indusface AppTrana, exist because tuning is the expensive part. Give it two weeks in monitor mode, tune with real traffic, then turn blocking on per rule group rather than globally.

  • Run monitor mode for two weeks and count false positives per thousand requests.
  • Enable blocking rule group by group, starting with the ones that never matched legitimate traffic.
  • Agree in advance who can disable a rule at three in the morning, and how.

What you can take with you at renewal

Rules do not port. A Cloudflare WAF expression, an AWS WAF JSON statement and a FortiWeb policy are three different languages, and your tuning work is the asset you accumulated. Core Rule Set exclusions transfer between products that use it, which is a quiet argument for Azure Web Application Firewall or BunkerWeb.

Two other things bind you: the DNS cutover, since moving proxies means another change with a real rollback window, and the request logs, which several vendors keep short unless you pay for retention. Export logs continuously into your own storage from day one, and keep a plain-language document of every exclusion and why it exists.

  • Ship request logs to your own bucket from the start, not just to the vendor's console.
  • Document every rule exclusion with the reason and the date, outside the vendor's console.
  • Keep DNS time-to-live short before a migration so a rollback takes minutes, not hours.

What goes wrong most often when buying web application firewall software

  • Proxying traffic while leaving the origin reachable at its own address. Attackers find the address and the firewall becomes decoration.
  • Leaving the product in monitor mode indefinitely after one false positive broke a checkout. A firewall that only logs is an expensive log.
  • Buying on the entry plan price without checking log retention, which is where the real cost of investigating an incident sits.
  • Forgetting that a proxy terminates TLS. Someone in procurement will ask who can read your request bodies, and the answer should be decided, not discovered.
07

Frequently asked questions

11 answers
What is the best web application firewall in 2026?

Cloudflare WAF leads our ranking of 12. Change the nameservers and traffic runs through Cloudflare, which is both the appeal and the commitment: it terminates TLS and becomes your front door.

Managed rules, rate limiting and bot controls are configured from a console rather than a config file. The useful rule groups and log retention sit on higher plans, and a full request log is an enterprise feature almost everyone eventually wants.

How did you rank these web application firewall tools?

On what separates products after the demo: how much setup the first ninety days take, what the price becomes once the modules a normal buyer needs are added, how your data comes back out, whether you can buy and leave it without a partner engagement, and who the product is genuinely for.

That fourth test is why the large platform suites usually sit lower here than their market share would suggest. Not on feature counts, and not on a score we invented.

Which web application firewall tools publish their pricing?

6 of the 12, with the pricing model each one publishes:

  • Cloudflare WAF: Per domain per month by plan, published; enterprise quoted.
  • AWS WAF: Per web ACL, per rule and per million requests, published.
  • BunkerWeb: Open source; paid PRO edition and support, published.
  • Azure Web Application Firewall: Per policy per hour plus per request or per GB, published.
  • Indusface AppTrana: Per application per month, published.
  • Gcore WAAP: Per plan per month, published; enterprise quoted.

The other 6 quote per organisation.

Is there a free web application firewall tool?

None of the tools here offer a usable free tier, which is itself a signal about who this category is sold to.

Which web application firewall tools are open source?

BunkerWeb. Open source means you can read what the product does with your data and run it yourself. It does not mean the hosted edition is free.

Which web application firewall tools can you host yourself?

BunkerWeb, Ubika Cloud Protector, Fortinet FortiWeb. The other 9 are sold as a hosted service only, which means the question of where your data sits is answered by the vendor, not by you.

Where are these web application firewall vendors established?

In 5 countries across 3 regions: North America 7, Europe 4, Asia-Pacific 1.

  • Cloudflare WAF is established in the United States.
  • AWS WAF is established in the United States.
  • BunkerWeb is established in France.
  • Azure Web Application Firewall is established in the United States.
  • Myra Security is established in Germany.
  • Indusface AppTrana is established in India.
  • Ubika Cloud Protector is established in France.
  • Gcore WAAP is established in Luxembourg.
  • Fastly Next-Gen WAF is established in the United States.
  • Fortinet FortiWeb is established in the United States.
  • Imperva Cloud WAF is established in the United States.
  • Akamai App & API Protector is established in the United States.

Establishment decides whose courts and whose disclosure laws apply, which is a separate question from where the data is hosted.

What should you use instead of Cloudflare WAF?

AWS WAF and BunkerWeb are the next two on this page.

AWS WAF is for AWS applications where the rules belong in Terraform with everything else; BunkerWeb is for Self-hosted stacks that must keep traffic inside their own network. All 12 are ranked here with what each one is bad at.

Who should not buy Cloudflare WAF?

Traffic that is contractually forbidden to transit a US provider. Useful rule groups and log retention sit on higher plans.

Do you get paid for these rankings?

Vendors can pay for visibility, which affects where and how prominently a product appears. It does not change a word of what the entry says about that product, including the criticism, and it cannot buy inclusion for something that does not belong in the category.

We take no commission when you click through to a vendor and we do not know whether you bought anything. The full arrangement is on our disclosure page.

How often is this web application firewall guide updated?

Whenever the facts move: a price change, an acquisition, a product that stops being maintained. The published and updated dates at the top of the page are real, and a review means someone went back to the vendor documentation rather than bumping a date.

Tools reviewed

12 products

For software vendors

Not on this list?

These 12 products are the ones we judged worth ranking in web application firewall. If yours belongs here and is missing, tell us what it does and who it is for, and we will look at it. Inclusion is an editorial call and it is not for sale — but nobody gets considered for a list they were never put in front of.

Suggest a product →

What a listing is

  • Read at the moment of choosing

    People land on this page with a shortlist to make, not a browsing habit to feed. That is a narrower audience than a banner reaches and a far more decided one.

  • Written by us, about you

    We describe the product in our own words, say who it suits and say who it does not. A vendor never writes the entry and never sees it before it goes up.

  • A correction costs nothing

    If a fact about your product is wrong here, tell us and we fix it, whether or not there is any money between us. That offer is older than any commercial arrangement on this site.

  • Placement is separate, and disclosed

    Where a product sits in the ranking can be paid for, and the notice above the list says so on every page. What the entry says about the product is not for sale at any price.