Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Search Engines

 

 


Disciple1
User

Jul 18, 2002, 10:27 PM

Post #1 of 7 (3154 views)
Shortcut
Search Engines Can't Post

Hi,

My question is about search engines and rankings while using article manager exclusively on my site. How do I go about trying to get a good search engine ranking (besides pulling in lots of visitors Wink)

Since the articles are "pulled" and then placed, the content will never really be the same. How do I go about selecting keywords? Can the individual articles have keyword association of some kind? When I bought this I never really considered this aspect of the package. I just knew that my work would be tremendously reduced. WHICH I MUST SAY IS VERY TRUE!! Thanks.

So what are my options? I am not sure where to start or how. Any suggestions/ideas would be greatly appreciated.

Thanks again,

Rick
Soli Deo Gloria


George_h
User

Jul 21, 2002, 4:24 PM

Post #2 of 7 (3129 views)
Shortcut
Re: [Disciple1] Search Engines [In reply to] Can't Post

Hi

With regards keywords let me tell you what I am doing...

I have created 2 placeholders 'art_field3 and art_field4. You make them in the 'setup options' general.
The first one is a page title that is what I consider more search engine frienly than the article title. The second is my keywords that I want to enter for the article. So as I am creating the pages I just fill in the boxes for title and keywords.

Then I add the following code to the top of my article page template


<html><head><title>$art_field3$</title>
<META name="description" content="$art_summary$">
<META name="keywords" content="$art_field4$">

I have not had my new pages spidered yet but there should be no problem

Hope this helps

George
Kind Regards

George


Disciple1
User

Jul 22, 2002, 4:03 PM

Post #3 of 7 (3111 views)
Shortcut
Re: [Tipking] Search Engines [In reply to] Can't Post

Thanks George. I will try your suggestions.

Have any of your pages been spidered yet? I think I will try the same kind of manuever on some doorway pages. Maybe this will help to rank a little higher. Once I get the sited done of course.Smile

Thanks again,

Rick
Soli Deo Gloria


Dave
Staff / Moderator


Jul 22, 2002, 5:54 PM

Post #4 of 7 (3106 views)
Shortcut
Re: [Disciple1] Search Engines [In reply to] Can't Post

One more tip, when you're putting placeholders inside tags like this:

<META name="description" content="$art_summary$">

If the user enters a " in their content it will break the tag. We have a few special "placeholder modifiers" you can tack on the end of a placeholder to change the output. Adding "_he", for example, HTML encodes (using HTML entities) the following chars: ', ", <, and >. So with HTML encoding the line would be:

<META name="description" content="$art_summary_he$">

If a user enters " it will be output as &quot; which browsers display as " anyways, but it doesn't break the tag by closing the content attribute too early.

In anybody is curious, other placeholder modifiers are as follows, and you can only use one at a time:

_ue - url encoding (when you want to pass the value in a link, like passing an address to a mapping site

_he - HTML encoding (for including values in other tags)

_nbsp - HTML encoding and forcing spaces to be &nbsp; (to make sure things don't wrap)

_je - javascript encoding, for including values in javascript code (backslashes ' and a few other things)

For the most part, you don't need to use them, but they're their if you do. If you want to put the summary value in the meta tag you'd probably want to use _he though. : )

Dave Edis - Senior Developer
interactivetools.com
 


George_h
User

Jul 23, 2002, 12:57 AM

Post #5 of 7 (3101 views)
Shortcut
Re: [Dave] Search Engines [In reply to] Can't Post

Hi Dave

Many thanks for explaining the placeholder modifiers. The manual was a bit teckie for my brain...

Now I understand how they work... "Many Thanks_he" SlySly
Kind Regards

George


George_h
User

Jul 23, 2002, 12:59 AM

Post #6 of 7 (3100 views)
Shortcut
Re: [Disciple1] Search Engines [In reply to] Can't Post

Hi



<<Have any of your pages been spidered yet? >> I have used a spider to test them and it all works fine as the pages are all created correctly....

I have not been hit by GOOGLE yet but I am sure they will okay
Kind Regards

George


Disciple1
User

Jul 24, 2002, 5:40 PM

Post #7 of 7 (3080 views)
Shortcut
Re: [Dave] Search Engines [In reply to] Can't Post

Thanks Dave. I will study and try to implement the things I am learning. I am an old dog but hopefully I can still learn some new tricksShocked
Soli Deo Gloria