Ticket #722 (closed enhancement: fixed)

Opened 19 months ago

Last modified 19 months ago

Unique Title Tags for Entities

Reported by: jonkemp Owned by:
Priority: high Milestone:
Component: Core Version: 1.2
Severity: major Keywords:
Cc: brettp

Description

This is an SEO enhancement for Elgg files. Currently when you browse a file, the title tag shows the site name and that is it. This is not very SEO friendly.

I modified the entity display to add the file title to the title tag of the page. This creates a unique title tag for better display of the page listing in search engine results.

Attachments

2626_entity_title.diff Download (0.7 KB) - added by jonkemp 19 months ago.
Added entity title to display for unique title tags.

Change History

Changed 19 months ago by jonkemp

Added entity title to display for unique title tags.

Changed 19 months ago by ben

  • status changed from new to closed
  • resolution set to fixed

(In [2643]) Added unique title tags to the entity browser. Fixes #722

Changed 19 months ago by ben

This is rolled in but I changed the title code to pick from $entity->title for ElggObjects? and $entity->name for ElggUsers?, Groups and Sites.

Note: See TracTickets for help on using tickets.