What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

AMP configurations can interfere with standard URLs in job search results, requiring a review of implementation settings.
40:50
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h01 💬 EN 📅 19/06/2019 ✂ 8 statements
Watch on YouTube (40:50) →
Other statements from this video 7
  1. 14:00 Google pénalise-t-il vraiment les sites de plus de 10 ans dans ses résultats ?
  2. 21:08 Pourquoi Google impose-t-il des titres ultra-minimalistes aux offres d'emploi ?
  3. 35:10 Peut-on publier des offres d'emploi sans mentionner le nom de l'entreprise sans pénaliser son SEO ?
  4. 65:25 Pourquoi Google désindexe-t-il vos contenus sans vous prévenir ?
  5. 76:30 Faut-il vraiment supprimer les informations erronées à la source plutôt que de les gérer dans les SERPs ?
  6. 90:00 Pourquoi une migration de site provoque-t-elle des fluctuations de classement et combien de temps ça dure vraiment ?
  7. 95:00 Les rapports de spam sur les backlinks payants fonctionnent-ils vraiment ?
📅
Official statement from (6 years ago)
TL;DR

Google confirms that AMP configurations can create conflicts with standard URLs in job search results, leading to display or indexing errors. For career sites that have implemented AMP, this means manually verifying that Google is correctly displaying the right version of each job ad. The risk? Your job postings may not appear correctly in the job SERPs, causing a loss of qualified applications.

What you need to understand

Google reports a specific technical issue with AMP pages within the context of job search results. This statement targets sites that use both standard pages and their AMP counterparts to publish job listings.

The AMP framework, initially designed to speed up pages on mobile, relies on a dual architecture: standard version + AMP version. However, in the specific case of job searches, this duality creates friction.

What issues do AMP pages cause for job postings?

The search engine must choose which URL to present in the JobPosting enriched results. When an AMP page exists, Google may index or present it instead of the standard version — but the structured JobPosting tags may not be interpreted correctly on the AMP version.

Specifically? Your job ad appears truncated, missing salary information, lacks a functional application button, or is completely absent from dedicated job results. Users click, land on a poorly configured AMP page, and leave. The bounce rate skyrockets.

What does Google mean by "verifying implementation settings"?

Google asks webmasters to ensure that their AMP implementation does not interfere with the proper display of job listings. This entails checking several technical points: the presence and consistency of Schema.org JobPosting tags on both versions, the correctly placed rel=canonical directive, and the absence of rel=amphtml tags on job pages if they create conflicts.

In clear terms, Google is not suggesting to remove AMP — but rather to verify that your technical setup does not create URL cannibalization or ambiguity for the crawler. If the AMP version is less rich in structured data than the standard version, that's a problem.

In what scenarios does this interference occur?

Typically, on sites that have globally enabled AMP without excluding their career pages. Another common case: a CMS or AMP plugin that automatically generates AMP equivalents for all pages, including job listings, without ensuring that the structured tags are correctly duplicated.

Some sites also use lighter AMP templates that deliberately remove elements like application forms — making the AMP version unusable for job seekers, even if it ranks first on Google.

  • Check that Schema.org JobPosting tags are present and identical on both versions (standard and AMP).
  • Test the display of job listings in Google Search Console using the Rich Results Test tool.
  • Verify the rel=canonical and rel=amphtml tags to avoid any URL ambiguity.
  • Exclude job pages from automatic AMP generation if the AMP version cannot integrate all the required structured data.
  • Monitor JobPosting errors in Search Console, which often signal these conflicts.

SEO Expert opinion

Is this statement consistent with field observations?

Yes, and it's been a painful point for career sites for several years. There have been cases where AMP pages cannibalized standard URLs in job enriched results, leading to a steep drop in click-through rates because the AMP version displayed less info than the desktop version.

Google doesn't explicitly state this, but the problem often arises from the fact that JobPosting structured tags are not tested on the AMP version. Developers implement AMP, copy the HTML, but forget to check that the JSON-LD is properly interpreted on the AMP side. The result: Google indexes a deprived version.

What nuances should be added to this statement?

Google remains vague on one point: should AMP be disabled for job pages, or just better configured? The answer depends on your technical capability. If your stack allows maintaining identical structured tags across both versions, AMP can stay. Otherwise, it’s better to exclude job pages from the AMP scope. [To verify]: Google has never published official guidance on selectively disabling AMP by page type.

Another nuance: this interference only affects sites that use AMP and publish job postings with Schema.org. If you don't have a career section, or if you don't use JobPosting tags, you are not concerned. It seems obvious, but some SEOs panic for no reason.

In what scenarios does this rule not apply?

If you use AMP solely for editorial content (blog, news) and your job postings are on a separate subdomain or CMS, you are safe. Likewise, if you have disabled automatic AMP generation and manually control which pages have an AMP version, you manage the risk.

Finally, if your site never appears in Google’s job enriched results (because your JobPosting tags are poorly implemented or non-existent), AMP interference won’t change anything — you have a deeper issue with missing or invalid structured data.

Warning: Some CMSs automatically generate AMP versions without your knowledge. Check your source code for rel=amphtml tags on your job pages, even if you've never consciously enabled AMP.

Practical impact and recommendations

What should you do if you use AMP on job pages?

First step: identify if your job pages indeed have automatically generated AMP versions. Open the source code of a typical job listing, look for the <link rel="amphtml"> tag. If it exists, you have an AMP version. Test this AMP URL in the Google Rich Results Test tool to check if the JobPosting tags are properly detected.

If they are not, you have two options. Option 1: manually duplicate the JobPosting JSON-LD tags on the AMP version, ensuring that all required properties (title, description, datePosted, validThrough, hiringOrganization, jobLocation) are present. Option 2: disable AMP for job pages through your CMS or AMP plugin, specifically excluding this type of content.

What mistakes should you avoid when implementing AMP on career pages?

Classic mistake: copying the standard HTML to AMP without checking that the JSON-LD JavaScript runs correctly. Some AMP frameworks block or delay the execution of third-party scripts, which can prevent structured tags from loading. Always test with the Google tool, not just visually.

Another trap: using lightweight AMP templates that remove entire sections of the page, such as the application form or salary details. If your AMP version displays less info than the standard version, Google may index it anyway — and you lose candidate conversions. It’s better to have a complete standard page than an empty AMP page.

How can you verify that your site is compliant and avoid interferences?

Use Google Search Console, section Enhancements, tab Job Offers. If errors appear on AMP URLs, it’s a sign that your structured tags aren’t being read correctly. Correct them, then request reindexing via the URL inspection tool.

Next, run a Google search test on your brand + “job offers” or “recruitment.” Check which URL appears in the enriched results: standard or AMP? If it’s AMP and the display is degraded, you have an indexing priority issue. Add a rel=canonical directive pointing to the standard version on the AMP page to force Google to prefer the original.

  • Audit all job pages to detect unwanted rel=amphtml tags.
  • Test each AMP URL in Google’s Rich Results Test tool.
  • Verify that JobPosting JSON-LD tags are identical on both versions.
  • Exclude job pages from the AMP scope if maintaining both versions is too complex.
  • Monitor JobPosting errors in Google Search Console after each modification.
  • Check that the rel=canonical directive always points to the standard version from the AMP page.
Proper implementation of AMP on job pages requires a double technical validation: for structured tags and for canonicalization. If your technical team lacks the time or expertise to maintain this consistency, it may be wise to consult an SEO agency specializing in both AMP constraints and the specifics of JobPosting structured data, ensuring that your job offers reach their full visibility potential without sacrificing the candidate experience.

❓ Frequently Asked Questions

Faut-il désactiver AMP complètement si on a des pages emploi ?
Non, pas nécessairement. Vous pouvez exclure uniquement les pages emploi du périmètre AMP via votre CMS ou plugin. Si vous maintenez AMP, assurez-vous que les balises structurées JobPosting sont identiques sur les deux versions.
Comment savoir si mes pages emploi ont une version AMP active ?
Ouvrez le code source d'une fiche emploi et cherchez la balise <link rel="amphtml">. Si elle existe, une version AMP est générée. Testez l'URL AMP indiquée dans l'outil Test de résultat enrichi de Google.
Les erreurs AMP sur les pages emploi impactent-elles le référencement global du site ?
Non directement, mais elles peuvent réduire la visibilité de vos offres dans les résultats enrichis emploi, ce qui diminue le trafic qualifié vers vos pages carrière. L'impact est sectoriel, pas site-wide.
Peut-on forcer Google à ignorer la version AMP et afficher la version standard ?
Oui, en ajoutant une balise rel=canonical pointant vers la version standard depuis la page AMP, vous indiquez à Google quelle URL privilégier. Vous pouvez aussi retirer complètement la balise rel=amphtml de la page standard.
Les balises JSON-LD JobPosting doivent-elles être dans le <head> ou le <body> sur AMP ?
Les deux emplacements fonctionnent techniquement, mais Google recommande de les placer dans le <head> pour faciliter le parsing. Sur AMP, vérifiez que le JSON-LD est bien interprété via l'outil de validation Google.
🏷 Related Topics
Domain Age & History Mobile SEO Domain Name

🎥 From the same video 7

Other SEO insights extracted from this same Google Search Central video · duration 1h01 · published on 19/06/2019

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.