Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
More than one URL for a item
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jreyest  
View profile  
 More options Jul 16 2011, 10:49 am
From: jreyest <jrey...@gmail.com>
Date: Sat, 16 Jul 2011 07:49:52 -0700 (PDT)
Local: Sat, Jul 16 2011 10:49 am
Subject: More than one URL for a item

How if I have two URLS for a book? One for the author and one for the title
book. Is it correct something like this?
<div itemscope itemtype="http://schema.org/Book">
<a itemprop="url" href="http://www.example.com/The_Count_of_Monte_Cristo"><span
itemprop="name">The Count of Monte Cristo</span></a> by
<a itemprop="url" href="http://www.example.com/Dumas"><span
itemprop="author">Dumas</span></a>.
</div>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philip Jägenstedt  
View profile  
 More options Jul 16 2011, 10:58 am
From: Philip Jägenstedt <phi...@foolip.org>
Date: Sat, 16 Jul 2011 16:58:58 +0200
Local: Sat, Jul 16 2011 10:58 am
Subject: Re: More than one URL for a item

On Sat, Jul 16, 2011 at 16:49, jreyest <jrey...@gmail.com> wrote:
> How if I have two URLS for a book? One for the author and one for the title
> book. Is it correct something like this?
> <div itemscope itemtype="http://schema.org/Book">
> <a itemprop="url"
> href="http://www.example.com/The_Count_of_Monte_Cristo"><span
> itemprop="name">The Count of Monte Cristo</span></a> by
> <a itemprop="url"
> href="http://www.example.com/Dumas"><span itemprop="author">Dumas</span></a>.
> </div>

In this particular example what you really wanted was 1 URL for the
book and 1 URL for the author, right? This should work:

<div itemscope itemtype="http://schema.org/Book">
<a itemprop="url"
href="http://www.example.com/The_Count_of_Monte_Cristo"><span
itemprop="name">The Count of Monte Cristo</span></a> by
<span itemprop="author" itemscope
itemtype="http://schema.org/Person"><a itemprop="url"
href="http://www.example.com/Dumas"><span
itemprop="name">Dumas</span></a></span>.
</div>

--
Philip Jägenstedt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jreyest  
View profile  
 More options Jul 16 2011, 12:02 pm
From: jreyest <jrey...@gmail.com>
Date: Sat, 16 Jul 2011 09:02:55 -0700 (PDT)
Local: Sat, Jul 16 2011 12:02 pm
Subject: Re: More than one URL for a item

It makes sense. Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Beaumont  
View profile  
 More options Jul 27 2011, 7:59 am
From: David Beaumont <dbeaum...@google.com>
Date: Wed, 27 Jul 2011 04:59:17 -0700 (PDT)
Local: Wed, Jul 27 2011 7:59 am
Subject: Re: More than one URL for a item

But if you do have two urls for an item, can you markup both of them
(*) or must you only markup one.

Cheers,
    David

* - I don't mind if some agents ignore all but one of the images but I
don't want it to be an error.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philip Jägenstedt  
View profile  
 More options Aug 3 2011, 1:05 pm
From: Philip Jägenstedt <phi...@foolip.org>
Date: Wed, 3 Aug 2011 19:05:11 +0200
Local: Wed, Aug 3 2011 1:05 pm
Subject: Re: More than one URL for a item

I asked about this in
http://groups.google.com/group/schemaorg-discussion/browse_thread/thr...

Guha replied that "Right now, it is always allowed to have multiple values."

The markup for it is simple, just specify the same property twice:

<div itemscope itemtype="http://schema.org/Book">
 <a itemprop="url" href="http://www.example.com/foo"></a>
 <a itemprop="url" href="http://www.example.com/bar"></a>
</div>

--
Philip Jägenstedt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shilong ao  
View profile  
 More options Aug 10 2011, 5:38 am
From: shilong ao <shilon...@gmail.com>
Date: Wed, 10 Aug 2011 02:38:13 -0700 (PDT)
Local: Wed, Aug 10 2011 5:38 am
Subject: Re: More than one URL for a item
www.seodiary.info

On 7月27日, 下午7时59分, David Beaumont <dbeaum...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »