Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to change a page display without changing the url?

New Here ,
Sep 26, 2009 Sep 26, 2009

We are helping a client increase their search engine visibility and have designed some pages to rank high organically.  The web administrator at this site indicates that every time he makes an update (using the cms) to one of these pages, the result is a page display with a new/different url.  We need to maintain the same url on these pages after updates.

Any suggestions?

Thanks in advance,

The Searchman

888
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 27, 2009 Sep 27, 2009

Some CMSs attach a unique ID to the pages they generate. I think this can only be solved at the level of your CMS software.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 27, 2009 Sep 27, 2009

That sounds like very poor CMS design.  It also sounds like something you're going to need to take to your CMS vendor to get sorted out.  Which CMS is it?

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 28, 2009 Sep 28, 2009

The web administrator for this site indicates that the cms is "iMIS eSeries"  Should that app enable him to make updates to display pages without necessitating new/different url's?

Thx,

The Searchman

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 28, 2009 Sep 28, 2009

As per my previous comment, you'll need to take this up with the CMS vendor.  It's not a CF issue (ie: appropriate for these forums), it's a problem with their CMS application.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 28, 2009 Sep 28, 2009

So, as I understand it, there is no limitation within CF that necessitates changing the displayed URL when a page is updated.

If that be true...we're done here, and Adam can go collect his 10 points.

Thanks,

The Searchman

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Sep 28, 2009 Sep 28, 2009

YES

There is nothing in ColdFuson that cares about whether the URL changes or not.

It just process the CFML of the reqeuested file handed it by the Web Server and returns to the Web Server HTML (or other formated) text to be sent back to the client.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 28, 2009 Sep 28, 2009

Changing the URL effectively prevents page caching. That can be a limitation or advantage, depending on your requirements.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 28, 2009 Sep 28, 2009
LATEST
We are helping a client increase their search engine visibility and have designed some pages to rank high organically. ... We need to maintain the same url on these pages after updates.

That is a worthy goal. How do the pages look like? It might be possible to use Coldfusion to defeat the random URLs, much in the same way that you remove session tokens  from the URL.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources