You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix our canonical url links to improve accuracy and search engine crawling, and clean up site reports.
<link rel="canonical"> tags tell search engines the preferred/single URLs for pages. For our use, it would be removing query params so all the various …?var=val&var=val&var=val urls would be seen (by search engines) as the URL before the ?, i.e. the page path.
/data/* should not show its canonical page as /
Related issues
None
Completion criteria
Our <link rel="canonical"> look more like individual URLs instead of simply <link rel="canonical" href="https://www.fec.gov/"> site-wide.
Summary
What we're after:
Fix our canonical url links to improve accuracy and search engine crawling, and clean up site reports.
<link rel="canonical">
tags tell search engines the preferred/single URLs for pages. For our use, it would be removing query params so all the various…?var=val&var=val&var=val
urls would be seen (by search engines) as the URL before the?
, i.e. the page path./data/*
should not show its canonical page as/
Related issues
None
Completion criteria
Our
<link rel="canonical">
look more like individual URLs instead of simply<link rel="canonical" href="https://www.fec.gov/">
site-wide.Tech steps or considerations (optional)
CANONICAL_BASE
from our various global/window front-end values? i.e. if it's not being used, is there any reason to keep it?Future work
?
The text was updated successfully, but these errors were encountered: