Hi @strifemit,
We’re currently amidst writing the informational pages. If you have any specific requests in the meantime, I can answer them for you here ??
To start off, you mentioned AMP and Incognito.
Incognito:
This one’s quite simple, it removes HTML comments generated by The SEO Framework. These comments are outputted to make it easier to recognize where the plugin is active.
Two of which are located in the page’s source, around the output:
<!-- Start The SEO Framework by Sybre Waaijer -->
...metadata here...
<!-- End The SEO Framework by Sybre Waaijer | 0.00158s -->
The other is located at the bottom of the styled sitemap:
Generated by The SEO Framework
And the last one is generated by the Title Fix, when fixed:
<title>...</title><!-- Fixed -->
AMP:
The AMP project (by Google) helps users with limited mobile bandwidth access your site not only faster but also with less data usage.
This is quite new, and Automattic has released a plugin that helps you integrate it on your website.
Only when the AMP plugin by Automattic is active, the AMP extension will work for you.
Now, the AMP pages are different from normal pages. They use different hooks, don’t make use of your theme, etc.
To make The SEO Framework work within those AMP pages, the AMP extension is there for you.
The extension outputs (and can replace/improve) SEO data provided by The SEO Framework on those pages.
To conclude, the AMP extension makes your AMP pages appear the same in Google as their regular counterparts.