MyWikiBiz, Author Your Legacy — Tuesday November 26, 2024
Jump to navigationJump to search
1,121 bytes added
, 01:40, 1 February 2007
Line 7: |
Line 7: |
| | | |
| You're doing a fine job of entering content into the directory. I'd like to share one bit of important advice, though -- if you really want to see your search engine results "pop", you need to more aggressively "wikilink" terms in your listings, such as I just did [[Help:Link|right here]], and you need to consider adding [[Centiare:Semantic tagging|"semantic tags"]] to your content. These tags automatically get "reported" in an RDF Facts table at the bottom of the article, and Google picks up on these tables like a duck on a junebug. We're glad to have you on board Centiare! --[[User:MyWikiBiz|MyWikiBiz]] 11:11, 31 January 2007 (PST) | | You're doing a fine job of entering content into the directory. I'd like to share one bit of important advice, though -- if you really want to see your search engine results "pop", you need to more aggressively "wikilink" terms in your listings, such as I just did [[Help:Link|right here]], and you need to consider adding [[Centiare:Semantic tagging|"semantic tags"]] to your content. These tags automatically get "reported" in an RDF Facts table at the bottom of the article, and Google picks up on these tables like a duck on a junebug. We're glad to have you on board Centiare! --[[User:MyWikiBiz|MyWikiBiz]] 11:11, 31 January 2007 (PST) |
| + | |
| + | ==Semantic Tags - Relations== |
| + | I noticed that you're building up a client list at [[Directory:LunaGraphica|LunaGraphica]]. You might be happy to know there's a much easier way of handling these types of relationships via semantic tags and [[Centiare:ASK|ASK]]; specifically, [[Relation:Client Of]]. |
| + | |
| + | For example, just use the tag in the following manner at [[Directory:Allied Arts Guild]] or any of LG's other client pages: |
| + | <pre> |
| + | [[Client Of::Directory:LunaGraphica]] |
| + | </pre> |
| + | |
| + | Then, at [[Directory:LunaGraphica|LunaGraphica]]'s page, just write an ASK query like this: |
| + | <pre> |
| + | <ASK Mainlabel="Client" Header="show" Link="all"> |
| + | [[Client Of::*|Provider]] |
| + | [[Client Of::<q>[[{{FULLPAGENAME}}]]</q>]] |
| + | </ASK> |
| + | </pre> |
| + | |
| + | The result will be a nice like Java chart that has all sort of cool little features like auto sort, etc. To see an example of how this construct works, [[Directory:KJ Kitchens|KJ Kitchens]] is using relationships & categories (if you want to further filter client types) quite extensively. If you have any questions/problems, feel free to drop me a line. [[User:Snerfling|Snerfling]] 17:40, 31 January 2007 (PST) |