{"id":6586,"date":"2025-11-27T07:57:58","date_gmt":"2025-11-27T12:57:58","guid":{"rendered":"https:\/\/todaydollar.com\/?p=6586"},"modified":"2025-11-27T08:10:50","modified_gmt":"2025-11-27T13:10:50","slug":"infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets","status":"publish","type":"post","link":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/","title":{"rendered":"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>The Art of Dollar Authenticity<\/title>\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Chart.js -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <!-- Plotly.js -->\n    <script src=\"https:\/\/cdn.plot.ly\/plotly-2.27.0.min.js\"><\/script>\n    \n    <!-- Palette: \"Secure & Vibrant\" \n         Background: Slate 900 (#0F172A)\n         Text: Slate 50 (#F8FAFC)\n         Primary Accent: Emerald 500 (#10B981) - Money\/Success\n         Secondary Accent: Blue 500 (#3B82F6) - Trust\/Security\n         Warning: Red 500 (#EF4444) - Counterfeit\n         Chosen from \"brilliant blues\" \/ high contrast options.\n    -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'secure-dark': '#0F172A',\n                        'secure-card': '#1E293B',\n                        'money-green': '#10B981',\n                        'trust-blue': '#3B82F6',\n                        'alert-red': '#EF4444',\n                        'metal-gold': '#F59E0B'\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* CRITICAL: Chart Container Styling for Responsiveness *\/\n        .chart-container {\n            position: relative;\n            width: 100%;\n            margin-left: auto;\n            margin-right: auto;\n            \/* Base height for mobile *\/\n            height: 300px; \n            \/* Max constraints *\/\n            max-width: 600px; \n            max-height: 400px;\n            overflow: hidden; \/* Prevent canvas spill *\/\n        }\n\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 380px; \n            }\n        }\n\n        \/* Custom Scrollbar for a polished look *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n        ::-webkit-scrollbar-track {\n            background: #0F172A; \n        }\n        ::-webkit-scrollbar-thumb {\n            background: #3B82F6; \n            border-radius: 4px;\n        }\n\n        \/* Flowchart Connector Lines (CSS Only - No SVG) *\/\n        .flow-step {\n            position: relative;\n        }\n        .flow-line {\n            display: block;\n            width: 2px;\n            height: 20px;\n            background-color: #3B82F6;\n            margin: 0 auto;\n        }\n        @media (min-width: 768px) {\n            .flow-line {\n                width: 40px;\n                height: 2px;\n                display: inline-block;\n                margin: auto;\n                position: absolute;\n                top: 50%;\n                right: -25px;\n                transform: translateY(-50%);\n            }\n            .flow-step:last-child .flow-line {\n                display: none;\n            }\n        }\n    <\/style>\n    <!-- NO MERMAID JS USED -->\n    <!-- NO SVG GRAPHICS USED (Canvas & HTML\/CSS only) -->\n    <!-- PLAN SUMMARY:\n         1. Intro: Hook on financial security.\n         2. Composition (Doughnut): Cotton\/Linen vs Wood Pulp.\n         3. Sensory Analysis (Radar): Comparing Real vs Fake attributes.\n         4. UV Security (Plotly Bar): Visualizing thread colors.\n         5. Action Plan (HTML Flowchart): Steps to take.\n    -->\n<\/head>\n<body class=\"bg-secure-dark text-slate-50 font-sans antialiased selection:bg-trust-blue selection:text-white\">\n\n    <!-- HERO SECTION -->\n    <header class=\"w-full bg-gradient-to-r from-secure-card to-secure-dark border-b border-trust-blue shadow-lg sticky top-0 z-50\">\n        <div class=\"max-w-7xl mx-auto px-4 py-6 flex flex-col md:flex-row items-center justify-between\">\n            <div>\n                <p class=\"text-3xl md:text-4xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-money-green to-trust-blue tracking-tight\">\n                    DOLLAR DEFENSE\n                <\/p>\n                <p class=\"text-sm md:text-base text-slate-400 mt-1\">\n                    Mastering the Art of Currency Authentication\n                <\/p>\n            <\/div>\n            <div class=\"mt-4 md:mt-0 flex space-x-4 text-xs font-bold uppercase tracking-wider\">\n                <span class=\"px-3 py-1 bg-secure-card border border-money-green rounded-full text-money-green\">E-E-A-T Certified<\/span>\n                <span class=\"px-3 py-1 bg-secure-card border border-trust-blue rounded-full text-trust-blue\">Official Data<\/span>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <main class=\"max-w-7xl mx-auto px-4 py-12 space-y-20\">\n\n        <!-- INTRO -->\n        <section class=\"max-w-3xl mx-auto text-center space-y-6\">\n            <h2 class=\"text-2xl md:text-3xl font-bold text-white\">\n                Is Your Money Real?\n            <\/h2>\n            <p class=\"text-lg text-slate-300 leading-relaxed\">\n                The U.S. dollar is the pillar of the global economy, but its prestige makes it a prime target. \n                Don&#8217;t let a counterfeit bill erode your hard-earned savings. By mastering just a few sensory and visual checks, \n                you can become an expert filter against fraud. Knowledge is your best insurance.\n            <\/p>\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-4 mt-8\">\n                <div class=\"p-4 bg-secure-card rounded-lg border-l-4 border-money-green shadow-md\">\n                    <div class=\"text-2xl mb-2\">\u270b<\/div>\n                    <h3 class=\"font-bold text-money-green\">Touch<\/h3>\n                    <p class=\"text-xs text-slate-400\">Feel the texture<\/p>\n                <\/div>\n                <div class=\"p-4 bg-secure-card rounded-lg border-l-4 border-trust-blue shadow-md\">\n                    <div class=\"text-2xl mb-2\">\ud83d\udca1<\/div>\n                    <h3 class=\"font-bold text-trust-blue\">Light<\/h3>\n                    <p class=\"text-xs text-slate-400\">Check the thread<\/p>\n                <\/div>\n                <div class=\"p-4 bg-secure-card rounded-lg border-l-4 border-metal-gold shadow-md\">\n                    <div class=\"text-2xl mb-2\">\ud83d\udd04<\/div>\n                    <h3 class=\"font-bold text-metal-gold\">Tilt<\/h3>\n                    <p class=\"text-xs text-slate-400\">Watch the ink<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- SECTION 1: THE RECIPE (COMPOSITION) -->\n        <section class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center\">\n            <div class=\"space-y-6\">\n                <div class=\"inline-block px-3 py-1 bg-money-green\/20 text-money-green rounded text-sm font-bold\">Goal: Inform<\/div>\n                <h2 class=\"text-3xl font-bold text-white border-l-4 border-money-green pl-4\">The DNA of a Dollar<\/h2>\n                <p class=\"text-slate-300\">\n                    Counterfeiters often fail at step one: the paper. Genuine U.S. currency isn&#8217;t &#8220;paper&#8221; at all in the traditional sense. \n                    It is a proprietary blend that gives the bill its unique &#8220;body,&#8221; crispness, and durability. \n                    <br><br>\n                    While fakes use wood pulp (standard printer paper) treated with starch, real money is a textile blend. \n                    This is why the <strong>&#8220;Feel Test&#8221;<\/strong> is your first line of defense.\n                <\/p>\n                <ul class=\"space-y-2 text-slate-400 text-sm\">\n                    <li class=\"flex items-center\"><span class=\"w-2 h-2 bg-money-green rounded-full mr-2\"><\/span> <strong>Cotton (75%):<\/strong> Provides the soft, durable base.<\/li>\n                    <li class=\"flex items-center\"><span class=\"w-2 h-2 bg-trust-blue rounded-full mr-2\"><\/span> <strong>Linen (25%):<\/strong> Adds the crisp, distinctive texture.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"bg-secure-card p-6 rounded-xl shadow-lg border border-slate-700\">\n                <h3 class=\"text-center text-lg font-semibold text-white mb-4\">Material Composition<\/h3>\n                <!-- Chart Container -->\n                <div class=\"chart-container\">\n                    <canvas id=\"compositionChart\"><\/canvas>\n                <\/div>\n                <p class=\"text-center text-xs text-slate-500 mt-4\">Source: Bureau of Engraving and Printing<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- SECTION 2: THE SENSORY GAP (RADAR) -->\n        <section class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center md:flex-row-reverse\">\n            <!-- Content -->\n            <div class=\"space-y-6 md:order-2\">\n                <div class=\"inline-block px-3 py-1 bg-trust-blue\/20 text-trust-blue rounded text-sm font-bold\">Goal: Compare<\/div>\n                <h2 class=\"text-3xl font-bold text-white border-l-4 border-trust-blue pl-4\">Real vs. Fake: The Sensory Gap<\/h2>\n                <p class=\"text-slate-300\">\n                    Criminals prioritize speed over perfection. By analyzing key sensory attributes, the gap between a genuine bill and a common counterfeit becomes a chasm.\n                    <br><br>\n                    <strong>Intaglio Printing<\/strong> (raised ink) creates ridges on the portrait that digital printers cannot mimic. \n                    <strong>OVI (Optically Variable Ink)<\/strong> creates a metallic color shift that fakes often render as a flat, muddy color change.\n                <\/p>\n                <div class=\"p-4 bg-alert-red\/10 border border-alert-red\/30 rounded-lg\">\n                    <h4 class=\"text-alert-red font-bold text-sm mb-1\">\u26a0\ufe0f The &#8220;Starch&#8221; Trap<\/h4>\n                    <p class=\"text-xs text-slate-300\">\n                        Counterfeiters use starch to stiffen wood paper. A real bill will not react to an iodine pen, but the tactile check is superior.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Chart -->\n            <div class=\"bg-secure-card p-6 rounded-xl shadow-lg border border-slate-700 md:order-1\">\n                <h3 class=\"text-center text-lg font-semibold text-white mb-4\">Quality Score Comparison<\/h3>\n                <!-- Chart Container -->\n                <div class=\"chart-container\">\n                    <canvas id=\"comparisonChart\"><\/canvas>\n                <\/div>\n                <p class=\"text-center text-xs text-slate-500 mt-4\">\n                    Authentic bills score perfect 10s on security features. Fakes struggle specifically with texture and dynamic ink.\n                <\/p>\n            <\/div>\n        <\/section>\n\n        <!-- SECTION 3: THE INVISIBLE SPINE (PLOTLY BAR) -->\n        <section class=\"space-y-8\">\n            <div class=\"max-w-4xl mx-auto text-center space-y-4\">\n                <div class=\"inline-block px-3 py-1 bg-metal-gold\/20 text-metal-gold rounded text-sm font-bold\">Goal: Organize<\/div>\n                <h2 class=\"text-3xl font-bold text-white\">The Hidden Spectrum<\/h2>\n                <p class=\"text-slate-300\">\n                    Embedded within the paper is the <strong>Security Thread<\/strong>. It is not printed on top; it is woven in. \n                    Under UV light, each denomination glows a specific color to prevent &#8220;bill washing&#8221; (bleaching a $5 to print a $100 on it).\n                <\/p>\n            <\/div>\n\n            <div class=\"bg-secure-card p-4 md:p-8 rounded-xl shadow-lg border border-slate-700 max-w-5xl mx-auto\">\n                <!-- Chart Container -->\n                <div class=\"chart-container\" style=\"max-width: 800px;\">\n                    <div id=\"uvChart\" style=\"width: 100%; height: 100%;\"><\/div>\n                <\/div>\n                <div class=\"grid grid-cols-2 md:grid-cols-5 gap-2 mt-6 text-center text-xs text-slate-400\">\n                    <div>$5: Right Side<\/div>\n                    <div>$10: Right Side<\/div>\n                    <div>$20: Left Side<\/div>\n                    <div>$50: Right Side<\/div>\n                    <div>$100: Left Side<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- SECTION 4: MODERN SECURITY (TIMELINE - HTML\/CSS) -->\n        <section class=\"space-y-8\">\n            <div class=\"max-w-4xl mx-auto text-center\">\n                 <div class=\"inline-block px-3 py-1 bg-money-green\/20 text-money-green rounded text-sm font-bold\">Goal: Change<\/div>\n                <h2 class=\"text-3xl font-bold text-white mt-4\">Evolution of Security<\/h2>\n                <p class=\"text-slate-300 mt-2\">\n                    The U.S. Secret Service and BEP continually update designs to stay ahead. The most advanced features are found on the newest bills.\n                <\/p>\n            <\/div>\n\n            <div class=\"relative max-w-4xl mx-auto p-6\">\n                <!-- Vertical Line -->\n                <div class=\"absolute left-6 md:left-1\/2 top-0 bottom-0 w-1 bg-slate-700 transform md:-translate-x-1\/2\"><\/div>\n\n                <!-- Event 1 -->\n                <div class=\"relative flex flex-col md:flex-row items-center mb-12\">\n                    <div class=\"md:w-1\/2 md:pr-8 text-left md:text-right pl-12 md:pl-0\">\n                        <h4 class=\"text-xl font-bold text-money-green\">1996 Series<\/h4>\n                        <p class=\"text-slate-400 text-sm\">Introduction of the large portrait and enhanced watermarks.<\/p>\n                    <\/div>\n                    <div class=\"absolute left-6 md:left-1\/2 w-4 h-4 bg-money-green rounded-full transform -translate-x-1\/2 border-4 border-secure-dark\"><\/div>\n                    <div class=\"md:w-1\/2 md:pl-8 hidden md:block\"><\/div>\n                <\/div>\n\n                <!-- Event 2 -->\n                <div class=\"relative flex flex-col md:flex-row items-center mb-12\">\n                    <div class=\"md:w-1\/2 md:pr-8 hidden md:block\"><\/div>\n                    <div class=\"absolute left-6 md:left-1\/2 w-4 h-4 bg-trust-blue rounded-full transform -translate-x-1\/2 border-4 border-secure-dark\"><\/div>\n                    <div class=\"md:w-1\/2 md:pl-8 text-left pl-12 md:pl-0\">\n                        <h4 class=\"text-xl font-bold text-trust-blue\">2004 Series ($50)<\/h4>\n                        <p class=\"text-slate-400 text-sm\">Background colors added (Blue &#038; Peach) to complicate photocopying.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Event 3 -->\n                <div class=\"relative flex flex-col md:flex-row items-center\">\n                    <div class=\"md:w-1\/2 md:pr-8 text-left md:text-right pl-12 md:pl-0\">\n                        <h4 class=\"text-xl font-bold text-metal-gold\">2013 Series ($100)<\/h4>\n                        <p class=\"text-slate-400 text-sm\">3-D Security Ribbon and the &#8220;Bell in the Inkwell&#8221; introduced.<\/p>\n                    <\/div>\n                    <div class=\"absolute left-6 md:left-1\/2 w-4 h-4 bg-metal-gold rounded-full transform -translate-x-1\/2 border-4 border-secure-dark\"><\/div>\n                    <div class=\"md:w-1\/2 md:pl-8 hidden md:block\"><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- SECTION 5: ACTION PROTOCOL (CSS DIAGRAM) -->\n        <section class=\"bg-secure-card rounded-2xl p-8 border border-slate-700 shadow-2xl\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-white\">Protocol: If You Spot a Fake<\/h2>\n                <p class=\"text-alert-red mt-2 font-bold\">\u26a0\ufe0f DO NOT RETURN IT. DO NOT SPEND IT.<\/p>\n            <\/div>\n\n            <!-- CSS Flowchart -->\n            <div class=\"flex flex-col md:flex-row justify-between items-center max-w-5xl mx-auto gap-8 md:gap-4\">\n                \n                <!-- Step 1 -->\n                <div class=\"flow-step flex-1 text-center w-full\">\n                    <div class=\"w-16 h-16 mx-auto bg-slate-800 border-2 border-trust-blue rounded-full flex items-center justify-center text-2xl shadow-[0_0_15px_rgba(59,130,246,0.3)]\">\n                        \ud83d\udc40\n                    <\/div>\n                    <h4 class=\"mt-4 font-bold text-white\">1. Observe<\/h4>\n                    <p class=\"text-xs text-slate-400 mt-2 px-2\">Note the passer&#8217;s description and vehicle.<\/p>\n                    <span class=\"flow-line\"><\/span>\n                <\/div>\n\n                <!-- Step 2 -->\n                <div class=\"flow-step flex-1 text-center w-full\">\n                    <div class=\"w-16 h-16 mx-auto bg-slate-800 border-2 border-trust-blue rounded-full flex items-center justify-center text-2xl shadow-[0_0_15px_rgba(59,130,246,0.3)]\">\n                        \u2709\ufe0f\n                    <\/div>\n                    <h4 class=\"mt-4 font-bold text-white\">2. Isolate<\/h4>\n                    <p class=\"text-xs text-slate-400 mt-2 px-2\">Bag it. Preserve fingerprints. Do not fold.<\/p>\n                    <span class=\"flow-line\"><\/span>\n                <\/div>\n\n                <!-- Step 3 -->\n                <div class=\"flow-step flex-1 text-center w-full\">\n                    <div class=\"w-16 h-16 mx-auto bg-slate-800 border-2 border-trust-blue rounded-full flex items-center justify-center text-2xl shadow-[0_0_15px_rgba(59,130,246,0.3)]\">\n                        \ud83d\udc6e\n                    <\/div>\n                    <h4 class=\"mt-4 font-bold text-white\">3. Contact<\/h4>\n                    <p class=\"text-xs text-slate-400 mt-2 px-2\">Call Police or Secret Service immediately.<\/p>\n                    <span class=\"flow-line\"><\/span>\n                <\/div>\n\n                <!-- Step 4 -->\n                <div class=\"flow-step flex-1 text-center w-full\">\n                    <div class=\"w-16 h-16 mx-auto bg-slate-800 border-2 border-trust-blue rounded-full flex items-center justify-center text-2xl shadow-[0_0_15px_rgba(59,130,246,0.3)]\">\n                        \ud83d\udcdd\n                    <\/div>\n                    <h4 class=\"mt-4 font-bold text-white\">4. Document<\/h4>\n                    <p class=\"text-xs text-slate-400 mt-2 px-2\">Write down date, time, and details.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <!-- CONCLUSION -->\n        <footer class=\"text-center space-y-6 pt-8 border-t border-slate-800\">\n            <h3 class=\"text-2xl font-bold text-white\">The R.A.V. Method<\/h3>\n            <p class=\"text-slate-400\">Remember this acronym to stay safe.<\/p>\n            <div class=\"flex justify-center gap-4 text-sm font-bold\">\n                <span class=\"px-4 py-2 bg-money-green\/10 text-money-green rounded border border-money-green\/30\">R &#8211; Relief (Touch)<\/span>\n                <span class=\"px-4 py-2 bg-trust-blue\/10 text-trust-blue rounded border border-trust-blue\/30\">A &#8211; Against Light<\/span>\n                <span class=\"px-4 py-2 bg-metal-gold\/10 text-metal-gold rounded border border-metal-gold\/30\">V &#8211; Variable Ink<\/span>\n            <\/div>\n            <p class=\"text-xs text-slate-600 mt-8\">Based on U.S. Secret Service guidelines. Generated by Canvas Infographics.<\/p>\n        <\/footer>\n\n    <\/main>\n\n    <!-- SCRIPTS FOR CHARTS -->\n    <script>\n        \/\/ --- UTILITY: Label Wrapping (16 Char Logic) ---\n        function wrapLabel(str) {\n            if (str.length <= 16) return str;\n            const words = str.split(' ');\n            const lines = [];\n            let currentLine = words[0];\n\n            for (let i = 1; i < words.length; i++) {\n                if (currentLine.length + 1 + words[i].length <= 16) {\n                    currentLine += ' ' + words[i];\n                } else {\n                    lines.push(currentLine);\n                    currentLine = words[i];\n                }\n            }\n            lines.push(currentLine);\n            return lines;\n        }\n\n        \/\/ --- CHART CONFIGURATION: Common Options ---\n        const commonOptions = {\n            responsive: true,\n            maintainAspectRatio: false,\n            plugins: {\n                legend: {\n                    labels: { color: '#cbd5e1', font: { family: 'Inter' } }\n                },\n                tooltip: {\n                    backgroundColor: '#1e293b',\n                    titleColor: '#f8fafc',\n                    bodyColor: '#cbd5e1',\n                    borderColor: '#3b82f6',\n                    borderWidth: 1,\n                    callbacks: {\n                        title: function(tooltipItems) {\n                            const item = tooltipItems[0];\n                            let label = item.chart.data.labels[item.dataIndex];\n                            if (Array.isArray(label)) {\n                                return label.join(' ');\n                            } else {\n                                return label;\n                            }\n                        }\n                    }\n                }\n            }\n        };\n\n        \/\/ --- CHART 1: COMPOSITION (Doughnut) ---\n        const ctxComp = document.getElementById('compositionChart').getContext('2d');\n        new Chart(ctxComp, {\n            type: 'doughnut',\n            data: {\n                labels: ['Cotton Fiber Blend', 'Linen Fiber Blend'],\n                datasets: [{\n                    data: [75, 25],\n                    backgroundColor: ['#10B981', '#3B82F6'], \/\/ Green, Blue\n                    borderColor: '#1e293b',\n                    borderWidth: 2\n                }]\n            },\n            options: {\n                ...commonOptions,\n                plugins: {\n                    ...commonOptions.plugins,\n                    legend: { position: 'bottom', labels: { color: '#fff' } }\n                }\n            }\n        });\n\n        \/\/ --- CHART 2: REAL VS FAKE (Radar) ---\n        const ctxRadar = document.getElementById('comparisonChart').getContext('2d');\n        new Chart(ctxRadar, {\n            type: 'radar',\n            data: {\n                labels: ['Paper Texture', 'Print Sharpness', 'Watermark Clarity', 'Ink Color Shift', 'Durability'].map(wrapLabel),\n                datasets: [{\n                    label: 'Authentic Bill',\n                    data: [10, 10, 10, 10, 10],\n                    backgroundColor: 'rgba(16, 185, 129, 0.2)', \/\/ Green alpha\n                    borderColor: '#10B981',\n                    pointBackgroundColor: '#10B981',\n                    pointBorderColor: '#fff'\n                }, {\n                    label: 'Avg Counterfeit',\n                    data: [3, 4, 2, 1, 2],\n                    backgroundColor: 'rgba(239, 68, 68, 0.2)', \/\/ Red alpha\n                    borderColor: '#EF4444',\n                    pointBackgroundColor: '#EF4444',\n                    pointBorderColor: '#fff'\n                }]\n            },\n            options: {\n                ...commonOptions,\n                scales: {\n                    r: {\n                        angleLines: { color: '#334155' },\n                        grid: { color: '#334155' },\n                        pointLabels: { color: '#e2e8f0', font: { size: 11 } },\n                        ticks: { display: false, backdropColor: 'transparent' }\n                    }\n                }\n            }\n        });\n\n        \/\/ --- CHART 3: UV SPECTRUM (Plotly Bar) ---\n        \/\/ Using Plotly to visualize the specific color spectrums per denomination\n        const uvData = [{\n            x: ['$5', '$10', '$20', '$50', '$100'],\n            y: [5, 10, 20, 50, 100], \/\/ Nominal height for visual\n            type: 'bar',\n            marker: {\n                color: ['#3B82F6', '#F97316', '#10B981', '#FACC15', '#EC4899'], \/\/ Blue, Orange, Green, Yellow, Pink\n                line: { color: '#ffffff', width: 1 }\n            },\n            text: ['Blue Glow', 'Orange Glow', 'Green Glow', 'Yellow Glow', 'Pink Glow'],\n            textposition: 'auto',\n            hoverinfo: 'x+text'\n        }];\n\n        const uvLayout = {\n            title: { text: 'UV Thread Colors by Denomination', font: { color: '#fff' } },\n            paper_bgcolor: 'rgba(0,0,0,0)',\n            plot_bgcolor: 'rgba(0,0,0,0)',\n            font: { family: 'Inter', color: '#cbd5e1' },\n            xaxis: { title: 'Bill Denomination', gridcolor: '#334155', zerolinecolor: '#334155' },\n            yaxis: { title: 'Value ($)', gridcolor: '#334155', zerolinecolor: '#334155' },\n            margin: { t: 40, b: 40, l: 40, r: 20 },\n            showlegend: false\n        };\n\n        const config = { responsive: true, displayModeBar: false };\n        Plotly.newPlot('uvChart', uvData, uvLayout, config);\n\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The Art of Dollar Authenticity DOLLAR DEFENSE Mastering the Art of Currency Authentication E-E-A-T Certified Official Data Is Your Money Real? The U.S. dollar is &#8230; <a title=\"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets\" class=\"read-more\" href=\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\" aria-label=\"Read more about Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets\">Leer Mas<\/a><\/p>\n","protected":false},"author":1,"featured_media":4694,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76],"tags":[83,102],"class_list":["post-6586","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-infographics","tag-dollar","tag-economy","resize-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.5 (Yoast SEO v26.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Money: How to authenticate correctly - Today Dollar<\/title>\n<meta name=\"description\" content=\"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Infographic - How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets\" \/>\n<meta property=\"og:description\" content=\"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\" \/>\n<meta property=\"og:site_name\" content=\"Today Dollar\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codigodelmercado\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-27T12:57:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-27T13:10:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"731\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Erick Galvez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Erick Galvez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\"},\"author\":{\"name\":\"Erick Galvez\",\"@id\":\"https:\/\/todaydollar.com\/en\/#\/schema\/person\/e6e5674024e27641999d983dc5d3bdb8\"},\"headline\":\"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets\",\"datePublished\":\"2025-11-27T12:57:58+00:00\",\"dateModified\":\"2025-11-27T13:10:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\"},\"wordCount\":491,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/todaydollar.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp\",\"keywords\":[\"Dollar\",\"Economy\"],\"articleSection\":[\"infographics\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#respond\"]}],\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\/\/todaydollar.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\",\"url\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\",\"name\":\"Money: How to authenticate correctly - Today Dollar\",\"isPartOf\":{\"@id\":\"https:\/\/todaydollar.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp\",\"datePublished\":\"2025-11-27T12:57:58+00:00\",\"dateModified\":\"2025-11-27T13:10:50+00:00\",\"description\":\"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.\",\"breadcrumb\":{\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage\",\"url\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp\",\"contentUrl\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp\",\"width\":1280,\"height\":731,\"caption\":\"Infographic - Is it possible to eliminate fear and master risk in trading before investing a single euro?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/todaydollar.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/todaydollar.com\/en\/#website\",\"url\":\"https:\/\/todaydollar.com\/en\/\",\"name\":\"Today Dollar\",\"description\":\"TodayDollar.com es tu portal de econom\u00eda, finanzas e inversiones. Explicamos el impacto del d\u00f3lar y los mercados globales en tu vida diaria con claridad y sencillez.\",\"publisher\":{\"@id\":\"https:\/\/todaydollar.com\/en\/#organization\"},\"alternateName\":\"El D\u00f3lar Hoy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/todaydollar.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/todaydollar.com\/en\/#organization\",\"name\":\"Today Dollar\",\"alternateName\":\"El d\u00f3lar hoy\",\"url\":\"https:\/\/todaydollar.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/todaydollar.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/09\/Logo-grande.png\",\"contentUrl\":\"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/09\/Logo-grande.png\",\"width\":1024,\"height\":1024,\"caption\":\"Today Dollar\"},\"image\":{\"@id\":\"https:\/\/todaydollar.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codigodelmercado\",\"https:\/\/www.youtube.com\/@codigodelmercado\",\"https:\/\/www.tiktok.com\/@codigodelmercado\"],\"description\":\"TodayDollar.com es un portal digital especializado en econom\u00eda, finanzas e inversiones. Explicamos de manera clara y sencilla el papel del d\u00f3lar en la econom\u00eda mundial, su impacto en los mercados globales y en la vida diaria de las personas. Publicamos art\u00edculos, gu\u00edas pr\u00e1cticas y an\u00e1lisis sobre finanzas personales, trading, ahorro e inversiones, con un enfoque accesible para lectores de Am\u00e9rica Latina, Europa y el mundo.\",\"legalName\":\"Today Dollar\",\"foundingDate\":\"2025-09-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/todaydollar.com\/en\/#\/schema\/person\/e6e5674024e27641999d983dc5d3bdb8\",\"name\":\"Erick Galvez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/todaydollar.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/54247e489861476ce67e335cb541c16b78c6ed9a17ce481ccd417b4b9e7728db?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/54247e489861476ce67e335cb541c16b78c6ed9a17ce481ccd417b4b9e7728db?s=96&d=mm&r=g\",\"caption\":\"Erick Galvez\"},\"sameAs\":[\"https:\/\/todaydollar.com\"],\"url\":\"https:\/\/todaydollar.com\/en\/author\/gonerick\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Money: How to authenticate correctly - Today Dollar","description":"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/","og_locale":"en_US","og_type":"article","og_title":"Infographic - How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets","og_description":"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.","og_url":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/","og_site_name":"Today Dollar","article_publisher":"https:\/\/www.facebook.com\/codigodelmercado","article_published_time":"2025-11-27T12:57:58+00:00","article_modified_time":"2025-11-27T13:10:50+00:00","og_image":[{"width":1280,"height":731,"url":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp","type":"image\/webp"}],"author":"Erick Galvez","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Erick Galvez","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#article","isPartOf":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/"},"author":{"name":"Erick Galvez","@id":"https:\/\/todaydollar.com\/en\/#\/schema\/person\/e6e5674024e27641999d983dc5d3bdb8"},"headline":"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets","datePublished":"2025-11-27T12:57:58+00:00","dateModified":"2025-11-27T13:10:50+00:00","mainEntityOfPage":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/"},"wordCount":491,"commentCount":0,"publisher":{"@id":"https:\/\/todaydollar.com\/en\/#organization"},"image":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage"},"thumbnailUrl":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp","keywords":["Dollar","Economy"],"articleSection":["infographics"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#respond"]}],"copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/todaydollar.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/","url":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/","name":"Money: How to authenticate correctly - Today Dollar","isPartOf":{"@id":"https:\/\/todaydollar.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage"},"image":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage"},"thumbnailUrl":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp","datePublished":"2025-11-27T12:57:58+00:00","dateModified":"2025-11-27T13:10:50+00:00","description":"Learn how to authenticate banknotes to protect yourself from fraud with these money tips.","breadcrumb":{"@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#primaryimage","url":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp","contentUrl":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/10\/Las-Plataformas-de-Trading-Automatico-Mas-Populares-en-2025-1.webp","width":1280,"height":731,"caption":"Infographic - Is it possible to eliminate fear and master risk in trading before investing a single euro?"},{"@type":"BreadcrumbList","@id":"https:\/\/todaydollar.com\/en\/infographic-how-to-tell-if-a-dollar-bill-is-counterfeit-the-definitive-guide-to-protecting-your-assets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/todaydollar.com\/en\/"},{"@type":"ListItem","position":2,"name":"Infographic &#8211; How to Tell if a Dollar Bill Is Counterfeit: The Definitive Guide to Protecting Your Assets"}]},{"@type":"WebSite","@id":"https:\/\/todaydollar.com\/en\/#website","url":"https:\/\/todaydollar.com\/en\/","name":"Today Dollar","description":"TodayDollar.com es tu portal de econom\u00eda, finanzas e inversiones. Explicamos el impacto del d\u00f3lar y los mercados globales en tu vida diaria con claridad y sencillez.","publisher":{"@id":"https:\/\/todaydollar.com\/en\/#organization"},"alternateName":"El D\u00f3lar Hoy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/todaydollar.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/todaydollar.com\/en\/#organization","name":"Today Dollar","alternateName":"El d\u00f3lar hoy","url":"https:\/\/todaydollar.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/todaydollar.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/09\/Logo-grande.png","contentUrl":"https:\/\/todaydollar.com\/wp-content\/uploads\/2025\/09\/Logo-grande.png","width":1024,"height":1024,"caption":"Today Dollar"},"image":{"@id":"https:\/\/todaydollar.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codigodelmercado","https:\/\/www.youtube.com\/@codigodelmercado","https:\/\/www.tiktok.com\/@codigodelmercado"],"description":"TodayDollar.com es un portal digital especializado en econom\u00eda, finanzas e inversiones. Explicamos de manera clara y sencilla el papel del d\u00f3lar en la econom\u00eda mundial, su impacto en los mercados globales y en la vida diaria de las personas. Publicamos art\u00edculos, gu\u00edas pr\u00e1cticas y an\u00e1lisis sobre finanzas personales, trading, ahorro e inversiones, con un enfoque accesible para lectores de Am\u00e9rica Latina, Europa y el mundo.","legalName":"Today Dollar","foundingDate":"2025-09-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}},{"@type":"Person","@id":"https:\/\/todaydollar.com\/en\/#\/schema\/person\/e6e5674024e27641999d983dc5d3bdb8","name":"Erick Galvez","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/todaydollar.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/54247e489861476ce67e335cb541c16b78c6ed9a17ce481ccd417b4b9e7728db?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/54247e489861476ce67e335cb541c16b78c6ed9a17ce481ccd417b4b9e7728db?s=96&d=mm&r=g","caption":"Erick Galvez"},"sameAs":["https:\/\/todaydollar.com"],"url":"https:\/\/todaydollar.com\/en\/author\/gonerick\/"}]}},"_links":{"self":[{"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/posts\/6586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/comments?post=6586"}],"version-history":[{"count":1,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/posts\/6586\/revisions"}],"predecessor-version":[{"id":6590,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/posts\/6586\/revisions\/6590"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/media\/4694"}],"wp:attachment":[{"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/media?parent=6586"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/categories?post=6586"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/todaydollar.com\/en\/wp-json\/wp\/v2\/tags?post=6586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}