How can I add canonical tag on certain links on Ezpublish 4.4 - ezpublish

I would like to add a canonical tag to an article on my website, but Ezpublish 4.4 auto generate url and i've found no way to customize them.
Is There a way to activate canonical tag on the article of my choice on Ezpublish 4.4 ?

If your canonical link is your main_node :
try this :
{$current_node.main_node.url_alias|ezurl()}

Related

Remove article id from joomla 3.4.8 url

After upgrading my site to Joomla 3.4.8, my URL is showing article id. It was not there before the upgrade.
Can anybody tell me how to fix this problem?
Please help!!
Thanks..
Joomla, by default, includes the article id in the URL in order to avoid problems with articles having the same aliases.
If the previous version of Joomla did not have the article id in the URL, then it might be that you have been using an extension such as sh404SEF and you're not using it anymore.
It might be also that you had a modified core as explained here: http://www.itoctopus.com/how-to-remove-the-article-id-from-joomlas-sef-urls , and the modification was overwritten by the update.

Joomla: remove old alias

After modifying the alias for an article (with SEF enabled), the URL that uses the old alias is still working; I can now
access the article via:
http://joomlasite.loc/72-pb-details-page
http://joomlasite.loc/72-details-page
I have deleted all entries in the database containing "pb-details-page". How can I deactivate the old URL? What could be causing this?
My Joomla version is 2.5.
Many thanks in advance.
UPDATE: It seems that the article is displayed according to the ID: for example, http://joomlasite.loc/72-details-page
http://joomlasite.loc/72-aaaa
http://joomlasite.loc/72
will all access the same article page.

Change link in Joomla after domain change

I changed the domain of my site (joomla+jfusion+smf)
Some links to smf haven't changed.
In the old site they were
www.olddomain/en/oldforumfolder/
now they are
www.newdomain/en/oldforumfolder/
instead of
www.newdomain/en/newforumfolder/
Is there a way to change them all together?
You can try reReplacer*
*NOTE: This is not the best option.
Better option is, you should use some editor (like TextPad) to locate all the occurrences of the olddomain and replace them with newdomain

Liferay blog url-rewriting

I am using liferay 6.1 and i have already shortened the url of the blog using url rewriting but still i have the problem in the url.
The url gets showed up like this localhost:8080/blog/-/blogs/testing, but i want to change the url to this localhost:8080/blog/blogs/testing inshort i want to remove the - from the url.
Any help will be apprecicated, I am trying this from very long but cannot find the solution.
You could try doing this using the urlrewrite.xml file that you can use in Liferay, but a better option would be to put Liferay behind an Apache Reverse Proxy and use the rewriting capabilities of that: http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

Magento 1.5: Where to enter Default Meta Description?

Where do I set the Default Meta Description and Keywords in the Backend of Magento 1.5?
I know how to set this individually to product-pages, categories etc., but where do I have to enter the default fallback?
it seems that in older versions this could be done under system --> general --> Design --> HTML head, but in Magento 1.5 I miss this section.
got it! if you use a local code folder - simply copy
app/code/core/Mage/Page/etc/system.xml
to app/code/local/Mage/Page/etc/system.xml
and the HTML Head Section will "re-appear".
The right hint was found here: link
Thank you #seanbreeden for mindsharing!

Resources