![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x |
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Blair,
Thanks so much for the help, everything is working great now and I�m already seeing improved results. Many Thanks! CB |
|
#12
|
||||
|
||||
|
Quote:
__________________
Thanks, Sergey Bargain Finder in Calgary, Alberta, Canada. Calgary Classifieds V3.1.7 Dev - Calgary Real Estate V3.1.7 Dev - Calgary Used Cars V3.1.7 Dev - Calgary Dating V3.1.5 Dev A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
|
|
#13
|
|||
|
|||
|
Hi Sergy,
The search result pages now look like web pages with relevant content on it. Search engines now correctly index these pages because the site title reflects the items for sale. PM me if you�d like to see an example. |
|
#14
|
||||
|
||||
|
Quote:
I just sent PM to you. Edited: Got your PM back, now it make sence. Good idea.
__________________
Thanks, Sergey Bargain Finder in Calgary, Alberta, Canada. Calgary Classifieds V3.1.7 Dev - Calgary Real Estate V3.1.7 Dev - Calgary Used Cars V3.1.7 Dev - Calgary Dating V3.1.5 Dev A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
Last edited by SkGold : 06-25-2007 at 03:56 PM. |
|
#15
|
||||
|
||||
|
Blair,
This is great but I have just one question begging to be answered (please). How do I convert this: Code:
$title.=' '. LANG_CAT_SEPERATOR .' '. $value; ie: Rather than Code:
<title>My Site Title : Page Name Value</title> Code:
<title>Page Name Value : My Site Title</title> |
|
#16
|
||||
|
||||
|
Anyone have any ideas about this?
|
|
#17
|
||||
|
||||
|
you could handle it a couple ways on the main page, the problem is the title changes on category pages and ad listing pages.
You can incorporate {$title|replace:'your title :':''} to get rid of the sites name and then hard code "my site title after it". This of course will not work the same on category pages or ad listing pages so you may have to add logic (ie IF $SCRIPT_NAME == "blah"}then display title one way {else} display another ay{/if} etc etc. On category pages you can also break apart and iterate through the breadcrumb and use the smarty "strip" function to de-html it and add that to the mix as well. In the end Ive heard that Yahoo doesnt even use the page title so how much effort you want to put into it may be worth carefull consideration.
__________________
Larry. |
|
#18
|
||||
|
||||
|
Thanks Larry - yes some considering to do. The anatomy of how to go about it is very helpful.
|
|
#19
|
||||
|
||||
|
Quote:
![]()
__________________
Thanks, Sergey Bargain Finder in Calgary, Alberta, Canada. Calgary Classifieds V3.1.7 Dev - Calgary Real Estate V3.1.7 Dev - Calgary Used Cars V3.1.7 Dev - Calgary Dating V3.1.5 Dev A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can I run scripts in an content page? | dawyatt | v3.1 Questions & Support | 11 | 06-22-2007 02:50 PM |
| Getting Google To Re-Index A Page After Title Change? | bgordon | Site Marketing | 9 | 05-15-2007 12:04 AM |
| Page Title on Category page | gwdlv | v3.1 Questions & Support | 6 | 02-02-2007 01:11 PM |
| Title question | Fedeo | v3.0 Modifications | 9 | 01-25-2007 01:38 PM |
| Problem getting page title | flyingpylon | v3.1 Questions & Support | 5 | 10-19-2006 01:15 PM |