The url-parameters tag has no wiki summary.
0
votes
3answers
39 views
De-index URL parameters by value
Upon reading over this question is lengthy so allow me to provide a one sentence summary: I need to get Google to de-index URLs that have parameters with certain values appended
I have a website ...
0
votes
1answer
27 views
Canonical URL's for interchangeable parameters
I'm wondering how should I use canonical tags in such a case:
I compare two items, lets say shoe brands. So one of my pages look like this:
http://shoes.com/compare/adidas/vs/nike/
and another ...
2
votes
1answer
68 views
Robots.txt to block a parameter instead of a directory
It's my understanding that URLs are of the format example.com/something/somethingelse.
It's my understanding that parameters follow the URL with a question mark example.com?l=fr_FR
My CMS website ...
3
votes
1answer
132 views
PHP header redirect that maintains query parameters?
I am experimenting with the PHP redirect http://www.phpjunkyard.com/tutorials/php-redirect.php.
Specifically the 301 redirect to create a self correcting URL to help with typos - there's a unique ID ...
0
votes
1answer
38 views
How to add a certain parameter (ad_id) to URL?
On my WordPress site, there is a page http://www.example.com/doc/list/ that dynamically shows all DB entries (76,000).
Google does not index the different entries. The URLs looks like this ...
0
votes
1answer
41 views
Google attempting crawl of URLs with parameter randomly placed in URL
We have a weird SEO issue;
In Google Webmaster Tools we are seeing a huge spike in Not Found Server Errors.
There are a set of several hundred dynamic pages which we need to maintain (though not ...
1
vote
2answers
76 views
Why Google does not fetch some $_GET parameters in URL?
I have StackOverflow style URL's in my site, like mysite.com/article/42/the-article.
However, when I search for the article, I see that Google has fetched it like this mysite.com/article/42/.
Am I ...
0
votes
2answers
86 views
Why are the custom campaign parameters in Google Analytics so long?
Adding several Google Analytics custom campaign parameters can make URLs very long.*
For example, in Google's own examples:
...
1
vote
1answer
110 views
IE strips off parameters from a file URI pasted into an address bar?
Question: How do I stop IE from stripping off parameters from file URI pasted into address bar?
Description of a problem: I have a "simpleTest.html" page with only this JS code inside, that returns ...
1
vote
2answers
49 views
Should I have link rel=next & prev on URLs which have query variables?
For example, I have link rel prev & next set up on these pages of products:
site.com?page=2
site.com?page=3
(this is my preferred structure by the way and I'm trying to get all the ugly URLs ...
2
votes
1answer
109 views
How long does it take for URL Parameters changes to take effect on Google Webmaster Tools?
Google was showing up pages with affiliate ID parameter in the search results. After some research on how to disallow this, I came across URL parameters in Webmaster tools. I set the parameters for ...
1
vote
1answer
106 views
How can I set parameters in Google webmaster tools so that my dynamic content is indexed?
I have read questions about URL parameters in Google Webmaster Tools in this site and the Google Webmaster Help Center but I have a problem.
My site searches in the database and show some ...
9
votes
2answers
308 views
Where does the URL parameter “?chocaid=397” come from?
In Google Webmaster Tools, I noticed that my front page was indexed two times:
example.com/
example.com/?chocaid=397
I know that I could fix this with the use of link type canonical, but I wonder: ...
1
vote
1answer
286 views
Google and querystring parameter capitalization?
I looked all over the web, but I could not find an answer to this. We all know that Google treats different capitalization of Urls as potentially duplicate content.
My question is, what about ...
1
vote
1answer
726 views
Does Google Analytics automatically handle URLs containing a jsessionid?
When a user visits my web site, the first page they load has a jsessionid appended to the URL like this:
http://foo.com/Welcome.do;jsessionid=1234567890abcdef
Note that the jsessionid parameter is ...