Skip to main content

Posts

Showing posts with the label Fact-Checking

How to Find Out When a Web Page Was Really Published or Updated

Short answer: to find when a web page was published, check the visible byline first, then dig into the page source or URL for a date, use a Google date filter, and confirm with the Wayback Machine, which shows when the page first appeared online. This matters for research, fact-checking, and judging whether information is current. Here is how. 1. Look for a visible date Many articles show a publish or "last updated" date near the title or byline. Start there, but be aware sites sometimes bump this date to look fresh without changing the content. 2. Check the page source Right-click and View Page Source, then search (Ctrl+F) for "datePublished", "dateModified", "published_time" or "date". Sites with proper structured data include the real publish and modified dates in the code, even when they are not shown on the page. 3. Use a Google date trick Search for the page, then use the Tools menu to filter by date, or check the small...