Tagged Questions
1
vote
2answers
87 views
sitemap for non-CMS based website
I've just finished a new version of my website but now I don't know how to generate a correct sitemap.
Now the website is based on PHP files and folder and in blog folder there is Wordpress.
This is ...
1
vote
1answer
190 views
Multilingual Support on a PHP Website
I have a very basic PHP website that is currently setup for two languages like so:
lang.en.php - English strings
lang.es.php - Espanol strings
en/ - folder with PHP pages (PHP first processes the ...
1
vote
3answers
208 views
Including title page name in PHP URLs
How do I show titles of the page in URLs?
Currently: http://websitename.com/index.php?c_id=18&start=0&m_id=1
Change To: ...
1
vote
3answers
495 views
How to check if someone is using my website resources?
How can I check whether someone is using the resources hosted on my website?
I have a website (coded in PHP) and I have uploaded a few images there. I want to know who is using those images on other ...
2
votes
1answer
351 views
What is Easiest Way to Change URL Structure of Dynamic PHP Website?
I am a SEO guy and always facing this problem, that PHP sites make dynamic URL with IDs. This is not SEO friendly structure—like this /article.php?id=2987—and need to be changed like this ...
1
vote
3answers
359 views
seo and php get variables
I'm building my own blogging system for my own website. If all I preload them using php get variables, will Google recognize and index them as different pages or do I need to do something in addition ...
0
votes
1answer
95 views
what is a no-text[0-9] requests?
I have a bunch of requests coming through on my site which looks like the one below:
example.com/page/no-text-1154169030774935240
Is this hacking attempts or search engines?
EDIT: my question is ...
3
votes
6answers
489 views
SEO - which URL's are the best?
I'm using .htaccess with RewriteRule to create SEO-friendly URL's. However, I have a few questions about this:
First of all, I noticed many websites end their URL's with .html (or another ...
4
votes
4answers
103 views
How to optimise the url for search engines?
I have a php template which has one index.php and all the different pages (content1.html, content2.html etc) are shown on the index.phppage. So for example I can open ...
3
votes
1answer
305 views
how the search engines interpret the exclamation mark in the url
I wonder how the search engines - Yahoo, bing, google ... - interpret the exclamation mark (!) in the url:
www.site.com/product!651031
www.site.com/category!651031
I could not find documentation ...
1
vote
1answer
134 views
Is SEO effected when URL changes from .php to not including .php [duplicate]
Possible Duplicate:
SEO - Changing file extension
Hi,
Is SEO effected when URL changes from .php to not including .php? For example, if you change a URL from ...
3
votes
2answers
322 views
How do I redirect an English language URL to an Arabic language URL?
I have a link that's currently formatted like this:
http://site.com/news/view/1.html
I want to it redirect it to:
http://site.com/خبر/عنوان-الخبر
where خبر is equal to news and
عنوان-الخبر is ...
1
vote
3answers
526 views
How to suppress PHPSESSID in URL for Googlebot?
I use cookie based sessions, and they work for normal interaction with our site. However, when Googlebot comes crawling our PHP framework, Yii, needs to append ?PHPSESSID to each URL, which doesn't ...
2
votes
2answers
140 views
Am I correctly handling duplicate URLs for my homepage?
I own a Job Search site named www.conservationjobboard.com and have a concern about how the domain is viewed by search engines. The issue is that when the site was first designed, the default page was ...