DannyDiaz Posted September 13, 2013 Share Posted September 13, 2013 I have around 800 clients on my server and our company manages their websites for them. As an SEO measure, I would like to implement some feature that could scan pages on every account in /home/ and let me know if any words are misspelled. Anyone have any recommendations? Quote Link to comment https://forums.phpfreaks.com/topic/282132-server-spell-check/ Share on other sites More sharing options...
fastsol Posted September 13, 2013 Share Posted September 13, 2013 I think will be rather difficult to achieve by just blindly scanning pages. You would need to use some regex to only grab things within certain html tags most likely and even that will be limited if these sites are built dynamically cause the info won't be on the page as it's scanned. My 2 cents. Quote Link to comment https://forums.phpfreaks.com/topic/282132-server-spell-check/#findComment-1449377 Share on other sites More sharing options...
DannyDiaz Posted September 13, 2013 Author Share Posted September 13, 2013 Yes I agree. A server side scanner would me impractical I'm assuming, because all of the websites are dynamic. I know there are online scanners that generate a page then scan the content on that page (instead of scanning the source code). If someone knows a website that you could list multiple websites to get scanned that would be great, but as of now, no luck. =[ Quote Link to comment https://forums.phpfreaks.com/topic/282132-server-spell-check/#findComment-1449379 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.