What is a search engine friendly URL?

Eicra records are stored in a database. When you wish to read an article, Eicra.com sends a request to the database to get this record for you. This request is usually sent as a query string, and in its native form it looks something like:

http://yoursitename.com/kb/index.php?view=entry&entryID=90.

This works well to get the record back, but most search engines, Google excepted, will not index pages with question marks (?) or ampersands (&) in the name.

To get around this, we use a search engine friendly URL. This converts the query to something more like:

1. http://yoursitename.com/article /entry/90
2. http://yoursitename.com/article /Search-engine-friendly-URLs_90.html

which contains only characters that search engines recognize, and therefore will the record will be found by the search engine.

Not only that, when sending a link to someone else, it makes a lot more sense, and is a lot less error prone, to send a link http://yoursitename.com/kb/entry/90 than to sendhttp://yoursitename/kb/index.php?view=entry&entryID=90.

How do I set up a search engine friendly URL?

  • Log onto your application as an administrator
  • Choose the Global Settings menu on top
  • Click on the Edit Global Settings => Find Email Configuration tab => Turn on / off SEO linke.
  • Go to the Titles / Meta section and choose an appropriate option from the Search Engine Friendly URL drop down list.

Note:

  • For now "Search Engine Friendly URL" works only on Apache web server with mod_rewrite enabled.
  • 1 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Which are the modules that sources are not open?

There are very few in numbers.  For 2.10.x series, only licensing, administration and portfolios...

What type of Multi-language do you support?

We do support Multi language but English is defaulted. You can change the language for...

How long the license will be valid ?

We issue license for left long. You do not have to renew it at all.  Our support is available...

Can I remove the "Powered by Eicra Soft Ltd" brand text?

Yes, as long as you have the Branding Removal; which costs $99 in addition to the script. Note...

I don't know anything about programming, can I still run your application?

Definitely! Our vision is to create the most effective and easy user interface script that...