Im currently trying to find the relevance percentage of URL and the page title.
Example: URL: mysite*dot*com/Understanding-URL-Parameters/index.html
Page title: Technical Guide: URL Parameters
Im looking for something that will be able to check the path after mysite*dot*com and return a percentage match of the path and the page title.
Understanding-URL-Parameters : Technical Guide: URL Parameters (60%)
After research ive found similar scripts but none fit my situation as they would get character percentage and word percentage, the word would fit perfectly but the percentage would take into account the mysite*dot*com and the dash (-) in the URL would cause the script to return inaccurate results.
Bookmarks