|
|
Rank: Newbie Groups: Member
Joined: 9/17/2010 Posts: 6 Points: 18 Location: Hyderabad
|
Hello,
How to exclude URL's based on a string pattern in the url. Tried "Ignore URL Strings" in the preferences tab, not excluding url's based on the specified string. How to achieve this?
Tried "Ignore Query String" in Preferences tab. To exclude the string patterns in the url, But not working, can see in the results specified query strings are not removed.
How to prioritze the results based on the string pattern in the url.How can this be done using KeyLimeTool?
Please, Any help would be highly appreciable.. Thanks
|
|
|
|
|
|
Rank: Administration Groups: Administration
Joined: 1/31/2007 Posts: 590 Points: 396 Location: Chicago, IL
|
When you say "pattern", do you mean regular expressions? If so, these are not supported. If you mean exact strings, then it should work. I would need to know the domain you are spidering and what you have in your preferences in order to investigate. Output cannot be supported by a pattern either...and there's no need to do this anyways. Google will download and spider your entire sitemap file.
Thanks, KeyLimeTie
|
|
Rank: Newbie Groups: Member
Joined: 9/17/2010 Posts: 6 Points: 18 Location: Hyderabad
|
I mean it as "String", The Domain I'm uisng is www.advantage.com,I have the Url's like www.advantage.com/car-rental/index.jsp and many more under car-rental, now I want to ignore the url's which are under /car-rental/ The setting's I have used in preferences are Ignore URL Strings:"car-rental" Tried Ignore Folders: "/car-rental/". But did n't worked because car-rental is not a folder in the website. Tell me a way of how to achieve the expected results by excluding URL's under car-rental.
|
|
Rank: Administration Groups: Administration
Joined: 1/31/2007 Posts: 590 Points: 396 Location: Chicago, IL
|
You would use "Ignore Folder" with value "/car-rental/". The software doesn't know if there's a folder or not...by folder, it means "path". Most websites actually have matching folders (versus Rewriter Rules). We tried this and the software DID ignore that path.
|
|
|
Guest |