Tagged Questions
-1
votes
0answers
3 views
SEO some of the URLs are not getting indexed by google despite submitting in webmaster tool
some of my website's url are not getting indexed by google despite submitting in webmaster tool. I have index follow true in meta tags.
here is the url structure.
...
-1
votes
1answer
16 views
SEO Multi language Website (translation file via PHP require) [closed]
I'm setting up a multi-language website and I would like to have your help to take the best decision as regard SEO.
I'm going to include the PHP files with translation, in this way:
$lang = ...
1
vote
1answer
36 views
i18n URL format with language parameter always in URL
I'm working on a new website and I have a question regarding internalization (i18n) and SEO.
Here's the case. I'm using this CodeIgniter code to translate my website in 2 languages.
Let's say these ...
1
vote
1answer
23 views
Implement friendly URLs with product name
I'm currently working on an e-commerce site with the following URL format for individual products:
examplesite.com/shop.php?sec=prod&prod=373
Where 373 is an individual product number. I would ...
0
votes
1answer
30 views
Will a URL Rewrite for a SEO Friendly URL affect SEO Page Rankings? [closed]
Our website is about to undergo a major re-branding effort, including domain name change. We know to maintain rankings, we will have to do 301 redirects from the old domain to the new one. But on top ...
1
vote
1answer
34 views
Wordpress rewritten URL structure
My Wordpress site can be broken in two parts:
Content type as pages, having URLs like: site.com/page/subpage/
Content type as posts, having URLs like: site.com/category/postname/.
The URL ...
1
vote
2answers
40 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 ...
-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
2answers
92 views
Sitecore - rewrite “ ” to “-” in urls but still allow dashes as legal item names
I've read a half dozen guides on rewriting spaces to something more friendly in Sitecore, but all of them rely on Sitecore's <encodeNameReplacements/> element which also reverses the replacement ...
0
votes
0answers
15 views
SEO - Big revamp of my URL structure - please suggestions [migrated]
I have a big network of sites in many countries. There are over 30-40 Million indexed pages in 34 countries, what will be reindexed hopefully and will be redirected with 301 to the new URL structure, ...
0
votes
2answers
62 views
.htaccess rewrite multiple urls without redirects
Ok so i have urls like these demo1.domain.net, demo2.domain.net, demo3.domain.net and all needs to show the contents of a subfolder like this example
demo1.domain.net will show the contents of ...
0
votes
1answer
224 views
Generic Web.Config Rewrite to remove query strings and add url seo slug
I have the following URL Rewrite I am trying to create.
<rule name="Imported Rule 3">
<match url="^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)" ignoreCase="true" ...
1
vote
1answer
25 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 ...
3
votes
1answer
90 views
Redirect multiple urls to single URL
i'm doing some work on a legacy asp.net and umbraco site. It's using UrlRewritingNet to set up rules for url manipulation.
I'd like to create a rule in the UrlRewritingNet file to redirect multiple ...
1
vote
0answers
118 views
Url rewriting using UrlRewriteFilter
I have a website with pages serving dynamic content using query string.
Ex:
www.example.com?param1=abc¶m2=xyz
I want to rewrite this url so that users and search engine should see the page ...
0
votes
1answer
116 views
create custom rewrite rule for php files
i m a new on SEO, doing first time and totally confused how to this,
http://www.XXXXXXXX.com/demo/konkanconnect/realestate/index.php?pages=propertyforsell
to
...
0
votes
0answers
43 views
URL Rewriting Rule
i have a current URl
http://dev.evsoft.pk/Project_name/research/8516/Wyoming/Wolf/study1-for-wolf--wyoming
Basicaly it is
site name / page / ID / state / city / study title
if i make the URl to
...
2
votes
1answer
148 views
URL redirecting messed up (WordPress & Opencart)
I need your help with something that has me flummoxed.
I have WordPress installed in domain root (www.csillamvilag.com) and OpenCart in a subfolder (www.csillamvilag.com/shop/).
Both installations ...
1
vote
1answer
144 views
.htaccess RewriteRule not working, need to generate a URL friendly
I have this dynamic link:
http://www.nortedigital.mx/article.php?id=36175&t=dobla_las_manos_el_snte__avala_reforma_educativa
and I need to convert in URL friendly like this:
...
0
votes
3answers
122 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 ...
2
votes
1answer
216 views
Renaming inner page urls to seo friendly urls using .htaccess
I want to rename the following URLs to SEO friendly URL.
Change the following URL : http://www.peacockgirls.com/index.php?page=1 into http://www.peacockgirls.com
Change the following URL : ...
6
votes
3answers
127 views
Will Url rewrite with htaccess make website discovered by search engine?
Okay this might be little off from programming. But if let's say that I have a website that its url is rewritten from
www.example.com?index.php?id=1&cat=category&title=My-Title
to
...
-1
votes
1answer
53 views
Skip .htaccess rules for some particular files
Now i am using the following .htaccess rules to modify my urls.My website contains more images and similar files.I found that .htaccess rules increases site's loading time.I wish to skip execution of ...
0
votes
2answers
143 views
Infinite redirect loop - rewriting URLs
I am getting an infinite redirect loop when implementing a rewrite of URLS for SEO purposes.
Example url
`<a><?php echo make_store_name_url($store_id); ?><?php echo $store_name; ...
1
vote
1answer
186 views
URL Rewriting for domain names in MVC4
I would redirect site1.com\site2 to site2.com , I am working with asp.net and MVC4, I couldn't do it with changing web.config file , is there any solution? I don't like Search Engine takes this a ...
0
votes
1answer
25 views
Problems with sorting comments in a SEF url system
I use Commentics for my website and having problem with my SEF urls. I couldn't find a solution in the related forum.
I have a rewrite rule like this :
RewriteRule ^([a-zA-Z0-9_-]+)$ ...
0
votes
3answers
105 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
1answer
71 views
SEO for multilingual site
I have this site and I want to rewrite URL's:
mydomain.com/referinte?lang=en
mydomain.com/referinte?lang=ro
Is there a possibility so I can use .htaccess to modify the url like this:
...
2
votes
1answer
175 views
SEO 301 redirect limits
I'm thinking of doing such structure for accessing some hypothetical page:
/foo/ID/some-friendly-string
The key part here is "ID" that identifies the page so everything that's not ID is only ...
0
votes
0answers
127 views
wordpress plugin making friendly URLs and accessing variables
I've been searching for a couple of days for a particular answer to my question. I have written a custom plugin for wordpress which we will be using on our site. It was easier to make this a custom ...
2
votes
2answers
93 views
nice url pass variables
What's the best approach to pass variables from one page to another if I don't want to alter a nice link? I'm using Zend Framework routers in php.
Lets say I have a list page with
<a ...
0
votes
1answer
54 views
Disable access to category page
On my Wordpress website I have a URL structure:
website.com/cars/black/porsche
website.com/cars/yellow/fiat
website.com/cars/about
To do that, I've created empty category named 'cars' and empty ...
1
vote
1answer
63 views
Are these RewriteBase and RewriteRule useful for my SEO?
I have used a developing subdirectory to install a wordpress platform. When I have asked to programmers to move everything to the root they have used rewriting urls rules in the htaccess file in this ...
0
votes
0answers
37 views
friendly url in IIS7 match pattern
I've create a URL rewrite in IIS7 for my site. I have a folder structure which is
root/articles/
Then the friendly URL is
root/articles/my-test-article
the problem I have is that I had to create ...
2
votes
1answer
246 views
ASP.NET MVC 4 - How to write complex custom url?
Dynamic url of one of my page is as given bellow:
"http://myDomain/CarComparison/CompareCarTab?brandIds=3~3~3&modelIds=8~8~7&modelVersionIds=4~5~19"
Here CarComparison is controller and ...
0
votes
2answers
177 views
URL rewrite and MVC framework for SEO [duplicate]
Possible Duplicate:
using apache’s mod_rewrite to parse SEO friendly URL’s
I am building a site and I am using MVC concepts to dynamically load content. Basically I have a single file, ...
0
votes
0answers
225 views
Displaying categories and subcategories and items in gridview with seo url
Finally I'm Create categories list tree Here's My Code
<?php
mysql_select_db($db_name, $conn); // Change for your database
$query_Recordset1 = "SELECT catid,catname,parentid,type FROM ...
-1
votes
1answer
366 views
Opencart: SEO URLS change layout? [closed]
I've just set up SEO URLS. Navigation seems to work fine. But the problem is:
VIEW difference. After switching SEO URLS ON category view shows 1 item in a row.
After Switching SEO URLS OFF it shows 3 ...
0
votes
1answer
111 views
How to convert querystring to paths URL using mod_rewrite?
I'm trying to rewrite a URL that has a query string to its SEO friendly name i.e. consider
mysite.com/models?p1=v1
I'd like to rewrite it to
mysite.com/models/p1/v1
The user should see the above ...
1
vote
1answer
202 views
Zend Framework URL Rewrite For SEO
I'm new to Zend, so pls help me out on this one, since I have searched a lot and tried a lot, I really did.
here is the very old question:
this is my current url:
...
0
votes
0answers
24 views
Fusing subdomain and domain sites
We have two related websites - one is a digital shop built with Open Cart. The other is a portfolio site, built with the Yii framework. At the moment the shop is at www.shop.ourdomain.com and ...
1
vote
1answer
553 views
Remove file extensions in URL asp.net
I'm currently using URL Rewriting in my website.
If the URL is www.mywebsite.com/orders/Default.aspx?id=100
It makes the Url as www.mywebsite.com/orders/100
If some one tries to hack the URL and ...
3
votes
2answers
1k views
Backbone.js making router seo friendly
I am new to backbone.js so this may be an easy question.
The router seems to use semantically sensible urls, but they aren't very user friendly.
In the examples I've seen they use:
...
1
vote
1answer
275 views
Using .htaccess to NOT rewrite URL's that have a certain GET Parameter
The following portion below is written into my .htaccess file. I'm using the ZenCart "CEON URI Mapping" module. I'm having a problem as there is a part of a PHP script that looks for a certain ...
2
votes
1answer
274 views
How to force 301 redirection on non-sef url in Joomla?
Google has indexed my non-SEF urls as well as SEF urls for no reason. The site has always had SEF urls set to ON.
How do I force a 301 redirection on non-SEF url, so it never displays, without ...
0
votes
3answers
222 views
URL Rewrite query database?
Im trying to understand how URL rewriting works. I have the following link...
mysite.com/profile.php?id=23
I want to rewrite the above url with the Users first and last name...
...
1
vote
1answer
134 views
Make search URL search engine friendly: hash -> what?
I am developing a flight search engine for a customer, and currently the URLs look as follows (ad = destination airport, ao = origin airport, dates and number of passengers are not specified here):
...
0
votes
2answers
117 views
IIS Rewrite Url to another domain/PHP Application and SEO optimisation
In my website (asp.net + IIS) i want that url /blog/ be rewritted to my PHP web application hosted in another server.
So www.mywebsite.com/blog is calling www.myblogsite.com without redirecting to It.
...
2
votes
1answer
239 views
Yii CUrlManager rules - how to add custom text from model to url
I have urls like this
example.com/model/id
example.com/image/123 (default rules)
I would rewrite it to:
example.com/category/123-this_is_encoded_title.html
My image model have ...
0
votes
1answer
249 views
Using mod_rewrite to Convert Dynamic URLs to SEO Friendly URLs ??
I am not a PHP developer and I have been asked to perform some SEO .
Here Is My .htaccess
RewriteEngine On
RewriteBase /
RewriteRule [_\ ] space.cgi [L]
ErrorDocument 404 ...
