Tagged Questions
-1
votes
1answer
31 views
PHP, SEO, special characters in URL [closed]
I'm trying to create search engine with static URL addresses containing parameters. For example: www.domain.com/search,city,region,type.html
For some reason (database relations are not well ...
1
vote
2answers
39 views
.htaccess - re-writing a url using multiple parts of the original
I've been trying to fix this problem for 3 days and can't find the answer so I'm hopeful someone will be able to shed some light on this.
I am looking to dynamically re-write URLs as permanent 301 ...
0
votes
2answers
35 views
Modify string to seo url but keep Scandinavian letters
I am having trouble with understanding how to keep the norwegian letters
"æ ø å" in this preg_replace function i got for modifying forum titles into SEO URLs.
My website is rendered in "iso-8859-1".
...
0
votes
0answers
10 views
Repeating query params search engine support
I can't find documentation on this matter.
Does Google support repeating query string parameters, like this?
/example?foo=ba1&foo=bar2&foo=bar3
Also, does Google understand that both the ...
-1
votes
0answers
12 views
Impact on social interactions after URL change [closed]
Every article URL on a website I work on will soon be changed.
301 redirects will be set up to ensure inbound links still arrive at the correct destination.
However, social interactions (Likes and ...
0
votes
1answer
33 views
How to restrict to access to non-SEO URLs in Joomla 3?
I've converted all my URLs to SEO friendly URLs.
But I want to restict to be accessed to my non-seo friendly URLs.
As an example, you can access to www.example.com/article-1 with ...
1
vote
2answers
40 views
Alter generated URLs in MVC globally
I have a very simple question.
I just want to be able to change every URL that gets create by a helper class in MVC.NET, the problem is that I don't know what I have to override to do so.
Edit: My ...
0
votes
1answer
109 views
Yii custom url routing
I want to create friendly urls in Yii framework.
An example:
mysitename.com/country/city/travelling-type
or
mysitename.com/country/city/travelling-type/price
mysitename.com/city/price
etc.
The ...
1
vote
1answer
52 views
How to prevent duplicate title tags on dynamic content
Links on the website I am making currently look like this:
http://www.example.net/blogs/151/This-is-a-title-in-a-url
My php system pulls out the id (151 say) and uses that to pull to content from ...
-1
votes
0answers
42 views
SEO duplicate content for dynamic pages with URL rewrite [closed]
My site consists of 12 images on index.php. There's a sidebar where you can put in filters and the 12 images in the boxes will change.
I've rewritten the dynamic URL so ...
0
votes
1answer
32 views
Rewrite URL SEO
My site has a url like this
http://www.mydomain.com/index.php?page=doctors&docid=99
Using SEO rewrite
RewriteRule ^doctors/([0-9]+)/(.*).html$ index.php?page=doctors&docid=$1 [L]
I get
...
0
votes
1answer
19 views
Url and Site Structure for State/City Directory
I am creating a national directory for a niche service. Im thinking the structure should be broken down in one of two formats, but im open to suggestions.
site.com/category/subcategory/state/city
...
0
votes
1answer
72 views
URL rewrite and robots.txt
I have made urls SEO friendly i.e.
http://mydomain.com/topic/title-of-page
Previously, the url of the above page was
http://mydomain.com/search?id=6567889
Now Google is still showing the second ...
-1
votes
1answer
27 views
I got hundreds of “not found” URL errors from scribd using google webmaster tools [closed]
Checking Crawl errors with google Webmaster on my website I have hundreds of errors, all caused by bad links from scribd to URLs that have never existed on my webpage. E.g. to URLs like
...
0
votes
1answer
101 views
language SEO optimization of URL's in MVC 3/4 [closed]
I'm doing an website which has multiple languages like Danish, English and German.
But what is the correct way to format the url for the different languages.
Is it like so:
English = ...
1
vote
1answer
22 views
Should SEF URLs contain the full path or just the page title? [closed]
I'm building a site with an old (client mandated) version of Drupal. I have to manually enter the page names so they don't end up like domain.com/?q=node/18.
So should I use the full menu path to the ...
0
votes
0answers
35 views
Track Subdirectory Redirect link To PDF
I have a DotNetNuke website (hosted on IIS server), and most of my urls are very long. We have PDFs posted of our products, and we set up some shortcut urls for convenience that redirect using a meta ...
0
votes
1answer
27 views
SEO Url not changing upon form submission
Am using SEO URls to load my pages ie http://www.mywebsite.com/p/page1/100 but am having a problem with my search form. When I click submit, instead of the entire url changing to the stated one in the ...
0
votes
0answers
41 views
Rewriting URL and MySQL Query
I'm looking to understand something, and I've not find explanations about this.
I read this :
How do I rewrite the url?
and in the answer, I can find :
2) Rewriting product.php?id=12 to ...
0
votes
0answers
22 views
multiple domains for one site [closed]
I'm maintaining a website of a lodge which has a golf course, a spa and a restaurant and they all have seperate urls. Now, the main Lodge page contains all the content and for now, the other URLs just ...
1
vote
2answers
123 views
Switching from blogspot to custom domain [closed]
I have a blog on blogspot with url say myblog.blogspot.com. Now its getting around 30,000 page view in a month. I want to change the blog url as myblog.com.
But, I worry that the amount of traffic I ...
0
votes
1answer
262 views
CMS Made Simple Htaccess Mod_Rewrite not working
I enabled "Pretty URL's" Using Mod_Rewrite on my CMS Mad simple 1.7 site, and it seems to be working, the 301 redirects are working and most of the rewrites are working. However instead of changing ...
1
vote
1answer
78 views
Google indexing only specific domain
I have a problem with Google indexing.
The thing is that I have several domains (language mutations) example: www.example.com, www.example.co.uk, www.example.de.
So each site has its own language and ...
1
vote
1answer
78 views
PHP - Htaccess - Comparison two URL in 1 masking, disable one
I have been search through all the questions and browse but haven't found any solution to my case. Hope anyone here could give an answer to my problem.
As we know the way we mask an URL, i use this ...
0
votes
3answers
120 views
How can we make cakephp url that looks like cakephp/pages/1 to cakephp/about-us?
I finished a simple cms in cakephp but noticed that url are not that preety looking. As for displaying any page url looks like cakephp/pages/1.
What would be the good way to make it look better and ...
0
votes
1answer
34 views
SEO tool for opening multiple websites URLS at a shot [closed]
I am looking for some seo tool which can open multiple website urls at a time. This will help in directory submissions. Please suggest one for me. Thanks.
-1
votes
1answer
30 views
Seo url issue in Opencaert [closed]
Hi i'm getting below error while updating/adding seo keyword in information pages.
Notice: Error: Duplicate entry '12-1' for key 'PRIMARY'
Error No: 1062
INSERT INTO information_description SET ...
-1
votes
2answers
87 views
Google does not show the correct URL [closed]
Hi I have my own URL http://www.manelsoft.com When Search by google it does not show the correct URL and google shows another URL as http://mail.dreamfordarfur.org/ but when click on this link it ...
0
votes
1answer
132 views
How to generate SEO friendly URL using Kohana
Currently my url looks like mysite.com/product/display/10 means domain/controller/function/id for SEO friendly sake I'm thinking to append product title which will be like product name something.
...
0
votes
1answer
276 views
Opencart seo url not working in information pages
By following this link i enabled seo url in my opencart store. Every page is working fine except information pages. I'm still getting that ugly url
...
0
votes
1answer
124 views
Multiple and Variable parameters URL rewriting
I don't know how to rewrite URLs of this type:
mywebsite/param1-val1-param2-val2-param3-val3-param4-val4.html
that's really simple to do BUT my problem is that my parameters are variables like:
...
1
vote
3answers
94 views
How to write parameters in url?
Concerning search engine optimization I wonder what the best practice is to write parameters in a url. Should I place parameter names? Does an id value has a negative effect on search engines?
Here ...
3
votes
1answer
63 views
Different links for a product is beneficial or harmful for seo?
Opencart produces different links for a product like:
website.com/product_name
website.com/category/product_name
website.com/category/subcategory/product_name
website.com/brand/product_name
etc.
It ...
0
votes
2answers
78 views
Are dots in URL treated as spaces by SE? Does /mr.-john-smith/ have double space? [closed]
From what I gathered from google, dots are treated like dashes (spaces) by the search engine. How should one write an URL if users are searching for Mr. John Smith?
example.com/Mr.-John-Smith
...
0
votes
2answers
96 views
Issue with subdomains and htaccess for SEO
I would like to change urls from:
http://subdomain.domain.com/page/ to http://subdomain.domain.com/?page=pagename
and also:
http://domain.com/page/ to http://domain.com/?page=pagename
though haven't ...
0
votes
1answer
56 views
How to change url variable with custom variable [duplicate]
Possible Duplicate:
How to: URL re-writing in PHP?
My intention is to change the variable (id) passed on the URL with another variable (custom text).
To more clear I would like to change:
...
0
votes
1answer
44 views
Facebook seo url for application
I want to create an horoscope facebook app and now I am looking for some documentation on how to rewrite the link on a facebook app like this app here?
...
1
vote
2answers
45 views
install blog in directory or seperate domain? pros and cons?
Im working on optimizing my site for SEs. I've recently found out that blogs do help in SEO activities. However I'm a little confused about which method is optimum for SEO.
Should I place it as
...
1
vote
2answers
66 views
How to Hide a dynamic folder in URL with yii?
We are creating an application where we are able to create pages inside our DB. All of our domains are going to point to this application, so we are storing our domains also in the DB. Also based on ...
0
votes
1answer
258 views
Opencart Breadcrumb link inconsistencies
I am having similar problem in my other pages and it’s driving me crazy. I have modified a “manufacturer” module to “series”
as well as the link too.
For example, I was able to change this link:
...
2
votes
2answers
126 views
From a development perspective, how does does the indeed.com URL structure and site work?
On the webmaster's Q and A site, I asked the following:
http://webmasters.stackexchange.com/questions/42730/how-does-indeed-com-make-it-to-the-top-of-every-single-search-for-every-single-c
But, I ...
0
votes
3answers
100 views
SEO: is html extension necessary? [closed]
I have once been requested by a SEO company to include the .html extension for the final pages (so to say "leaves"). They claimed this is better handled by Google than no-extension URLs.
So for ...
1
vote
2answers
337 views
SEO: category and product path (URL) - Magento
I have one or two categries in magento but these are not always showing up in URL.
Example:
When I navigate to a product page the path looks like this:
.../cat/subcat/product.html
However, when I ...
5
votes
3answers
107 views
CakePHP Routes and Google Webmaster Tools verification
I am working on cakephp project I have URL like :
http://www.example.com/
As CakePHP takes an url like
http://www.exaple.com/controll/function_name
I was going through the web-master tools ...
-2
votes
1answer
56 views
Using equal sign in seo url [closed]
Is it oke to use an url like this for seo purposes?
example.com/the-category-title/page=2/
I couldn't find any reason why not but maybe i am wrong
I could off course use it like the following:
...
0
votes
0answers
48 views
mod_rewrite multiple variable directories
I have a URL pattern that I need to redirect that contains multiple category style directories, like:
http://www.domain.com/dir1/dir2/dir3/cat1/cat2/cat3/cat4/cat5/cat6/cat7/p/ID-name.html
The dir ...
0
votes
1answer
39 views
cakephp: how to add language folder to url?
I am having a project in 5 languages and I am switching languages by p28n Controller which works perfect! But now, the SEO guys want to have the urls like:
www.projekt.com/en for english
...
0
votes
0answers
37 views
It is good SEO point of view to user Page title in URL [closed]
Is it good to use article ID and title in page url of the website:
Eg:
www.example.com/ArticleManager/?articleId=2&&title=asp.net gridview binding
OR
you just needed to use
...
1
vote
0answers
39 views
Ordinal indicators in URLs
Imagine that you have the address of a bank office like this:
Praça Almeida Junior , 35 3º Andar Anx I - São Paulo - SP
And the office's url it's generated automatically like this:
...
0
votes
1answer
214 views
SEO friendly url with parameters? [closed]
I'm planning to overhaul a website to use friendly urls. The problem I have and can't quite find a solution for is how to carry extra parameter info with a friendly url?
To explain further, say on ...




