ahmedkaludi / accelerated-mobile-pages

Automatically add Accelerated Mobile Pages (AMP Project) functionality on your WordPress.
http://ampforwp.com
Other
176 stars 96 forks source link

Need to make compatibility with smart crawl plugin (SEO) #3473

Open amer07 opened 5 years ago

amer07 commented 5 years ago

Ref:https://secure.helpscout.net/conversation/907972603/74722?folderId=2770543 Note: need to make compatibility with smart crawl plugin.

MARQAS commented 5 years ago

Check for Smartcrawl_Meta_Value_Helper class as well, https://github.com/ahmedkaludi/accelerated-mobile-pages/commit/f0f34df9a310313c6338edb98bf117082923668f#diff-04b38a94ddf918855eed7a68ecaa512dR220

And what about Title, canonical and OG tags?

Zabi09 commented 5 years ago

Check for Smartcrawl_Meta_Value_Helper class as well, f0f34df#diff-04b38a94ddf918855eed7a68ecaa512dR220

And also add canonical also

Zabi09 commented 5 years ago

Check for Smartcrawl_Meta_Value_Helper class as well, f0f34df#diff-04b38a94ddf918855eed7a68ecaa512dR220

pegazee commented 5 years ago

Add parent value:

https://github.com/ahmedkaludi/accelerated-mobile-pages/commit/c7a51cbd62cc712ebb570830869c7f6352d6cc50#diff-6aa5512f7dd8d5ce60fc97b0f340912cR5866

MohammedKaludi commented 5 years ago

wp_kses cannot be used here, it too heavy on everytime run. https://github.com/ahmedkaludi/accelerated-mobile-pages/commit/c99a28e8b7cd70fe41d28354501f649cf5c36dfd#diff-04b38a94ddf918855eed7a68ecaa512dR221

MohammedKaludi commented 5 years ago

Ready to merge.