Two weeks ago, we attempted to make the URLs of ca. 12 pages more search-engine friendly. We changed three things.
1. Make URLs more SEF
from: /แอร์-ราคา/brandname.html (meaning: /aircon-price/daikin.html
to: /แอร์-brandnameinenglish-brandnameinthai.html
We set up 301-redirects from the old to the new URLs.
Url redirects
With URL redirects, incoming links to an outdated URL can be sent to the correct location. These links might be from other sites that have not realized that there is a change or from bookmarks/favorites that users have saved in their browsers.
The same applies to search engines.
I'm unregistered, and I got a link to a topic show up via a Google search.
When I clicked on the link I went to
http://www.unix.com/advertisement.php?url=http%3A%2F%2Fwww.unix.com%2Fai...
Where all I saw was a banner:
Sponsored Links
Welcome to The UNIX and Linux Forums Sponsored by IDGTechNet
You are Welcome to Register as a Forum Member
I've a older site running in Apache Server which is already indexed in Google.
对于那些喜欢用 Firefox 的实时书签(Live Bookmarks)来收取 RSS
资讯的朋友来说,Google Chrome 扩展 RSS Live
Links
将为 Google Chrome 用户提供类似的功能。
I have a webpage ASP.NET in IIS 6.
There a a lot of urls already indexed by google and links set in web-catalogs that looks like this
www.mypage.com/directory1/page.aspx
Now I changed this that the url looks like this:
www.mypage.com/page.aspx
I want the urls with the directory in the path to redirect to the urls without the directory, so that the links that are set and indexed can stay as th
I recently came across an article by Nicholas Cardot of Site Sketch 101, about using Dofollow links versus using Nofollow links (Notice how that link was a Dofollow link).
I created a SaaS where customers can link to URLs of the form:
http://api.myservice.com/CUSTOMER_API_KEY/options/here
My customers can put these URLs directly in their HTML. I allow them to have CNAMEd domains to api.myservice.com.
I'm writing an App with an index.html page and 4 other pages. The 4 other pages each have a header line with a menu button at the left (back to index.html) and a popupPanel button at the right which opens links to the 4 other pages.
Works like a charm on iPad tablets but all the links have no effect on Android tablets (Jelly Bean).