Exponent, Root & Logarithm Calculator With Steps


One Relationship, Three Questions

Everything on this page hangs on a single equation:

xy = z  —  a base x, raised to an exponent y, gives a power z.

Give me any two of those three numbers and I can find the third. Which one is missing decides which operation you're doing:

You knowYou're missingThe operationThe question it answers
x and yzExponentiation"What is 2 multiplied by itself 10 times?" → 210 = 1024
y and zxRoot"What number, cubed, gives 27?" → 3√27 = 3
x and zyLogarithm"2 to what power gives 1024?" → log2(1024) = 10

A root undoes an exponent from the base side; a logarithm undoes it from the exponent side. That's the whole family. It's also exactly how the calculator above is built — each tab lets you pick which of the three variables to solve for, so the tool covers all nine possible questions instead of the usual three.

exponent, root and logarithm

How to Use the Exponent, Root & Logarithm Calculator

The tool has three tabs — Exponent, Root, and Logarithm — and each tab has a small "Solve for" switch. That switch is the feature most online calculators skip: instead of only computing the result, you can hand the tool the result and ask it to work backwards.

Calculating a Power (Exponent Tab)

  1. Open the Exponent tab (it's the default).
  2. Enter the base x and the exponent y — say 5 and 4.
  3. The answer appears instantly as you type: 54 = 625. No button needed, though pressing Calculate (or Enter) saves the line to your history.
  4. Flip "Solve for" to Base or Exponent to work in reverse — for example, "what base raised to 4 gives 625?" returns 5.

Finding Any Root (Root Tab)

  1. Enter the degree n (2 for square root, 3 for cube root, or anything else — 7, 0.5, even −2).
  2. Enter the radicand x, the number under the radical sign.
  3. Read the root. The quick chips (√x, 3√x, 4√x) fill the degree for you.
  4. Solve backwards too: given the root and the degree, it rebuilds the radicand; given the radicand and the root, it tells you the degree.

Solving Logarithms (Logarithm Tab)

  1. Enter the base b — or tap a chip: log2, log10, or ln (which sets the base to e).
  2. Enter the number x and read logb(x).
  3. Switch "Solve for" to Number and you have an antilog calculator: it computes by. Switch to Base and it answers "which base makes log(x) equal y?"

Input Formats the Calculator Understands

The input boxes accept more than plain digits, and a couple of these formats quietly unlock better answers:

You typeIt's read asWhy it's useful
2e5200,000 (scientific notation)Big numbers without counting zeros
1/3The exact fraction one thirdCritical for fractional exponents — see the negative-base section below
pi3.14159265…Circle math without copy-pasting digits
e2.71828182…Natural growth, ln, continuous compounding
-e or -piThe negative constantSigned constants work everywhere numbers do
3,53.5Decimal commas are accepted, so European-style input just works

Reading the Result Panel

Every answer comes with three lines, not one. The big number is the result. Under it, the substituted equation shows your numbers in place (34 = 81), and the small formula line shows the general rule that was applied (z = xy). When you solve backwards, a green Check line recomputes the equation in the forward direction — solve log2(1024) and it confirms 210 = 1024 ✓. That check line is your built-in answer key: if it doesn't close the loop, you mistyped something, and you'll see it immediately instead of on a graded exam.

A precision selector switches between an automatic 12-significant-digit display and fixed decimals from 0 to 12. The last twelve calculations are kept in a private history — click any line to reload its inputs — and a copy button grabs the whole equation as plain text (2^0.5 = 1.41421356237) ready for a document or a chat message.

Exponents Explained: Definition, Rules, and Special Cases

An exponent counts repeated multiplication. In 34, the base 3 is multiplied by itself using 4 factors: 3 × 3 × 3 × 3 = 81. We read it "three to the fourth power"; 3 is the base, 4 is the exponent (or index), and 81 is the power. Simple enough — until the exponent stops being a friendly whole number. That's where the rules earn their keep.

The Laws of Exponents

Seven rules cover essentially everything you'll meet. Each has a one-line example you can verify in the calculator above in seconds:

RuleFormulaWorked example
Product ruleam × an = am+n23 × 24 = 27 = 128
Quotient ruleam ÷ an = am−n35 ÷ 32 = 33 = 27
Power of a power(am)n = am×n(23)2 = 26 = 64
Power of a product(a×b)n = an × bn(2×5)3 = 8 × 125 = 1000
Zero exponenta0 = 1 (for a ≠ 0)70 = 1
Negative exponenta−n = 1 ÷ an2−3 = 1/8 = 0.125
Fractional exponentam/n = n√(am)82/3 = (3√8)2 = 4

Zero, Negative, and Fractional Exponents

The last three rows of that table are where most confusion lives, so here's the logic behind each one.

Why does anything to the zero power equal 1? Follow the quotient rule downward: 23=8, 22=4, 21=2 — each step divides by 2. One more step gives 20=1. It's not an arbitrary decree; it's the only value that keeps the pattern honest. The one genuinely awkward case is 00: most mathematics defines it as 1 by convention (and this calculator does too, with a note attached), while analysts sometimes leave it undefined. If you hit it in a real problem, the context usually tells you which camp you're in.

A negative exponent is a reciprocal, not a negative number. 10−2 is 1/100 = 0.01 — a small positive value. This is the backbone of scientific notation for tiny quantities: a red blood cell is about 7 × 10−6 meters across.

A fractional exponent is a root wearing exponent clothing. x1/2 is the square root, x1/3 the cube root, and x2/3 means "cube root first, then square" (or the reverse — order doesn't matter). Writing roots as exponents lets all seven laws above apply to roots as well, which is exactly why the conversion table in the roots section below is worth keeping.

Negative Bases: When (−8)1/3 Works and (−9)1/2 Doesn't

Here's the part textbooks tend to rush past. Raise a negative base to a whole-number exponent and life is fine: (−2)3 = −8, (−2)4 = 16 — odd exponents keep the minus sign, even ones erase it. Raise a negative base to a fractional exponent and it depends entirely on the fraction's denominator:

  • Odd denominator → a real answer exists. (−8)1/3 asks for the cube root of −8, and (−2)×(−2)×(−2) = −8, so the answer is −2.
  • Even denominator → no real answer. (−9)1/2 asks for a number whose square is −9. Squares are never negative, so the result lives in the complex numbers.

This is also why the fraction input matters. Type the exponent as 1/3 and the calculator can see the odd denominator and return −2 for a base of −8. Type the decimal 0.333333 instead and that structural information is gone — the number is just "some non-integer," and like every calculator working in decimals, the tool correctly reports that no real result exists. Many popular calculators fail the fraction case too and throw an error either way; this one gets it right, and it's one of the quiet reasons the tool exists.

Quick Reference: Squares, Cubes, Powers of 2 and 10

Three small tables that repay memorization many times over. The first is the multiplication-table upgrade every algebra student eventually wants:

nn2n3
111
248
3927
41664
525125
636216
749343
864512
981729
101001000
111211331
121441728

Powers of two are the native language of computing — file sizes, memory addresses, screen resolutions, chess-board legends:

n2nWhere you meet it
12A single bit's two states
242-bit values
38Bits in a byte
416One hexadecimal digit
53232-bit systems
66464-bit systems, chessboard squares
7128ASCII's original range
8256Values in one byte, RGB channel levels
9512Legacy disk sector size (bytes)
101024The "kilo" of kibibytes — the tool's opening demo
124096Common memory page size (bytes)

Three more worth knowing by heart: 216 = 65,536 (values in two bytes), 220 = 1,048,576 (a mebibyte's byte count), and 232 = 4,294,967,296 — the total number of IPv4 addresses, and the reason the internet needed IPv6.

Powers of ten carry the metric prefixes and the everyday names for big and small:

PowerValueName / prefix
10−30.001one thousandth — milli
10−20.01one hundredth — centi
10−10.1one tenth — deci
1001one
102100hundred — hecto
1031,000thousand — kilo
1061,000,000million — mega
1091,000,000,000billion — giga
10121,000,000,000,000trillion — tera

Roots and Radicals: Square Roots, Cube Roots, and the nth Root

A root asks the exponent question in reverse from the base side. The expression n√x — "the nth root of x" — names the number r such that rn = x. The small n is the degree (or index), x is the radicand, and the √ symbol is the radical. When no degree is written, it's 2 by convention: √49 means the square root, 7.

Converting Between Roots and Fractional Exponents

Every radical is a fractional exponent in disguise, and switching between the two notations is the single most useful algebra move in this whole topic — it lets the laws of exponents simplify radical expressions for free. These are the exact conversion formulas the calculator applies internally:

Radical formExponent formExample
√xx1/2251/2 = 5
3√xx1/31251/3 = 5
4√xx1/4811/4 = 3
n√xx1/n5√32 = 321/5 = 2
n√(xm)xm/n82/3 = 4
1 ÷ n√xx−1/n4−1/2 = 0.5

That last row explains a feature of the tool that surprises people: the degree field accepts negative numbers. A root of degree −2 is simply one over the square root — enter n = −2 and x = 4 and you'll get 0.5, exactly as the algebra says you should.

Even Roots vs Odd Roots (and Negative Numbers)

The degree's parity controls what's possible:

  • Odd degrees accept any radicand. Negative in, negative out: 3√(−27) = −3, because (−3)3 = −27. Fifth roots, seventh roots — same story.
  • Even degrees demand a non-negative radicand. √(−9) has no real answer; no real number squares to a negative. Ask the tool and it will say so in plain language rather than guessing.
  • Even roots of positive numbers technically have two answers — both 6 and −6 square to 36. Calculators (this one included) return the principal root, the non-negative one. When you're solving an equation like x2 = 36 by hand, remember to write x = ±6 yourself.

Handy Root Values You'll Use Constantly

Perfect powers give clean roots; everything else is irrational, and a few of those irrationals show up so often that knowing them to four decimals is a genuine time-saver — √2 alone appears in every 45° triangle, every screen diagonal, and every A-series sheet of paper:

x√x3√x
21.41421.2599
31.73211.4422
421.5874
52.23611.7100
62.44951.8171
72.64581.9129
82.82842
932.0801
103.16232.1544
1642.5198
2552.9240
275.19623
507.07113.6840
6484
100104.6416
12511.18035
100031.622810

Logarithms Made Practical: log, ln, and log2

A logarithm asks the exponent question in reverse from the exponent side. Read logb(x) as one plain sentence: "b to what power gives x?" So log2(1024) = 10 because 210 = 1024, and log10(1000) = 3 because 103 = 1000. That reading dissolves most log anxiety on the spot — a logarithm is not a new species of number, it's just an exponent you're hunting for.

Two domain rules follow directly from the definition. The number x must be positive (no real power of a positive base lands on zero or below), and the base b must be positive and not equal to 1 (powers of 1 are stuck at 1 forever, so the question has no useful answer). The calculator enforces both and explains itself when an input steps outside them.

The Three Bases That Matter

  • Base 10 — the common logarithm (log). The language of "orders of magnitude." pH in chemistry, decibels in sound, the Richter and moment-magnitude scales for earthquakes, and star brightness all run on base-10 logs.
  • Base e ≈ 2.71828 — the natural logarithm (ln). The base of continuous growth and decay. Compound interest, population models, radioactive half-life, and nearly all of calculus prefer ln because its rate of change is beautifully simple.
  • Base 2 — the binary logarithm (log2). The computer scientist's log: bits of information, binary search steps, tree depths, and — pleasantly — musical octaves, since each octave doubles a note's frequency.

Logarithm Rules

Logs turn multiplication into addition — that one trick ran global navigation and engineering for three centuries before electronic calculators, via slide rules and log tables. The full rule set:

RuleFormulaWorked example
Product rulelogb(M×N) = logbM + logbNlog10(4×25) = log10100 = 2
Quotient rulelogb(M÷N) = logbM − logbNlog2(64÷8) = 6 − 3 = 3
Power rulelogb(Mk) = k × logbMln(e3) = 3
Log of onelogb(1) = 0Any base to the power 0 is 1
Log of the baselogb(b) = 1log7(7) = 1
Inverse pairblogb(x) = x and logb(by) = y10log10(50) = 50
Change of baselogb(x) = ln(x) ÷ ln(b)log5(125) = ln125 ÷ ln5 = 3

The Change of Base Formula (Any Log on Any Calculator)

Most physical calculators offer only log and ln buttons, yet homework cheerfully asks for log7(300). The change of base formula is the escape hatch: divide any log of the number by the same log of the base. log7(300) = ln(300) ÷ ln(7) ≈ 5.7038 ÷ 1.9459 ≈ 2.931. Sanity-check it: 73 = 343, a bit above 300, so an answer just under 3 is exactly right. The tool above skips the ceremony — type any base directly — but it uses this same identity internally, and the small formula line shows it, so you can follow the math rather than just receive it.

Common Logarithm Values

One table, three bases, the numbers that come up constantly. Notice how the log2 column counts the powers of two in whole numbers and the log10 column does the same for powers of ten — each base measures cleanly in its own currency:

xlog2(x)log10(x)ln(x)
1000
210.30100.6931
420.60211.3863
830.90312.0794
103.321912.3026
1641.20412.7726
3251.50513.4657
6461.80624.1589
1006.643924.6052
12872.10724.8520
25682.40825.5452
51292.70936.2383
10009.965836.9078
1024103.01036.9315

Antilogarithms: Going the Other Way

An antilog just undoes a logarithm: if logb(x) = y, then the antilog of y is by = x. It sounds like a separate topic; it's one flip of the "Solve for" switch. On the Logarithm tab, choose Number (x), enter the base and the log value, and the tool raises the base to that power. Antilog of 2.5 in base 10? 102.5 ≈ 316.23. Chemistry students converting pH back to hydrogen-ion concentration do exactly this all semester.

Every Unknown, One Formula: The Complete Solving Map

Here is the full logic of the calculator laid out in one place — all nine combinations of "what you know" and "what you need," with the exact formula applied for each. Bookmark it; it doubles as a rearranging-equations cheat sheet for exam work:

Tab & equationYou knowSolving forFormula applied
Exponent — xy = zx and yz (power)z = xy
Exponent — xy = zy and zx (base)x = y√z = z1/y
Exponent — xy = zx and zy (exponent)y = ln(z) ÷ ln(x)
Root — n√x = rn and xr (root)r = x1/n
Root — n√x = rn and rx (radicand)x = rn
Root — n√x = rx and rn (degree)n = ln(x) ÷ ln(r)
Logarithm — logb(x) = yb and xy (logarithm)y = ln(x) ÷ ln(b)
Logarithm — logb(x) = yb and yx (number / antilog)x = by
Logarithm — logb(x) = yx and yb (base)b = x1/y = y√x

Look down the formula column and the family resemblance is unmistakable: every backwards question is answered by either a root or a ratio of natural logs. Three operations, one relationship — the thesis of this whole page, written in nine rows.

Real-World Problems You Can Solve in Seconds

Money: How Long Until an Investment Doubles?

An account grows 7% a year, so after t years it holds 1.07t times the original. Doubling means 1.07t = 2 — an equation with the exponent missing, which is a logarithm job: t = ln(2) ÷ ln(1.07) ≈ 0.6931 ÷ 0.0677 ≈ 10.24 years. Try it on the Exponent tab with "Solve for: Exponent," base 1.07, power 2. Bankers approximate the same answer with the rule of 72 — divide 72 by the interest rate (72 ÷ 7 ≈ 10.3) — and now you know the logarithm hiding underneath that rule.

Data: How Many Bits Do You Need?

n bits can label 2n distinct things. To give unique IDs to a million users you need 2n ≥ 1,000,000, so n = log2(1,000,000) ≈ 19.93 — round up to 20 bits. The same one-line calculation sizes database keys, IP subnets, and the depth of a binary search: finding one name among a million sorted entries takes at most 20 comparisons. That's the quiet superpower of logarithms — they turn "a million" into "twenty."

Sound and Earthquakes: Why the Scales Are Logarithmic

Human senses and natural disasters both span ranges too vast for linear numbers, so their scales count powers of ten instead. On the decibel scale, +10 dB means ten times the sound power; +3 dB means roughly double, because log10(2) ≈ 0.301 and 10 × 0.301 ≈ 3. On earthquake magnitude scales, each whole step is a tenfold jump in ground motion — which is why a magnitude 7 is not "a bit worse" than a 5, it's a hundred times larger in amplitude.

Chemistry: pH Is a Negative Logarithm

pH = −log10 of the hydrogen-ion concentration. Lemon juice near pH 2 versus milk near pH 6.5 isn't a small gap — it's about 104.5 ≈ 31,600 times the ion concentration. Every single pH unit is a full power of ten, which is why "the lake's pH dropped by 1" is an ecological alarm bell, not a rounding error.

Geometry: From a Volume Back to a Side

A cube-shaped tank holds 512 liters — 512,000 cm³ if you like, but stay in liters-as-cubic-decimeters for elegance: side = 3√512 = 8 dm, i.e. 80 cm. Any time a formula cubes or squares a length (volumes, areas, the inverse-square law), the root tab walks it backwards. Double-check with the tool's verification line: 83 = 512 ✓.

Decay: Counting Half-Lives

A quantity that halves repeatedly shrinks like 1 ÷ 2n. How many half-lives until less than 1% remains? Solve 2n = 100: n = log2(100) ≈ 6.64, so after 7 half-lives you're down to 1/128 ≈ 0.78%. The identical arithmetic answers "how many times must I fold a rumor in half," "how long does caffeine take to effectively clear," and "how many rounds does a knockout tournament need" — 128 players, 7 rounds, same logarithm.

Why This Calculator Gives Cleaner Answers Than Most

Open a plain calculator, compute the cube root of 27, and there's a fair chance you'll be handed 2.9999999999999996. Not wrong, exactly — computers store numbers in binary floating point, and 1/3 has no exact binary form, so microscopic errors creep into x1/3. But "basically 3" is a poor answer to show a student. This tool runs an integer-snapping layer on top of the raw math: whenever a result lands within a hair of a whole number, it re-tests that whole number against the original equation exactly, and only then displays the clean value. 3√27 says 3. log2(1024) says 10. Full precision stays available for genuinely irrational answers.

The rest of the engineering, briefly, because it's what separates a calculator you trust from one you double-check elsewhere:

  • Nine solve paths, not three. Every variable in every tab can be the unknown — the complete map you saw two sections ago.
  • A verification line on every inverse calculation. The tool re-substitutes its own answer into the forward equation and shows you the ✓. Answers that grade themselves.
  • Correct negative-base handling. (−8)1/3 = −2 when the exponent is entered as a fraction with an odd denominator — a case many well-known calculators simply refuse.
  • Honest edge cases. 00 returns 1 with an explanatory note; even roots of negatives, log of zero, and base-1 logs return plain-language explanations instead of a bare NaN; astronomically large results switch to scientific notation with an overflow notice.
  • Your precision, your call. Automatic 12-significant-digit display, or fix the decimals anywhere from 0 to 12.
  • Private by architecture. Every calculation runs inside your own browser. Nothing is transmitted, logged, or stored on a server — the history list lives only on your device.
  • Six languages, one tool. English, Arabic (full right-to-left layout), French, Spanish, Chinese, and Hindi, with automatic language detection and a manual switcher.
  • Comfortable everywhere. Dark mode, a true fullscreen mode for classroom projection, one-tap copy, clickable history, and a layout that adapts from a widescreen desktop down to the narrowest phone.

Embed the Exponent, Root & Logarithm Calculator on Your Website

If your audience lives anywhere near powers and logs — a math class blog, a programming tutorial series, a finance or chemistry site — you can hand them this exact calculator without writing a line of code yourself. Embedding is free, takes about a minute, and costs you nothing in maintenance: the tool ships its own styling (so it won't argue with your theme), speaks all six languages, and resizes its frame on its own as answers and history grow. Pick whichever of the two methods fits where you're putting it.

Option 1 — iframe (best for blog posts and pages)

Paste this into the HTML of a post or page. The short script beneath the frame listens for the calculator's height messages and stretches the frame to match, so your readers never meet an inner scrollbar.

<iframe data-tooliqo src="https://tools.tooliqo.co/exponent-root-logarithm-calculator/?lang=en" title="Tooliqo — exponent-root-logarithm-calculator" style="width:100%;border:0;height:860px" height="860" loading="lazy" scrolling="no" allowfullscreen allow="fullscreen; clipboard-write"></iframe> <script src="https://tools.tooliqo.co/embed.js" async></script>

Option 2 — Embed script (works everywhere, including sidebars and widgets)

Some platforms strip inline scripts out of sidebar widgets. This drop-in version sidesteps that entirely: place the small placeholder wherever the calculator should appear, and the loader script takes care of the rest — injection, sizing, everything.

<div class="tooliqo-tool" data-tool="exponent-root-logarithm-calculator" data-lang="en"
data-height="860"></div> <script src="https://tools.tooliqo.co/embed.js" async></script>

Both snippets accept a startup language. Swap the en in ?lang=en (iframe) or data-lang="en" (script) for ar, fr, es, zh, or hi — or leave it untouched and the calculator will match each visitor's browser language automatically.

Frequently Asked Questions

Is 0 to the power of 0 equal to 1?

By the convention used across combinatorics, algebra, and computer science — yes, 00 = 1, because it makes formulas like the binomial theorem work without exceptions. Mathematical analysis sometimes leaves it undefined as a limit form. This calculator returns 1 and attaches a note saying it's a convention, which is the honest answer.

Why does the cube root of 27 show as 2.9999999998 on some calculators?

Binary floating-point arithmetic can't represent 1/3 exactly, so computing 271/3 picks up a rounding error in the last digits. The math is fine; the display is misleading. This tool detects near-integer results, verifies the exact integer against the original equation, and shows the clean 3.

What's the difference between log, ln, and lg?

They differ only in base. In most textbooks and on calculators, log means base 10, ln means base e ≈ 2.71828 (the natural log), and lg usually means base 2 in computer-science writing. Watch the context, though: pure-math papers sometimes write "log" for the natural log. When in doubt, the base is the thing to ask about.

Can you take the square root of a negative number?

Not within the real numbers — no real number multiplied by itself gives a negative. The answer exists in the complex numbers (√(−9) = 3i), which is a different arena. Odd roots are another story entirely: the cube root of −27 is a perfectly real −3.

How do I calculate a logarithm with base 7, or any unusual base?

Use the change of base formula: log7(x) = ln(x) ÷ ln(7), using any log button your device has. Or skip the ritual — the calculator on this page takes any positive base (other than 1) directly and shows the change-of-base formula it used underneath the answer.

What does a negative exponent actually mean?

Reciprocal, not negative. a−n = 1 ÷ an, so 5−2 = 1/25 = 0.04, a small positive number. The sign of the exponent tells you which side of 1 the answer lands on (for bases above 1): positive exponents grow, negative exponents shrink.

What is an antilog, and how do I calculate it?

The antilog reverses a logarithm: antilogb(y) = by. If log10(x) = 2.5, then x = 102.5 ≈ 316.23. In the tool, open the Logarithm tab and set "Solve for" to the number — that mode is an antilog calculator.

How accurate is this calculator?

It computes in IEEE double precision (about 15–16 significant digits), displays up to 12 significant digits, snaps provable integers to their exact values, and — uniquely — re-verifies inverse results against the original equation right on screen. Beyond roughly 1015 or below 10−6 it switches to scientific notation so no precision is silently faked.

Study Tips: Getting Fluent Faster

  • Memorize the powers of 2 up to 1024 and of 10 up to a billion. They're the mental rulers you'll estimate everything else against — "log2(300) is between 8 and 9, closer to 8" takes two seconds once 256 and 512 live in your head.
  • Translate every radical into a fractional exponent before simplifying. The seven exponent laws then do all the heavy lifting; you'll almost never need separate "radical rules."
  • Read logs as sentences. Saying "5 to what power gives 125?" out loud converts an intimidating symbol into a question a ten-year-old can answer.
  • Bracket before you calculate. Estimate first (73 = 343, so log7(300) is a bit under 3), then compute. If the estimate and the answer disagree, one of them is telling on the other.
  • Use the Check line as a self-grader. Solve backwards by hand, then let the tool's verification line confirm the loop closes. It's instant feedback with no answer key required.
  • Keep the rule of 72 in your pocket. Years to double ≈ 72 ÷ growth rate. It's a logarithm in street clothes, and it makes interest rates, inflation, and user-growth claims instantly checkable in conversation.

The Short Version

Exponents build, roots recover the base, logarithms recover the exponent — one relationship, three directions, and now one tool that travels all three. Scroll back up, throw your homework problem, your interest rate, or your "how many bits" question at the calculator, and watch the formula line show its work. If the tables on this page earn a bookmark, they've done their job; if the calculator earns a spot in your own website's toolbox, the embed codes above are yours to keep.

َAdmin
Written by َAdmin

As a digital content enthusiast, I dedicate myself to sharing my personal insights and documenting the knowledge I gain from the web. My goal is to create valuable, purpose-driven content that informs, inspires, and delivers real benefits to others.

ON
enabled: true page: /p/redirect.html protect: true in_post: true new_tab: true delay: 5
enabled: true shape: solid scope: standalone
enabled: true title: Rate this article